RPG Builder

You can find all the information about RPG Builder integration here.

About Integration

This integration allows to use all the features of Easy Build System with RPG Builder.

Features :

  • Includes all the Building Parts ready to use of "Survival Buildings" add-ons.

  • Customized Circular Building Menu add-on to place Building Parts based on the required resources in the player's inventory.

  • Possible to recover some of their resources upon destruction of Building Parts.

  • Includes pickable items such as "Wood Planks" and "Screws" resources required for building.

  • Building Saver component modified to save each building file based on the character's name.

If you encounter errors with integration, it is possible that a new update changed some things in the code and therefore is no longer compatible with the system integration. If this is the case, you can contact support to receive a hotfix quickly.


Installation Guide

Before beginning, make sure you have correctly setup RPG Builder in your project.

This video will show you how to get started with RPG Builder.

Before you start, ensure that you have imported the Easy Build System into your project. Without this step, accessing the integration will not be possible. You can find a guide to importing it into your project with just a few clicks on the Getting Started page.

Requires :

1️⃣ Prerequisites

  • Import the latest version of Easy Build System from built-in Package Manager.

  • Import the latest version of RPG Builder from built-in Package Manager.

2️⃣ Install uSurvival Integration

  • Open the Packager Importer from the tools menu items : "Tools > Easy Build System > Package Importer"

  • Go to "Integration Packages" section and install the RPG Builder integration.

  • Make sure to import all the content by clicking on the "All" and "Import" button.

3️⃣ Creating or opening an existing demoscene

If you already have an existing scene with the uSurvival setup on it, you can skip this step.

  • Open the "DEMO_RPGBuilder2.0" demoscene from the uSurvival "Scenes" folder : "Blink / Tools / RPGBuilder / Scenes"

4️⃣ Setup Easy Build System

  • Use the "Scene Setup" feature to install the system in your scene from the tools menu items: "Tools > Easy Build System > Integrations > RPG Builder Setup..."

5️⃣ Drag & Drop pickable items

  • Drag and drop the pickable items from the integrations folder "Prefabs" into the scene : "Easy Build System / Packages / Integrations / RPG Builder Integration / Prefabs / Pickables"

6️⃣ Install uSurvival Integration

  • Back to the "Main Menu" and make sure to save scene changes.

  • You can press "T" to open the UI Circular Building Menu in-game.


Requiring Items

You can define your own required items by selecting the Building Parts in the Prefabs folder.

  • Required Items are the items which will be required to place the Building Part.

  • Refund Items are the items which will be restored when the Building Part is destroyed.


Save & Load Buildings

By default, the Building Saver component is instantiated in your scene after setup. If this is not the case, you can create one and then add the "RPGBuilderBuildingSaver.cs" script.

Last updated