Search Issue Tracker
Fixed in 4.5.2
Votes
0
Found in
4.5.0f6
Issue ID
610672
Regression
Yes
2D physics interpolation isn't working reliably
-repro: In Unity 4.5, enabling interpolation of a 2D rigid body will cause incorrect behaviour (loss of velocity/pausing) if the object is rotating or has been rotated (e.g. via transform.Rotate)
-repro:
--open attached project
--play scene
--NOTICE the right quad jumping around
Comments (2)
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
- Animator States disappear when opening their Context Menus right after Pasting them
- "NullReferenceException" is thrown when rapidly expanding and collapsing the folders in the VFX Graph Node creation menu
- VFX Graph tab always opens between "Scene" and "Game" views instead of opening after already opened tabs
- Editor crashes on "MonoBehaviour::Transfer<GenerateTypeTreeTransfer>" when resetting package defaults in VR Template project
- Rotation tool Gizmo is stuck in the Scene View when unchecking/checking the "Orient" node in the VFX Graph and the Scene view is visible
EidanCorey
Nov 11, 2014 20:25
This bug is still can be reproduced in newer 4.5.x versions and in 4.6.0f1.
When interpolation is enabled in rigidbody2d (or object have animation component, even if animation does not effect object's rotation) we cannot change rotation of an object via transform.
For example, it is impossible to flip sprite horizontally with rotation on 180 degree on y-axis (instead of using scale -1). This is really annoying.
Tekksin
Sep 20, 2014 09:10
This issue has not been fixed! I'm still experiencing issues with this interpolation problem!