Folder stucture - DanielNijkamp/FlippinWorlds GitHub Wiki

Certain files should be put in their respective folders to have a clean project directory

Scenes should be included in the Scene folder

Scripts should be included in the Scripts folder and should in the folder belonging to the feature. scripts of 1 feature should not be in the folder of another feature

Models should be inside the Models folder

Textures should be inside the Textures folder

Prefabs should be inside the Prefab folder

Custom editor script should be inside the Editor folder outside the Assets folder

For gizmos make use of partial classes to split your actual code with the code for gizmos. Put these scripts inside the Gizmos/Scripts folder since the normal Gizmos folder is used for assets

If a folder does not exist for large amounts of files of the same file type or relation create a folder and communicate this change with the team.