> For the complete documentation index, see [llms.txt](https://mindcodeinteractive.gitbook.io/easy-build-system-old/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mindcodeinteractive.gitbook.io/easy-build-system-old/addons/survival-buildings.md).

# Survival Buildings

{% embed url="<https://www.youtube.com/watch?v=9VBk2F11YZo>" %}
You can watch the video in fullscreen and set the quality to maximum.
{% endembed %}

This free addon includes the following features :

* Includes 8 new upgradable [Building Parts](/easy-build-system-old/components/building-part.md) that are ready-to-use.
* Simple fracture script to instantiate a fractured model at destruction.
* Complete demoscene included in the package.

***

## Demoscene

You can open the demoscene to get an idea of how the addon works with the **Easy Build System**.&#x20;

<figure><img src="/files/J2Lvylo9srW8nuwIfL26" alt=""><figcaption><p>Expand the image to large view by clicking on it.</p></figcaption></figure>

A [Building Collection](/easy-build-system-old/components/building-manager/building-collection.md) with the [Building Parts](/easy-build-system-old/components/building-part.md) is included and can be loaded in the [Building Manager](/easy-build-system-old/components/building-manager.md). You can also find the [Building Parts](/easy-build-system-old/components/building-part.md) in the "Prefabs" folder if you want edit them.

Each [Building Part](/easy-build-system-old/components/building-part.md) has an attached script "InstantiateOnDestroy.cs" in the children mesh to instantiate its own fractured model upon destruction, resulting in a more realistic effect.

<figure><img src="/files/8jUux1VJi7jNZIB5bbvT" alt=""><figcaption><p>Expand the image to large view by clicking on it.</p></figcaption></figure>

The models are basic models fractured with Fracture Tools addon in Blender.\
Colliders and rigidbody were added on each fragements to simulate the realistic destruction.

You can also use tools like [RayFire](https://assetstore.unity.com/packages/tools/game-toolkits/rayfire-for-unity-148690) to achieve similar effects on your own models.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://mindcodeinteractive.gitbook.io/easy-build-system-old/addons/survival-buildings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
