An open-source distributed version control system.
7
votes
2answers
421 views
problem with git on a unity project
I tried to version control my project folder with git. When it came to pull the project from the repository, though, something went wrong: apparently scripts are missing and the prefabs and kind of ...
7
votes
3answers
583 views
Source control for storing everything of game project?
Is it usual to manage not only source code, but all assets, textures, art, documentation files, etc under git repository for version controlling? For example I wanna to get back old version of ...