Version 3.3.0.1

OdinAssemblyImportSettings enum

Namespace: Sirenix.Serialization.Utilities.Editor
Assembly: Sirenix.Serialization
public enum OdinAssemblyImportSettings
Defines how an assembly's import settings should be configured.

Values

ExcludeFromAll
Exclude the assembly from both the build and from the editor.
IncludeInAll
Include the assembly in both the build and in the editor.
IncludeInBuildOnly
Include the assembly in the build, but not in the editor.
IncludeInEditorOnly
Include the assembly in the editor, but not in the build.