Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: bongtack on May 22, 2018, 09:53:19 AM

Title: I want an object to keep looking at FirstPersonCharacter.
Post by: bongtack on May 22, 2018, 09:53:19 AM
Hello, I want an object to keep looking at FirstPersonCharacter.

I think there is a way I can store the Vector3 value into a global variable real time

and make an object to keep facing towards the FirstPersonCharacter,

but I'm not sure exactly which Action I should use.

Could you give me any suggestion ?

Thanks,
Title: Re: I want an object to keep looking at FirstPersonCharacter.
Post by: omgitstri on May 22, 2018, 12:33:24 PM
Hello,

You can use the Look At action, assign the target to be your character and toggle the  Keep Verticle if you do not want it to rotate vertically.

Tri Nguyen