Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IndexingOptions

Use Indexing options to specify the contents of your search index.
Read time 1 minuteLast updated 11 days ago

Definition

[Flags]public enum IndexingOptions : byte

Fields

Value

Description

AllApply all indexing options.
DependenciesInclude Asset dependencies in your index.
ExtendedInclude extended information in your index such as sub objects in Scene and Prefab Assets.
KeepUse this option to save the created index as an Asset file.
NoneDo not include additional indexing options.
PropertiesInclude Asset serialized properties in your index.
TemporarySave the search index to a temporary folder that is not managed by Unity.
TypesInclude additional types of information in your Asset index.