I made a catapult object that is made of another 2 objects (head and body). The body is connected to world space with hinge joint, and I limited the angles. The head is just connected to the body with another hinge joint with limits too.
Now I try to make that whenever the player is holding the Spacebar then the catapult start to charge, im doing it by changing the body limit lower angle over time but for some reason it does not charge so smoothly as I want it too, hope someone can see the problem.
Judging by the cursor moving across the image toward the end of the loop, you captured it at a really low framerate. We can’t tell whether an animation is smooth or not if the capture isn’t smooth.
Either that, or your project is actually running at a low framerate. If that’s the case, then that’s your entire problem.
Open the profiler view and push record. Play your scene, and see what exactly is taking up all your resources. You’ll also get an estimate of the frame rate from the graph view.