Unity Folder Structure
Last updated
Last updated
In order to have consistent folder structure, we divide the Unity folder into :
@Production
Put assets and script related to current game design within this folder
@Sandbox
Put everything that's experimental in this folder
Everything Else
This should be reserved for all things that cannot be put in Production and Sandbox, such as Third-Party plugins.
Put Resources folder in separate sub-directories for each of asset type.