This version of Unity is unsupported.

IndexingOptions

enumeration

Description

Use Indexing options to specify the contents of your search index.

Properties

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