Is there any way to load the cesium photorealistic 3D tiles in runtime with a regular camera (as it moves through the scene) that doesnt have the cesium origin shift and globe anchor scripts attached?
Sure. Cesium for Unity uses the camera returned by Camera.main to drive tile selection. It doesn’t have to be a Cesium Dynamic Camera.