Easy Grid Builder Pro Documentation
  • Getting Started
    • Introduction
    • Quick Start Guide
    • Render Pipeline Conversion
  • Walk Through Tutorial
    • Make 3D Build System (PRO)
    • Make 2D Build System (LITE)
    • Make 3D Modular House Build System (PRO)
    • Custom Build Conditions
    • Basic API Documentation
    • Auto Pivot & Scale Calculation
  • Primary Components
    • Easy Grid Builder Pro
    • Multi Grid Manager
    • Multi Grid Input Manager
    • Multi Grid Build Condition Manager
    • Multi Grid UI Manager
    • Grid Object Ghost
    • Edge Object Ghost
    • Free Object Ghost
    • Grid Object Selector
    • Buildable Grid Object
    • Buildable Edge Object
    • Buildable Free Object
  • Secondary Components
    • Buildable Object Area Blocker
    • Buildable Free Object Snapper
    • Quick Size Calculator
    • Spawn Effects
    • ToolTip
  • Scriptable Objects
    • Buildable Grid Object Type SO
    • Buildable Edge Object Type SO
    • Buildable Free Object Type SO
    • Buildable Object Type Category SO
    • Build Conditions SO
    • Easy Grid Builder Pro Inputs SO
  • Controller Components
    • WASD Camera Controller
    • Simple First Person Camera Controller
    • Simple First Person Camera Holder
    • Simple First Person Character Controller
    • Switch Controllers
  • Other
    • Patch Notes
Powered by GitBook
On this page
  1. Primary Components

Multi Grid UI Manager

PreviousMulti Grid Build Condition ManagerNextGrid Object Ghost

Last updated 2 years ago

This component handles all the Easy Grid Builder Pro UI functionalities. You can find this component in EGB Pro UI prefab which is located in EasyGridBuilder Pro > Prefabs.

Multi Grid UI Manager component works completely separated from the Easy Grid Builder Pro Core components. And can be removed or added to the scene at any time. This component requires EGB Pro UI ToolTip object to function.

Property
Function
Required

Buildable Object Type Category SO

BuildableObjectTypeCategorySO assets. Used to display buildable object categories in UI.

No

Show In Grid Mode Default

Displays build list menu in grid mode default

No

Show In Grid Mode Build

Displays build list menu in grid mode build

No

Show In Grid Mode Destruction

Displays build list menu in grid mode destruction

No

Show In Grid Mode Selection

Displays build list menu in grid mode selection

No

NOTE: "Multi Grid UI Manager Help Menu Data", "Buildables Menu Data", and "Vertical Grid Menu Data" sections should not be changed.

To use this component with Easy Grid Builder Pro simply drag & drop EGB Pro UI and EGB Pro UI ToolTip prefabs to the scene and set parameters in Multi Grid UI Manager component.

Only one of these components should be on a scene.

As displayed in the image above, the component is functioning at runtime.

It's Recommended to read about asset to get a better understanding how buildable object categories can be implemented.

BuildableObjectTypeCategorySO