Scene Requirement
Once installed, and to get started with the addon, a given 2D/3D scene will need the below minimum setup:
- A
Camera2D
/Camera3D
node- Without a parent node except for the scene's root.
- A
PhantomCameraHost
node- As a child of the
Camera2D
/Camera3D
.
- As a child of the
- At least one
PhantomCamera2D
/PhantomCamera3D
node- Without a parent node except for the scene's root.
After this, the scene is now meeting the minimum requirements, where as you move the PhantomCamera
around the Camera
is now following it.