Hi!! i’m bad at English. Thank you for understanding. i want to make Soccer Game. I think the camera should set the focus on the ball. so i set camera component on the actor(ball).*
*
but it doesn’t focus on the ball…
i want to know how to focus when it starts.
I’d appreciate it if you could tell me how
In the ball actor add spring arm
, and camera
. Make sure you add some camera lag in spring arm
to make the camera smooth. Position camera as you like. Then, in player controller
use Set View Target with Blend
node. Where Target
is Self
(player controller), and New View Target
is Ball
actor.