Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseDetermines whether the BoxCollider2D's shape is automatically updated based on a SpriteRenderer's tiling properties.
When this is true, the Collider's shape is generated from a SpriteRenderer, if one exists as a component of the parent GameObject. The shape generated is dependent on the SpriteRenderer.drawMode. Regeneration happens when the autoTiling
property is set to true, and subsequently every time a change is detected in the associated SpriteRenderer.