GodotVR / godot-xr-tools

Support scenes for AR and VR in Godot
MIT License
471 stars 64 forks source link

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

Open esodan opened 3 months ago

esodan commented 3 months ago

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.