Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ScriptCompilerOptions

Compiler options passed to the script compiler.
Read time 1 minuteLast updated 5 days ago

Definition

public class ScriptCompilerOptions

Constructors

Constructor

Description

ScriptCompilerOptions()Creates ScriptCompilerOptions with default values used for script compilation.

Properties

Property

Description

AdditionalCompilerArgumentsAdditional compiler arguments.
AllowUnsafeCodeAllow 'unsafe' code when compiling scripts.
AnalyzerConfigPathStores the path to the Roslyn global config file.
ApiCompatibilityLevelApiCompatibilityLevel for a given Assembly.
CodeOptimizationIndicates whether performance optimization is enabled for the assembly
EditorAssembliesCompatibilityLevelEditorAssembliesCompatibilityLevel 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.