This section contains information on how Unity compiles your scripts and in what order.
Page | Descripción |
---|---|
Special folders | Information about the reserved folder names in Unity, which have an effect on the order of script compilation. |
Platform dependent compilation | Contains information about the Platform Dependent Compilation feature, which contains preprocessor directives that let you partition your scripts. |
Assembly definitions | Information about assembly definitions, which you can use to organize the scripts in your project. |