Search Issue Tracker
Not Reproducible
Votes
0
Found in
4.0.1f2
Issue ID
525379
Regression
No
Having object selected in hierarchy view will cause jerky movement, because of inspector updates
Changing the interpolation of a rigid body doesn't update in the editor properly. Reopening a project with interpolation set, it then works. Sometimes changing from standalone to iOS will fix it, but reopening the project is the sure way to get it to work.
To reproduce:
A. Open the attached project, open Test Scene
B. Press play. You should see the cube move across the screen, but not smoothly. It should jerk. If you do _not_ see it jerking, then try quitting Unity and relaunching. It should be jerky because it's a Rigidbody GO and we're moving it outside FixedUpdate so it should always jerk.
C. Click on the Cube GameObject in the scene and change the Rigibody component's Interpolate property from "None" to "Interpolate"
D. Press play. You should see no change. The cube still doesn't move smoothly, but it should because we now said it should be interpolated.
E. Save scene.
F. Choose File->Open Project… and reopen the project
G. Press play. You should see the Cube now moves smoothly.
So it looks like changing the interpolation property isn't correctly being updated in the player within the editor.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Scrollbar becomes unusable when adding Elements to the List
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
Add comment