Custom Camera
Now we need a camera that will follow around the player
Disable Camera System
Airship.characterCamera.SetEnabled(false);Write Custom Camera Movement
export default class TopDownBattleCameraComponent extends AirshipBehaviour {Create The Camera
Add the custom cursor

Last updated