Friday, April 21, 2023

SHATTER / DESTRUCTION in Unity (Tutorial) [VIDEO SUMMARY]

The video titled "SHATTER / DESTRUCTION in Unity (Tutorial)" by Brackeys provides a step-by-step tutorial on how to create realistic shattering and destruction effects in Unity. The video explains that there are two ways to achieve destruction in Unity: through a script or by splitting up the model in a modeling software. While the first method is performance-intensive, the second method allows for more control over how the object shatters.


To demonstrate the process, the video uses a wooden crate and a glass bottle as examples. Brackeys provides a link to download destructible versions of these objects and explains how to add colliders and rigid bodies to each piece of the object. The video also shows how to create a script that will make an object shatter when clicked on by the user.

The tutorial emphasizes the importance of adjusting the mass of each piece and the overall object to achieve a realistic effect. The video also shows how to create a destroyed version of the object and turn it into a prefab for easy use in future projects.

In addition to the wooden crate and glass bottle examples, the video shows how to apply the shattering effect to a whiskey bottle and multiple balls. Brackeys encourages viewers to experiment with creating their own scripts for shattering objects in unique ways.

Overall, the video provides a comprehensive and easy-to-follow tutorial on how to create realistic shattering and destruction effects in Unity. The step-by-step instructions are clear and concise, and the examples provided demonstrate the versatility of the technique. Brackeys' knowledge and expertise in Unity is evident throughout the video, making it a valuable resource for anyone looking to add destruction effects to their projects.