I've fixed a very fundamental issue with how we were handling Fixed Update.
The logic was wrong resulting in FixedUpdate often being called too many times a second depending on your frame rate. This could result in issues like physics objects moving too fast if you had uncapped FPS.
This has been resolved and now it should be called the correct amount of times per second.