Project Folders
From Unify Community Wiki
(Difference between revisions)
Line 35: | Line 35: | ||
!align=left| Pro Standard Assets | !align=left| Pro Standard Assets | ||
| As above but for Pro users only | | As above but for Pro users only | ||
+ | | In project root only | ||
+ | |||
+ | |- | ||
+ | !align=left| Gizmos | ||
+ | | Scripts which are used to display gizmos in the editor - excluded from any build | ||
| In project root only | | In project root only | ||
Revision as of 21:11, 19 August 2011
Here is a list of the various standard/recommended project folders in use. These are folders which appear inside your Project window, therefore effectively within your Assets folder on your filesystem.
Unless otherwise stated these are all relevant to Unity 3.4.
Folder name | Description | Folder location |
---|---|---|
Resources | Any resources you wish to load using Resources.Load must go here | Anywhere |
Editor | Any scripts which alter the Unity editing environment itself must go in here | Anywhere |
Plugins | Any external DLLs and scripts go in here (Pro only), see: Manual: Plugins | In project root only |
Standard Assets | Standard scripts & other assets go in here when imported (i.e. when creating a new project) | In project root only |
Pro Standard Assets | As above but for Pro users only | In project root only |
Gizmos | Scripts which are used to display gizmos in the editor - excluded from any build | In project root only |