Search Issue Tracker
Won't Fix
Votes
16
Found in
2017.1.0p4
Issue ID
951330
Regression
No
Kinematic Rigidbody with Interpolation enabled moves with latency after decreasing the framerate
Reproduction steps:
1. Open the attached project "TestProject.zip";
2. Open the TestScene;
3. Observe the test scene, there is a single parent transform (the green cube) with 6 child rigidbodies.
4. Enter a play mode;
5. Try to change framerate in a descending way;
Expected results: The rigidbody should move along with the parent transform with frame-perfect motion and no latency.
Actual results: The rigidbody that is both Kinematic and set to Interpolate moves inconsistently and stutters more and more as the fixed delta time decreases.
Reproduced on: 5.5.3p3, 5.6.2p3, 2017.1.1p3, 2017.2.0f1, 2017.3.0b1.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Red spots appear when Blending Lighting Scenarios using Adaptive Probe Volumes
- [Windows] About Unity Window needs to be opened twice to adapt to resolution
- NullReferenceException and temporary graph corruption after entering playmode if output node connection was changed
- Sprite Renderer with Animation does not reflect Sprite changes in the Scene when switching Mask Interaction
- User is redirected to a non-existing online documentation link when clicking on "?" help button inside Inspector window while Animator Override Controller is selected
keithBendLabs
Jan 25, 2018 21:18
I believe I have also been running into this same issue while working on an interaction system for the VR gloves from Bend Labs.
nbensonleap
Jan 25, 2018 18:57
Woops, I meant still occurring in 2018.1 beta*.
nbensonleap
Jan 25, 2018 18:51
Still occurring in 2017.3 beta.
This issue is preventing our physics middleware, the Interaction Engine, from having full support for interpolating rigidbodies, e.g. grasped by hands in VR, or for Rigidbody-based button interfaces.
Our first ticket for this issue was in September: https://github.com/leapmotion/UnityModules/issues/885
Another issue we encountered is also caused by this bug since it prevents us from supporting Rigidbody interpolation:
https://github.com/leapmotion/UnityModules/issues/945