Hi I just bought this asset, it looks good, but I need movement inertia to have damping, I just want to move camera over map by finger and when I release I need the movement to continue but slowly stop. Is it possible?
larex Hi! Have you check the inertia demo scenes and the two inertia paramters?
I would like to work it like in Unity scrollRect UI component, there is also Inertia parameter but there is Deceleration rate aswell, so it will stop slowly
Anthony Hi, I checked them but I have no idea how the inertia parameters work, it is not explained even in the documentation. Can we have one parameter like scroll view have called deacceleration rate. Its all we need I think
Also, I don't understand when I want to clamp max velocity and I use a number that is greater than 0, the inertia stops working and the object starts to move forever. It does not make sense...
larex Ok I found out that I need To Use not Max Velocity but max Magnitude to clamp velocity, which is even more confusing, but It works
larex it's the magnitude of the velocity vector 😉