EditorCamera3D - "Run here" behavior for 3D cameras

When working with 3D scenes, specially continuous spaces, it would be helpful to have a camera appear on the same spot you left your editor camera.

The only necessary thing is addons/editor_camera_3d/editor_camera_3d.class.gd. You can implement the snippet of code from examples/run_here_camera_3d.gd in your own Camera3D.

Source code:

https://codeberg.org/flamenco687/editor_camera_3d

3 Likes