> 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/advanced-buildings.md).

# Advanced Buildings

{% embed url="<https://www.youtube.com/watch?v=Y5lfYx6x6aw&lc=Ugzd86DoReoh-fIT_414AaABAg>" %}
You can watch the video in fullscreen and set the quality to maximum.
{% endembed %}

Enables step-by-step building, unlike the base system that allows immediate placement of constructions. You can extend it as needed by following the steps provided below.

This addon includes the following features :

* Includes 13 [Building Parts](/easy-build-system-old/components/building-part.md) that are ready-to-use.
* Comes with 3 differrent carriable resource types (Stick, Rock, Log).
* Interaction & Carriable script to interact with the buildings and carriable resources.
* Simple UI to follows construction progress.
* 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/szMr8s1dLwiDvn4YcoJN" 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.

***

### Create Buildable Object

The process is the same as when you add your own model to the system.\
You should follow the guide available on the [Beginner's Guides](/easy-build-system-old/tutorials/beginners-guides.md) page.

{% content-ref url="/pages/bue1r91KuODlZcK8oEWQ" %}
[Beginners Guides](/easy-build-system-old/tutorials/beginners-guides.md)
{% endcontent-ref %}

When your [Building Part](/easy-build-system-old/components/building-part.md) is created, you can simply add the "BuildableObject.cs" script on it.

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

Set the "Interactable Type" field to "BUILDABL&#x45;**"**, then you can define the "Required Resources" field. The array size should be equal to the number of steps required to complete the building, and the "Resource Type" field should be set to the required resources.

The models included in the addon are split and ready by default.\
If your models are not setup this way, you can leave the Meshes field empty.

***

### Create Carriable Object

This video will guide you through the process of adding a new resource type that can be carried and placed during runtime onto your **BuildableObject**.

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


---

# 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/advanced-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.
