editor icon indicating copy to clipboard operation
editor copied to clipboard

Allow scene hierarchy search to search by component name and also script name

Open mvaligursky opened this issue 4 years ago • 1 comments

Currently scene hierarchy search box searches by entity name only.

It'd be convenient to search additionally by:

  • component name: for example "model" would find all entities that have model component
  • script name: for example "test" would find all entities that use script with name test.

Note that in this case, perhaps only exact match should find them, partial matches would not find components / scripts.

mvaligursky avatar Dec 17 '20 17:12 mvaligursky

Bump request by client

yaustar avatar Sep 14 '21 09:09 yaustar

This is now implemented:

image

willeastcott avatar Nov 02 '22 23:11 willeastcott