This version of Unity is unsupported.

ResponseFileData

class in UnityEditor.Compilation

Description

Data class used for storing parsed response file data.

Properties

DefinesArray of define symbols.
ErrorsError messages that occurred during parsing the response file.
FullPathReferencesArray of absolute path reference to assemblies that should be referenced to the assemblies.
OtherArgumentsAdditional compiler options written as is in the response file.
UnsafeWhere 'unsafe' code is allowed when compiling scripts.