This version of Unity is unsupported.

ScriptCompilerOptions

class in UnityEditor.Compilation

/

Implemented in:UnityEditor

Description

Compiler options passed to the script compiler.

Properties

AllowUnsafeCodeAllow 'unsafe' code when compiling scripts.
ApiCompatibilityLevel ApiCompatibilityLevel for a given Assembly.
ResponseFilesArray of path to the response files that affects the current compilation.

Constructors

ScriptCompilerOptionsCreates ScriptCompilerOptions with default values used for script compilation.