Camera Following Spline with no Player

Im working on a Scrabble game and I’m trying to make the camera follow a spline that is looking at the rack and as you move the mouse to the top it begins panning over the board in an arc and then to return to the rack you would just move your mouse to the lower extent of the screen. Ive looked at a million tutorials but they all involve following a character but my game has no moving “characters”

Hi @EvilGeniusTC

Look at moving an object along a spline.

What you learn in this video you can apply to anything that moves including a camera.

1 Like

It actually solved the problem twice in two different ways. the first solution was using 2 cameras and doing a set view target with blend between them. I then scrapped that in favor of using one camera and making it part of a level sequence and hand animating the camera path basically.