How to turn the camera to the fast object with triggerbox that also points to the head of the object
I’m making a horror game and I didn’t find a tutorial explaining exactly the bp
How to turn the camera to the fast object with triggerbox that also points to the head of the object
I’m making a horror game and I didn’t find a tutorial explaining exactly the bp
If at any point you want the player to ‘look at something specific’, the easiest way is using camera blends.
You just add a fixed camera to the scene, looking in the direction you want, and when the event happens, just make a blend between the player’s camera and the ‘point of interest’ camera. Explained here:
That’s not what I’m looking for
I want something that shows the camera turning to an object I want or even a monster
Slenderman example
I think you’ll find it is When you make a blend between the current camera and the stationary camera, it will ‘look’ like you have turned the current camera. Give it a go…