Replies: 1 comment
-
|
I opened a pull-request to add this feature. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now one can only filter the type dropdown by assembly name, it would be awesome if we could also filter it by a type.
For example:
Which would then only show the types of that type and inherited types.
This is especially useful when writing scripts that only want a certain type.
This is already possible in the current implementation by checking the returned type yourself, but if this could be enforced by the dropdown that would be a lot more convenient.
It would also be clearer to other team members what possible values should be assigned in the inspector.
Beta Was this translation helpful? Give feedback.
All reactions