|
Hi, I want to get the SmoothFollow component's HeightDamping variable to smoothly move from one HeightDamping to another. I've tried to get it to work using Mathf.SmoothStep, but this makes the camera judder awkwardly which isn't something I want to happen, obviously. Does anybody have any ideas about how I can properly implement this, without any of the problems I've experienced so far? Thanks, Rich
(comments are locked)
|

So did you find a solution this? I want to change smoothly height from one height to other in some places, it does change but not that smoothly.