godot_little_camera_preview
godot_little_camera_preview copied to clipboard
Add support for Phantom Camera addon
The idea was mentioned on Reddit about integrating with Phantom Camera. Seems like it'd be useful to have basic viewport previews of the PCam nodes, even if it didn't have the fancy guide overlay.
Currently the code expects either a Camera2D
or Camera3D
node, so that would probably need to change to something more generic like Node2D
and Node3D
.