Understanding Unity Project Folder Structure

Notes:

Understanding Unity Project Folder Structure:

1: Assets folder:
Used to store and manage assets (game assets)

2: Library folder:
Contains the meta data, information about libraries used by the project etc...

3: Project Settings folder:
Contains information about various project settings like type of the project, input, graphics, quality, physics, audio settings etc...

4: Temp folder:
Used to generate temporary files required during the development process

Note: Temp folder is created temporarily once you open the project in Unity UI, and deleted as soon as you close the Unity UI.