Search Issue Tracker
Fixed in 5.2.0
Votes
0
Found in
5.2.0a4
Issue ID
707400
Regression
No
Constraining Rigidbody2D teleports it to 0,0 when entering play mode
To reproduce:
1. Open attached project
2. Open Untitled Scene
3. Enter play mode
Expected result: The box object stays in it's place
Actual result: The box object teleports to 0,0 coordinates
Note: This does not reproduce each time,several attempts are likely to be required
Video: http://screencast.com/t/UnxsN4en7wi
OS X specific;
Removing constraints on the object makes the bug unreproducible
Comments (6)
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Bandit-Development
Sep 20, 2015 23:03
The workaround I used was to set the object's transform.(x, y, or z) to whatever the pos was on level load every "Update".
Not sure how performance intensive this is, though.
Jde
Sep 17, 2015 21:43
Just discovered this... http://blogs.unity3d.com/2015/09/16/unity-patch-release-plan/
"It is important to note that 5.2.0 includes fixes only up to 5.1.2 while the new patch 5.2.0p1 will include all changes added up to 5.1.3p3."
So hopefully this'll be fixed in the patch due any second now.
Jde
Sep 17, 2015 21:30
I too have this problem in Unity 5.2.0f3.
bassen
Sep 17, 2015 15:52
This issue doesn't seem to occur in Unity 5.1.3 for me, but has reappeared in 5.2.0f3
Bandit-Development
Sep 14, 2015 23:52
I have the same problem, and it is not OS X specific. I have reproduced it on Android, iOS, and Windows 7 and 10. I can confirm that it is not fixed in Unity 5.2.0f3.
lavz24
Sep 14, 2015 15:31
In Unity 5.2 I still have the problem