Frequently Asked Questions
Unity
- My project folder is occupying a lot of space, what folders can I remove?
The only mandatory folders for a Unity project to work are: Assets, Packages, ProjectSettings & the “.git” folder. If you wish to clean up disk space, close the project and delete the following folders: “Library, Temp & Logs”
- How do I install a specific Unity version?
You can check a full guide in Unity – Installation
If you want to learn more about how Unity Versions work, check the Unity – Versions documentation.
Git
- What are the basic steps while working with git?
Once you have the repository created, and on your local machine, the basic steps are always the same.
You can check them on Git Basic Concepts – Basic Git Workflow