Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Curvy Spline mover is jerky
#1
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.
Reply
#2
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?
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Reply
#3
(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.
Reply
#4
How do you render the mesh?
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Reply
#5
(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!
Reply
#6
You are welcome Smile
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Filling a closed spline dynamically rickgplus 1 231 04-16-2025, 08:56 AM
Last Post: _Aka_
  Disable a spline's gizmo when not selected or disabled. mikechr2000 1 286 02-03-2025, 09:34 AM
Last Post: _Aka_
Information Questions regarding spline colliders and collisions with rigidbodies Spyboticer 7 1,102 01-20-2025, 12:25 PM
Last Post: _Aka_
  Extrude mesh along spline. New and confused user GhostStalker 3 531 01-02-2025, 09:58 AM
Last Post: _Aka_

Forum Jump: