Project: Paper2D

I found a solution for ! Not sure if its best solution. But basic idea is, I duplicate Sprite for each piece I want. (So lets just say we cut Sprite into Two), I’d duplicate Sprite Twice, then I generate an Alpha mask for each side (using dynamic textures), hiding one half and other, and bam, two pieces! You can do for any number of pieces with some math. Probably not perform-ant for a lot of pieces but I didn’t need them to break into anymore than 5.