Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: ob1knb on July 12, 2019, 12:47:09 AM

Title: I have a problem with the "smooth follow action" action
Post by: ob1knb on July 12, 2019, 12:47:09 AM
Hi
I am trying to make a game very similar to this one https://bit.ly/2xLxGbW
using playmaker and I get annoying camera stuttering and jitter when using the "smooth follow action"

please help
Title: Re: I have a problem with the "smooth follow action" action
Post by: hoyoyo80 on July 12, 2019, 01:51:30 AM
Hi.. I recommend use cinemachine. SAve a lotof times.
Title: Re: I have a problem with the "smooth follow action" action
Post by: jeanfabre on July 12, 2019, 03:08:48 AM
Hi,

 yes cinemachine is amazing.

 for jittering, it's almost always because the camera is not moving during lateupdate, so make sure all your actions that control the camera one way or the other are executing on late update. You know that either because it exposes explicitly this option ( everyframe, lateupdate), or check in the code that there is a LateUpdate Method. Else ask us if such and such action runs on late update and we'll tell you.

Bye,

 Jean