Folder structure
The structure of the folder you inserted looks like this:
The Settings
script contains all settings of the camera system that you can change. The settings are explained here.
The Loader
script loads the entire system. You shouldn't touch it.
The FocusPoints
folder contains all points that the cameras can focus on. You can also focus on players in game but focus points can be used for static points or NPCs. You can add as many follow points as you want. You can learn more about them here
The Cameras
folder is the main folder. It contains all of the cameras. There are three types of cameras:
- Static cameras that stay in one position
- Moving cameras that move between multiple points
- Drones that can fly around freely
The camera types are explained in more detail here
warning
You shouldn't delete the scripts or the folders named Cameras
, Static
, Moving
or FocusPoints