Update name of a tscn when save as… is pressed.
#11734
Closed
shahriarlabib000
started this conversation in
Polls
Replies: 1 comment
-
|
Checkout godotengine/godot#100430 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
If you have a saved scene but you want to save it as a different name godot will currently show the previous name of the root node in the file dialogue popup. I think it should automatically suggest the new name in the file dialogue.
If we implement this…
Do you want the path to be same as the previously saved .tscn?
Or should it be suggested in the root folder?
Suppose i have a tscn named
main.Its saved at
res://a/b/main.tscnI have renamed the root node tonotMainWhen using
save as…do you want the suggested path to beres://a/b/not_main.tscnres://not_main.tscnres://a/b/main.tscnCurrently in the master branch it should suggest 3.
res://a/b/main.tscn9 votes ·
Beta Was this translation helpful? Give feedback.
All reactions