I created a repo with the whole unity 2019 project folder. I should leave it that way or upload only some files?
Hey Cosmin,
You should only upload the assets folder and if you make any changes to the project files in the main folder, you can add those files. Also, make sure you have Git Large File Storage (LFS) installed, or some of your assets, like images and sounds, won't get saved to Git.
Terristen
Terristen Games
Hey Cosmin,
If you are new to Unity-git workflow, I'm suggesting you to add this .gitignore file that is explicitly for Unity and appropriate git hooks which will facilitate your life with .meta files Unity create for each asset you add.