Cursor & Camera Help

Is there a way to have a cursor that is hooked up to the camera? And when you move it makes the camera move to where ever its moving?

2 Likes

Yeah @Samuel_Tomé_PixelPizza has something like this

1 Like

Hook the cameras X and Y into the Camera behavior. You can also make a second block that follows the hand and has the camera in it.

2 Likes

Do you mean like a camera between the cursor and the player?

3 Likes

If you are looking for the 2 subject camera, it is also mentioned in this video and example.

If you really want to snap the camera to the mouse position, you can do what @CodeAlpaca said, connect the Mouse X and Y to the Camera Behavior.

4 Likes