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. Scriptable Objects

Buildable Object Type Category SO

PreviousBuildable Free Object Type SONextBuild Conditions SO

Last updated 2 years ago

These scriptable objects store a category that can be used to categorize Buildable Grid/Free Object Type SO assets. These categories are used in Easy Grid Builder Pro UI to display buildable objects under their own category.

You can create a new scriptable object, go to Asset > Create > SoulGames > Easy Grid Builder Pro > BuildableObjectTypeCategorySO.

Property
Function
Required

Category Name

Name for the category - Used in UI tooltip.

Yes

Category Icon

Icon for the category - Used in UI category buttons.

Yes

Your defined BuildableCategorySO assets should be added to Multi Grid UI Manager in order to use them. You can add as many BuildableCategorySO assets to this, even if they are not added to any Buildable Grid/Free Object Type SO assets. Doing so will create buildable categories in UI but they will be empty.

You can find pre-defined BuildableObjectTypeCategorySO assets located in EasyGridBuilder Pro > Scriptable Objects > Buildable Category SO.