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.
Comments (3)
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
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
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