HI i want to make the camera pan around a cube, i want this camera to move with any mouse or keyboard controls.
Whats the best way of achieving this.
thanks
HI i want to make the camera pan around a cube, i want this camera to move with any mouse or keyboard controls.
Whats the best way of achieving this.
thanks
Unity has a built in script called mouse orbit, you can target that at the cube to make it orbit the cube. I assume that's what you meant by pan.