MovementController.camera
Property in MovementController
Declaration
public Camera camera { get; set; }Description
The camera the character moves relative to. Camera.main will be used if not set.
public Camera camera { get; set; }The camera the character moves relative to. Camera.main will be used if not set.