Hey there all, I've basically been having trouble with trying to create a behaviour that makes an Actor Type, slowly turn towards another actor type.
For example: An actor is behind another actor, facing the opposite direction, i want the other actor to slowly turn towards the other Actor, and then face/look at the actor.
Ive been trying forever to get this to work, but another problem is, it has to be an actor TYPE, to turn towards to, since that actor wont be on the screen/game in runtime (Actor gets created later, and is not in the scene at the start, so can not select it.)
and no, doing last created actor, doesnt work, since multiple actors will be created at the same time, and i only want it to face towards that certain actor Type.