Fracturing and destruction demo using our new tool

Hello everyone!

We just finished developing the first version of our new fracturing and destruction tool and have made a webplayer demo showcasing some of the main features. You can check it out here: http://www.ultimategametools.com/webplayers/fracturing/WebPlayer.html

We also made a video where you can see how it works:

Hope you like it!

And some screenshots for the lazy ones :slight_smile:

I am surprised nobody else has said anything yet. This looks rather interesting and like a good implementation. The video sure looks very promising!

Thanks man! we’ve put a lot of time and effort on it. Our goal was to make the kind of tool we would like to use and even if we’re quite proud of the final result we don’t want to stop here and still want to make it better. More features are on the way so stay tuned! :slight_smile:

Holy moly! Thats some great tech. I would love to get my hands on something like this, cant wait to see it in action on a released title.

this looks amazing…

woooow this looks amazing! Good job on this :slight_smile: any estimate on when you will release this?

EDIT: nevermind, just found on the asset store :slight_smile: will be picking this one up!

Looks like an amazing destruction tool! My question is:

Is it possible to put game objects back together after they’ve been exploded in an animated fashion? Not simply setting the exploded pieces to “inactive” and setting the unbroken prefab to active again, but actually moving the pieces back to their unbroken state. In the video preview at 0:56 you’re demonstrating exactly what I’m looking for, using a slider (which I can’t read due to my poor network at the moment) in the editor window to “animate” the object breaking and unbreaking. Is this possible in-game? And if so, how reasonable is it? Are you able to access that slider’s parameter through script?

Finally, how friendly is this on game performance, especially if used on a lot of objects?

Thanks for this awesome looking asset, and I hope you can answer some of my questions!

You mean the same explosion animation played backwards movie-style? You would need to sample the animation of each chunk and play it backwards through scripting.
What the editor does using that slider is separating the chunks radially from the object center so you can take a quick look at how chunks were generated, but it isn’t intended for what I’m guessing you want to do :slight_smile:

When my video player finally loaded a higher resolution and the slider read “preview” I was afraid of that. Still an awesome looking asset, well done!

Do you use mesh or compound colliders ?

It uses mesh colliders but also has a chunk volume threshold parameter which you can use to create box colliders for the smaller chunks instead, as box colliders are much faster.
We also integrated support with our Concave Collider tool. With it you can limit the amount of collider vertices generated and depending on the object shape will create a single mesh collider or compound colliders.

Now you can also import prefractured scenes from your favourite editor! Use it to import scenes from RayFire for 3dsMAX, Blender, Maya…