You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that to get a newer nightly build you must delete this line and any related lock data in the manifest, let Unity rebuild, then add it back. As Unity locks the commit hash for Git urls as packages.
693
+
694
+
695
+
## Development Environment
681
696
682
697
If you wish to run to run the development environment you'll need to install [node.js](https://nodejs.org/en/). Then run the following from the root once.
683
698
@@ -695,29 +710,11 @@ To make a commit type the following into a terminal from the root
695
710
npm run commit
696
711
```
697
712
698
-
### Submitting code to this project
713
+
### Pull Requests / Contributing
699
714
700
-
Please do the following if you wish to contribute code to this project.
701
-
702
-
1. Create your feature in a `feature` branch off of `develop`
703
-
2. Make sure your new code is reasonably tested to demonstrate it works (see `*Test.cs` files)
704
-
3. Submit a pull request to the `develop` branch
705
-
706
-
### Nightly Builds
707
-
708
-
To access nightly builds of `develop` that are package manager friendly you'll need to manually edit your `Packages/manifest.json` as so.
Note that to get a newer nightly build you must delete this line and any related lock data in the manifest, let Unity rebuild, then add it back. As Unity locks the commit hash for Git urls as packages.
715
+
Please see the [Contributing Guidelines](CONTRIBUTING.md) document for more info.
719
716
720
-
## Contributors
717
+
## Contributor Credits
721
718
722
719
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
0 commit comments