We’re currently working a multiplayer title in which the players take control of a ball by enacting physics upon it to move (torque and impulse work quite well!)
However, we’ve noticed that when moving on a flat plane, the balls will ‘jump’ automatically, seemingly at random. Suspecting a collision resolution issue with the static mesh we were using, we temporarily switched to a sphere collision component and ended up with the same results.