Skip to content

Commit

Permalink
Update setup instructions for contributors
Browse files Browse the repository at this point in the history
Remove the step for adding the package as a local dependency, since Unity automatically detects packages in the `Packages` folder.
  • Loading branch information
randomPoison authored Nov 10, 2020
1 parent c9e71e4 commit e701e25
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@ Due to the way a Unity package is structured, you can't directly open this repo

1. Create a new Unity project (or use an existing one, if you'd prefer to do so).
2. Clone this repository into the `Packages` folder of the Unity project. This should result in a `kongregate-web` folder adjacent to the project's `manifest.json` file.
3. Open `manifest.json` and add "com.kongregate.kongregate-web" as a local dependency:

```json
{
"dependencies": {
"com.kongregate.kongregate-web": "file:kongregate-web"
}
}
```

You will now be able to make changes to the local copy of the repository and test the changes in the Unity project you just setup. Doing this also allows Unity to generate meta files for any new files you add, which is necessary in order to correctly import the package into other Unity projects.

Expand Down

0 comments on commit e701e25

Please sign in to comment.