You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Complex project that requires referencing other nodes through inspector.
Describe the problem or limitation you are having in your project
I want to click a variable in the inspector and highlight the node/scene it is referencing, but there is no such feature, and sometimes it can become difficult to find the node that the inspector is referencing. This is basic feature that helps in many ways.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
It is very important quality of life improvement, otherwise it can take you a while to look for the node you are referencing depending on how complex the project is. In unity, you just click the variable in the inspector and it will highlight the object it links to.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
Click the variable in the inspector that links to a node
The node gets highlighted, or if the node is hidden in the tree, expand the tree and highlight it. So that you can find where it is.
Or
Click the variable in the inspector that links to a scene in file system
The scene get highlighted, or if the scene is hidden in another folder, open the folder and highlight it. So that you can find where it is.
If this enhancement will not be used often, can it be worked around with a few lines of script?
It will be used often and you can only work around it by looking for your node with your eyes and memory.
Is there a reason why this should be core and not an add-on in the asset library?
This is very basic feature.
The text was updated successfully, but these errors were encountered:
Describe the project you are working on
Complex project that requires referencing other nodes through inspector.
Describe the problem or limitation you are having in your project
I want to click a variable in the inspector and highlight the node/scene it is referencing, but there is no such feature, and sometimes it can become difficult to find the node that the inspector is referencing. This is basic feature that helps in many ways.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
It is very important quality of life improvement, otherwise it can take you a while to look for the node you are referencing depending on how complex the project is. In unity, you just click the variable in the inspector and it will highlight the object it links to.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
Click the variable in the inspector that links to a node
Or
Click the variable in the inspector that links to a scene in file system
If this enhancement will not be used often, can it be worked around with a few lines of script?
It will be used often and you can only work around it by looking for your node with your eyes and memory.
Is there a reason why this should be core and not an add-on in the asset library?
This is very basic feature.
The text was updated successfully, but these errors were encountered: