https://github.com/webbertakken/unity-reference-project
My reference project for Unity
https://github.com/webbertakken/unity-reference-project
continuous-integration git-lfs project reference rider unity
Last synced: 11 days ago
JSON representation
My reference project for Unity
- Host: GitHub
- URL: https://github.com/webbertakken/unity-reference-project
- Owner: webbertakken
- Created: 2021-05-09T14:50:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-05T20:19:21.000Z (almost 4 years ago)
- Last Synced: 2025-03-31T17:13:46.081Z (about 2 months ago)
- Topics: continuous-integration, git-lfs, project, reference, rider, unity
- Language: C#
- Homepage:
- Size: 3.6 MB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Unity reference project
My reference project for Unity.
## Development prerequisites
- [Git](https://git-scm.com/)
- [Git-LFS](https://git-lfs.github.com/)
- [Unity](https://unity3d.com/unity)
- [Rider](https://www.jetbrains.com/toolbox/) (or other IDE)## Getting started
- Install the prerequisite software above
- Clone repository```bash
git clone [email protected]:webbertakken/unity-reference-project.git
cd unity-reference-project
```- Setup Git LFS
```bash
git lfs install
git config remote.origin.lfsurl https://github.com/webbertakken/unity-reference-project.git/info/lfs
```> **Note:** git lfs only works with https url. See [git-lfs#1089](https://github.com/git-lfs/git-lfs/issues/1089)
## Setup Unity and Rider
- Open the project folder in Unity
- In Unity goto `Edit` > `Preferences` > `External Tools` > `External Script Editor` > set external editor to an IDE in
the prerequisites list.
- In Unity open a `.cs` (C#) file, to open the preferred IDE.
- Open the Project View (`View` > `Tool Windows` > `Explorer`) and dock-pin it to the right (or left) of the editor.
- In the project view, instead of the "Unity" use the "File System" scope.
- Open the Version Control View (`View` > `Tool Windows` > `Version Control`) and dock-pin it to the left (or right).