I am working on a recreation of a Roblox game in Unity, and I would like to know how to make explosions like the ones you see in Roblox. It doesn’t break the mesh, it just de-parts it. Watch the video to see what I mean.
So how does this work? Does it use some fancy math to make bricks out of your building? No, it doesn’t. You actually have to tediously build each individual part one by one to get a good juicy explosion. Which is fine, I guess. Also, there are some custom mess properties for fall speed, but that doesn’t really account for how the explosion works.
All I want to know is how I could do this in unity. Rigid bodies?
Thanks in advance.