Databox Documentation
  • Welcome
  • Installation
  • QuickStart
  • Concept And Workflow
  • Demo Scenes
  • Databox Object
  • Databox Object Manager
  • Databox Data Schemes
  • Import
  • Cloud
  • Runtime editor
  • UI Binding
  • Databox variable types
  • Runtime usage
  • Save and load on Mobile
  • Custom data type
  • Playmaker
  • Playmaker Actions
  • API
Powered by GitBook
On this page
  • Create a Databox data scheme
  • Add a scheme

Databox Data Schemes

PreviousDatabox Object ManagerNextImport

Last updated 2 months ago

A Databox scheme is like a template for your data. This feature allows you to build a data structure containing multiple different value types which can then be added to your databox object. This is great if you want to create multiple entries like enemies where all have the same value types like: name, description, health, strength etc. So instead of adding each value separately you can create a data scheme first. Then you only have to add the scheme for each new enemy you want to add.

Create a Databox data scheme

  1. Right click somewhere in the project view and select: Create / Databox / New Databox Data Scheme

  2. Add a new scheme and name it.

  3. Inside of the newly created scheme you can now add databox data types and build your scheme.

Add a scheme

Now that you have created a Databox scheme object you can assign it to your Databox object.

  1. Select a Databox object. On the right side in the editor choose Add Scheme from the dropdown.

  2. Assign the Databox scheme object to the empty slot.

  3. Set a new entry name.

  4. Select the scheme you want to add

  5. Click on the button Add Scheme