Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

Question [Splines] Spline Animate's Speed Movement Method isn't Consistent

Discussion in 'World Building' started by Mushakushi, Jan 29, 2023.

  1. Mushakushi

    Mushakushi

    Joined:
    Jul 5, 2018
    Posts:
    14
    The Spline Animate's movement method doesn't have a uniform speed between splines of different scales. This means even if two splines are otherwise visually identical, but one spline has double the scale of another, Spline Animate won't move at the same speed between these two Splines.

    upload_2023-1-28_21-27-34.png

    For example, I'd expect that the time I takes to traverse these splines would be identical. This is not true as traversing the right is several times faster than traversing the left.


    Any ideas on how to workaround this issue? I've thought about manually scaling the speed of the Spline Animate, but that doesn't seem like it will work if the scale isn't uniform. Thanks :)