Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XRToolsStaging: should warn if no scene container has been added #628

Open
esodan opened this issue Apr 1, 2024 · 0 comments
Open

XRToolsStaging: should warn if no scene container has been added #628

esodan opened this issue Apr 1, 2024 · 0 comments

Comments

@esodan
Copy link
Contributor

esodan commented Apr 1, 2024

XRToolsStaging requires you to have a $Scene node as a Node3D one, but there is no warn when the node is setup.

So is required to add a new property scene_container and replace $Scene references with it. Also, a warn should be shown if this property is not set by the user.

esodan added a commit to esodan/godot-xr-tools that referenced this issue Apr 1, 2024
The user should add a child Node3D and set it
as the property of XRToolsStaging in order to
be used to contain the current scene.

Fix issue GodotVR#628
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant