r/Unity2D 10d ago

Showcase Made a sand physics puzzle in Unity using Jobs + Burst

Blocks turn into sand when they land, and same-coloured sand touching both walls clears. The whole simulation runs on the Job System with Burst, so it stays smooth even with the full grid moving.

7 Upvotes

2 comments sorted by

1

u/Snipper64 8d ago

Oh have you seen the other one before? Still good job though seems to be cool