Posts: 3
Threads: 1
Joined: Aug 2019
Hello,
Can you tell me why this jerkiness might be occuring in the curvy spline mover? I have the rigidbody set to kinematic and no other script should be affecting its velocity.
https://streamable.com/z788c
Thank you for your time.
Posts: 2,110
Threads: 92
Joined: Jun 2017
Hi,
This might happen if you update your controller in Fixed Update (see the Update In value in the controller), while your camera is updated in Update or LateUpdate, and the physics FPS is different than the rendering FPS.
Is this what is happening?
Please consider leaving a
review for Curvy, this helps immensely. Thank you.
Available for freelance work—feel free to reach out.
Posts: 3
Threads: 1
Joined: Aug 2019
(08-15-2019, 10:18 AM)_Aka_ Wrote: Hi,
This might happen if you update your controller in Fixed Update (see the Update In value in the controller), while your camera is updated in Update or LateUpdate, and the physics FPS is different than the rendering FPS.
Is this what is happening?
Thank you! I ended up setting the target FPS and that fixed everything.
I have one more question if its okay to ask in this thread.
Is there a way to rotate the splines at run-time? When I rotate the curvyspline object, the spline itself will move and rotate but the rendered mesh will not. I even tried unchecking static mesh.
Thanks again.
Posts: 2,110
Threads: 92
Joined: Jun 2017
How do you render the mesh?
Please consider leaving a
review for Curvy, this helps immensely. Thank you.
Available for freelance work—feel free to reach out.
Posts: 3
Threads: 1
Joined: Aug 2019
(08-15-2019, 11:28 PM)_Aka_ Wrote: How do you render the mesh?
I figured it out. I was using the curvy generator and just had to uncheck "Make Static"
Thanks again!
Posts: 2,110
Threads: 92
Joined: Jun 2017
You are welcome
Please consider leaving a
review for Curvy, this helps immensely. Thank you.
Available for freelance work—feel free to reach out.