File Organization
/Assets
Most of our project lives in this folder and as a result we need to keep it organized. As you may have guess the folder itself it broken up into various sub folders. Here is the ruling:
/Builds
This folder is for storing builds and their related assets like .bat files which we currently use for running the game as a developer.
/Documents
Documents is simple, it stores the basic documents for the repo.
/ProjectSettings
ProjectSettings stores all various settings and managers for the project.
Last updated
Was this helpful?