Home

Awesome

Unity-2D-Destruction

Unity 2D Destruction is a basic tool for breaking 2D sprites into fragments for awesome destruction effects!!!

See it in action!

[Unity Forum] (http://forum.unity3d.com/threads/free-open-source-unity-2d-destruction.382416/)

[Tutorial Video] (https://youtu.be/pe4_Dimk7v0)

Instructions for Basic Use

Detailed Explanation of Parameters

Allow Runtime Fragmentation: Set this to true to generate your fragments during gameplay instead of in the editor. When you call "explode()" the fragments will be generated and the original destroyed. The fragmentaiton operation isn't the fastest so I don't really recommend this.

Shatter Type: Can set this to generate triangular fragments or more "realistic" voronoi fragments.

Extra Points: Ordinarilly the fragments are generated using the points of the collider. With this parameter you can add any number of random points inside the bounds of the collider. Use this to get more random and interesting pieces.

Subshatter Steps: For each subshatter step, the fragmentation operation will be run on each generated fragment. For example if it's set to 2 your sprite will be fragmented, then each fragment will be fragmented, and then those fragments will be fragmented again. I wouldn't set this above 2 and usually 1 is enough.

Fragment Layer: The layer you wish the fragments to be set to

Sorting Layer: The sorting layer you wish the fragments to be set to

Order In Layer: The order in layer you wish the fragments to be set to