Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.3.2f1
Issue ID
778125
Regression
No
PolygonCollider2D is reshaped if sprite is dragged into the public field of the script
Steps to reproduce:
1. Open attached project "778125.zip"
2. Open scene "repro"
3. In hierarchy, select GameObject
4. Notice that it has two components: PolygonCollider2D and Test script with public field that accepts Sprite
5. Drag "sprite" from project tab to the Sprite field of the Test script
6. Notice that PolygonCollider2D is reshaped
Note: this doesn't happen if:
1. In inspector, Test component is higher than PolygonCollider2D component
2. Sprite isn't added by drag and drop but rather by using "Select Object" window
Workarounds:
1. Make sure that Test script is higher than PolygonCollider2D
2. Add sprite not by dragging it in but by using "Select Object" window
Reproduced with: 5.1.4f1, 5.2.4f1, 5.3.3p3, 5.4.0b9
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
Add comment