# Introduction

{% hint style="info" %}
This guide covers all the functionalities that Easy Grid Builder Pro 1.1.2 provides. Please consider leaving a review on the [Asset Store](https://assetstore.unity.com/packages/slug/239234) page once you’ve completed the guide & familiar with the asset.\
\
🚀 Take your grid-building to the next level with the latest [**EGB Pro 2**](https://assetstore.unity.com/packages/slug/298820), the most advanced version yet!\
**Special upgrade discount available exclusively for EGB Pro 1 users.**\
\
Last Update October 24, 2025
{% endhint %}

## Overview

Easy Grid Builder Pro is the most complete and easy-to-use grid-based building solution for Unity. Easily extendable without a line of code and supports any genre of 2D & 3D games.

[**Road Map**](https://trello.com/b/zSrcKcYN/easy-grid-builder-pro)

[**Discord Community & Support**](https://discord.gg/htM3sMgWfw)

[Patch Notes](https://soulgamess-studio.gitbook.io/easy-grid-builder-pro-documentation/other/patch-notes)

## Getting Started

It's recommended to follow the [**Quick Start guide**](https://soulgamess-studio.gitbook.io/easy-grid-builder-pro-documentation/getting-started/quick-start-guide) first. In this guide, you can learn how to import Easy Grid Builder Pro and set up your project properly to avoid any errors and issues.

If you are using a scriptable render pipeline (SRP) in your project, follow this [Render Pipeline Conversion guide](https://soulgamess-studio.gitbook.io/easy-grid-builder-pro-documentation/getting-started/render-pipeline-conversion).

Easy Grid Builder Pro has two built-in modes (LITE & PRO) and we will cover both in two easy-to-follow walk-through tutorials, which will cover a 2D build system and a 3D build system. **It is highly recommended** to follow the [**Make 3D Build System (PRO) tutorial**](https://soulgamess-studio.gitbook.io/easy-grid-builder-pro-documentation/walk-through-tutorial/make-3d-build-system-pro) first because it is covering all the features and functionalities EGB Pro provides.

{% content-ref url="../walk-through-tutorial/make-3d-build-system-pro" %}
[make-3d-build-system-pro](https://soulgamess-studio.gitbook.io/easy-grid-builder-pro-documentation/walk-through-tutorial/make-3d-build-system-pro)
{% endcontent-ref %}

{% content-ref url="../walk-through-tutorial/make-2d-build-system-lite" %}
[make-2d-build-system-lite](https://soulgamess-studio.gitbook.io/easy-grid-builder-pro-documentation/walk-through-tutorial/make-2d-build-system-lite)
{% endcontent-ref %}

If you want to add Custom Build Conditions to your Buildable Objects or Integrate Easy Grid Builder Pro with your inventory system follow this [**Custom Build Conditions guide**](https://soulgamess-studio.gitbook.io/easy-grid-builder-pro-documentation/walk-through-tutorial/custom-build-conditions).

[**Basic API Documentation**](https://soulgamess-studio.gitbook.io/easy-grid-builder-pro-documentation/walk-through-tutorial/basic-api-documentation) covers all the currently available Easy Grid Builder Pro API. And how to extend the system with custom scripting.


---

# Agent Instructions: 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:

```
GET https://soulgamess-studio.gitbook.io/easy-grid-builder-pro-documentation/getting-started/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
