Skip to content

Folder structure and naming conventions

Cheese edited this page Apr 12, 2017 · 1 revision

This document is incomplete! Get this sorted before opening up community contribution!!! \o/

  • Assets
  • Assets/AssetBundleManager
  • Assets/materials
  • Assets/models
  • Assets/prefabs
  • Assets/scenes
  • Assets/scripts
  • ProjectSettings

General Naming Conventions

How to name your file:

If your file is called "test" and your name is "name" then you should name your file "test_name". This applies only to assets that are WIP and/or temporary.

Files should be named to indicate their purpose with the most generic aspects first (so that when lexically sorted, similarly purposed items will appear together) and use "lower camel case" for the non-name portion of files names: eg musicTitle01_lightsoda.wav

Clone this wiki locally