Represents a predefined Unity project file (.csproj) that are generated automatically by Unity.
Enumerator |
---|
Assembly_CSharp | The main assembly where all runtime scripts are added, unless assembly definition files are used.
|
Assembly_CSharp_Firstpass | The first pass assembly where all runtime scripts located inside the 'Plugins' folder are added, unless assembly definition files are used.
|
Assembly_CSharp_Editor | The main assembly where all editor scripts located inside the 'Editor' folder are added, unless assembly definition files are used.
|
Assembly_CSharp_Editor_Firstpass | The first pass assembly where all editor scripts located inside the 'Editor/Plugins' folder are added, unless assembly definition files are used.
|