A Godot Plugin for building custom & intelligent camera systems that tracks a certain target
The demo above is made with the game vitvitDRIVER 3D by @vicpoire
- Install the plugin and add it to your project
- Create a CCTVManager node in your scene
- Add CCTVCamera nodes across your scene
- Set all the created CCTVCamera nodes in the CCTVManager's
camerasarray - Set the
targetvariable in the CCTVManager to the node you want the cameras - Customize the cameras as you wish! You can change when they "see" the target (VisionTester) and change how they behave and move (CameraBehaviour)