Replies: 2 comments 2 replies
-
See also: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the proposal! Consolidating in #11580. PS: In the future, please fill in all the questions (they are all required). If you can't fill all the questions, open a discussion instead of a proposal issue. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Describe the project you are working on
Games in godot
Describe the problem or limitation you are having in your project
UID strings don't give useful information about the script or scene they correspond to
Describe the feature / enhancement and how it helps to overcome the problem or limitation
The vscode plugin shows this in scenes:

Something similar for lines like
preload("uid://nujfwtjhn581")
in the script editor.I think without this a lot of people will be unhappy with the godotengine/godot#99094 change
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
^
If this enhancement will not be used often, can it be worked around with a few lines of script?
n/a
Is there a reason why this should be core and not an add-on in the asset library?
n/a
Beta Was this translation helpful? Give feedback.
All reactions