UWP scripting symbols
Learn what scripting symbols are available for UWP.
Read time 1 minuteLast updated 12 days ago
Unity has a range of built-in scripting symbols which represent options that you can use in your scripts to selectively include or exclude portions of code from compilation. For more information on conditional compilation, refer to Conditional compilation.
Unity automatically defines these scripting symbols for Universal Windows Platform (UWP):
Scripting symbol | Description |
|---|---|
| Defined on all scripts. |
| Defined on all scripts. |
| Defined on all scripts. |
| Defined on all scripts. |
| Defined on all scripts when using IL2CPP scripting backend. |
| Defined on all scripts when building for UWP. |
| Defined on all scripts when building for UWP. |