This section contains information on how Unity compiles your scriptsA piece of code that allows you to create your own Components, trigger game events, modify Component properties over time and respond to user input in any way you like. More info
See in Glossary and in what order.
| Topic | Description |
|---|---|
| Scripting back ends | Understand the different options Unity provides for compiling and running your scripts, and how each affects your project. |
| Conditional compilation | Use and define preprocessor directives to selectively include or exclude sections of your code for compilation. |
| Assembly definitions | Information about assembly definitions, which you can use to organize the scripts in your project. |
| Managed code stripping | Understand and configure managed code stripping, which removes unused code from a build and helps decrease the final build size of your application. |