The default camera system can be disabled on the client with the following code.
// Call on client Dependency<CameraController>().SetEnabled(false);
Last updated 1 year ago