Allow customization of current scene position in SceneTree #6507
timothyqiu
started this conversation in
Engine Core
Replies: 1 comment
-
@godotengine/godot#97914 can solve this. |
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.
-
In one of my projects, every scene is inside a second layer of ViewportContainer & Viewport to achieve retro look 3D scene while keep the UI expandable instead of zoomed.
SceneTree.current_scene
is always added as a child ofroot
. It would be better if I can change where it is located, e.g. by overriding a virtual methodSceneTree._add_current_scene(node)
.Beta Was this translation helpful? Give feedback.
All reactions