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
- Mesh.GetIndexBuffer() requires Mesh's 'Read/Write' flag to be enabled to get its index buffer data in Builds
- [Backport] [Sprite Atlas V1] Editor crashes when calling SpriteAtlasUtility.PackAtlases
- Deterministic builds have different files when built from the same project
- PlayerBuildInterface.ExtraTypesProvider no longer provides types to IL2CPP
- Touch input is reset in Device Simulator when Unity Remote is killed
Add comment