ScriptCompilerOptions

class in UnityEditor.Compilation

Description

Compiler options passed to the script compiler.

Properties

AdditionalCompilerArgumentsAdditional compiler arguments.
AllowUnsafeCodeAllow 'unsafe' code when compiling scripts.
AnalyzerConfigPathStores the path to the Roslyn global config file.
ApiCompatibilityLevel ApiCompatibilityLevel for a given Assembly.
CodeOptimizationIndicates whether performance optimization is enabled for the assembly
EditorAssembliesCompatibilityLevel EditorAssembliesCompatibilityLevel for Editor Assemblies.
LanguageVersionString representation of the language version being used to compile the current Assembly.
ResponseFilesArray of path to the response files that affects the current compilation.
RoslynAdditionalFilePathsArray of strings representing the paths of any additional files defined for Roslyn analyzers in the current assembly.
RoslynAnalyzerDllPathsStores the paths to the .dll files.
RoslynAnalyzerRulesetPathStores the path to the Roslyn ruleset file.

Constructors

ScriptCompilerOptionsCreates ScriptCompilerOptions with default values used for script compilation.

Did you find this page useful? Please give it a rating: