editor
editor copied to clipboard
Allow scene hierarchy search to search by component name and also script name
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.
Bump request by client
This is now implemented: