Setup and Settings
In this window things like user-name, file paths or the name of your default branch can be configured and the setup for starting a project, using this tool can be made.
1. Install git_Un to your Unity Project.
UPM: https://github.com/cisco108/Gitinity_git_unity.git#upm
2. Open the git_Un GUI (Window -> git_Un_GUI)
3. Paste in the http link to an EMPTY (no commits) repository
4. Press "Setup git Un"
What happens:
- The project gets initialized as a git repository.
- A .gitignore for unity projects is added.
- The provided remote is added to the repository.
- The entire project (minus gitignored files) is pushed to the remote.
- An additional branch is added for managing file locking.