Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Adam Z on October 29, 2015, 03:15:03 PM

Title: Best way to use 'I Tween Move To' to change a camera's position when in motion?
Post by: Adam Z on October 29, 2015, 03:15:03 PM
Im creating a camera system that switches from 3rd person to 1st with a key press. On my 1st Person State, I have a 'Get Position' to store the head bone in a vector 3, world space.  Then I have the 'I Tween Move To' to move the camera to that vector, also in world space. That works fine until my character begins to move. I'm assuming as soon as the "Move To" begins, it only remember the location of the bones position before movement, so after the time delay the camera is now behind the character. Any thoughts on how to have the "Move To" vector update in real-time before it finishes?

Thanks.
Title: Re: Best way to use 'I Tween Move To' to change a camera's position when in motion?
Post by: dudebxl on October 29, 2015, 05:08:57 PM
Check out the DoTween thread..  if this is for mobile, DoTween is much better and also your answer is in the thread if you use dotween.

 ???

Title: Re: Best way to use 'I Tween Move To' to change a camera's position when in motion?
Post by: Adam Z on October 29, 2015, 05:21:14 PM
Is there Playmaker actions for DoTween? Also, what's the URL to the thread so I can read about your solution?