Unity - Scripting API: Search.SearchService.GetItems
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.
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.
Parameters
| Parameter | Description |
|---|---|
| context | The current search context. |
| options | Options defining how the query is performed. |
Returns
List<SearchItem> A list of search items matching the search query.
Description
Initiates a search and returns all search items matching the search context. Other items can be found later using asynchronous searches.
Unity suggests using SearchService.Request to execute a search query. GetItems usually requires setting up more context to achieve a good result. The following is a small example that uses GetItems.