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
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: