Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2017.2.X, 2017.3.X, 2018.1.X
Votes
0
Found in
2017.2.0p4
Issue ID
985912
Regression
Yes
Sprite 2D physicsShape is not set until 'Edit Physics Shape' tab is opened for the 1st time after texture import
To reproduce:
1. Open Project
2. Set Sprite's MeshType to FullRect
3. Drag sprite into scene
4. Add PolygonCollider2D
5. Notice the PolygonCollider2D mesh will be a box mesh instead of a tightly packed mesh.
6. Open Sprite Editor
7. Open 'Edit Physics Shape', notice how mesh is tightly packed
8. Click cog on Polygon Collider 2D and click reset
9. Notice the PolygonCollider2D now uses the correct Tightly packed physics mesh.
Reproduced: 2017.2.1p1, 2017.3.0p1, 2018.1.0b2, 2018.2.0a1
Not reproducible: 5.6.5f1, 2017.1.2p4, 2017.2.0b10
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Additional empty space becomes visible under "Scripts" in the "Add Component" window
- Longer component titles overlap navigation arrow in the "Add Component" window
- Joint Physics result in unexpected behaviors when used for articulated vehicles like buses or trucks
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
Add comment