Version: 2022.3
LanguageEnglish
  • C#

IndexingOptions

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

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.