anthonyec / godot_little_camera_preview

🎥 Picture-in-picture style preview for both 2D and 3D cameras
MIT License
643 stars 10 forks source link

Remove remote transform node and sync position and rotation manually #11

Closed anthonyec closed 9 months ago

anthonyec commented 9 months ago

Fixed errors caused by reparenting a camera node and left over RemoteTransform node in scene when saving a camera as a scene file.

image