A kit contains useful Unity tools.
The .gitignore in this repository has been optimised specifically for Unity. Compared to the publicaly available version:
- It excludes ALL Visual Studio-related remnants from the commit list, such as *.csproj , *.sln , etc.
- It excludes Font files that tend to take up a lot of allocation, such as SDF.asset , etc.
- Of course, Temp, Library, Streaming Assets, User Settings and other folders are also excluded.
This folder contains files to be placed in Assets/Editor.
Contained in the GUI folder are GUI-related assets.