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
- Long Property names are not truncated in the Add Property dropdown in the Animation window when the Long Property name does not fit
- [iOS] High CPU load when device keyboard is open
- Selected Animation clip in the Animation window changes when the Domain Reload is triggered
- Animation window scrollbar keeps resetting when the scrollbar width is changed after adding an event
- LocalizationSettings.InitializationOperation hangs when re-entering Play Mode with Domain Reload disabled
Add comment