GodotVR / godot-xr-tools

Support scenes for AR and VR in Godot
MIT License
504 stars 74 forks source link

Fix properties forwarding to only forward customized properties. #647

Closed Malcolmnixon closed 3 months ago

Malcolmnixon commented 3 months ago

This PR fixes bug #646 in property-forwarding for Viewport2Din3D introduced by gdlint cleanup whereby ALL properties of the sub-scene (including its script) were copied to the Viewport2Din3D node.

Eisenspalter commented 3 months ago

Works now