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.
CloseFor 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.
Closename | Unique name of the search index. |
options | Indexing option set. |
roots | Search index roots, for example "Assets" to index all Assets under Assets. |
includes | Exclusive list of assets to be indexed. If this list is empty, everything will be indexed. |
excludes | Patterns to exclude assets to be indexed under roots. |
onIndexReady | Callback that gets invoked when the index is created and ready to be used. |
Create a new search index.