Project Folders
From Unify Community Wiki
(Difference between revisions)
Line 1: | Line 1: | ||
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. | 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. | ||
+ | |||
+ | <br/> | ||
{|cellpadding='4' | {|cellpadding='4' | ||
+ | |||
+ | !align=left| Folder name | ||
+ | !align=left| Description | ||
+ | !align=left| Folder location | ||
+ | |||
+ | |- | ||
!align=left| Resources | !align=left| Resources | ||
| Any resources you wish to load using [http://unity3d.com/support/documentation/ScriptReference/Resources.Load.html Resources.Load] must go here | | Any resources you wish to load using [http://unity3d.com/support/documentation/ScriptReference/Resources.Load.html Resources.Load] must go here | ||
+ | | Anywhere | ||
|- | |- | ||
!align=left| Editor | !align=left| Editor | ||
| Any scripts which alter the Unity editing environment itself must go in here | | Any scripts which alter the Unity editing environment itself must go in here | ||
+ | | Anywhere | ||
|- | |- | ||
!align=left| Plugins | !align=left| Plugins | ||
| Any external DLLs and scripts go in here (Pro only), see: [http://unity3d.com/support/documentation/Manual/Plugins.html Manual: Plugins] | | Any external DLLs and scripts go in here (Pro only), see: [http://unity3d.com/support/documentation/Manual/Plugins.html Manual: Plugins] | ||
+ | | In project root only | ||
|- | |- | ||
!align=left| Standard Assets | !align=left| Standard Assets | ||
| Standard scripts & other assets go in here when imported (i.e. when creating a new project) | | Standard scripts & other assets go in here when imported (i.e. when creating a new project) | ||
+ | | In project root only | ||
|- | |- | ||
!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 | ||
|} | |} | ||
<br/> | <br/> |
Revision as of 20:19, 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 |