Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mvaligursky opened this issue Dec 17, 2020 · 2 comments
Assignees
Labels

Comments

@mvaligursky
Copy link

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.

@yaustar
Copy link
Collaborator

yaustar commented Sep 14, 2021

Bump request by client

@willeastcott
Copy link
Contributor

This is now implemented:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants