Databox
Generated by
Docstrap
Toggle navigation
Getting started
Concept and workflow
Databox
Configuration
Add Data
Resource & Addressable Type
Modifiable Int and Float type
Databox Object Manager & Runtime Editor
Use Databox by script
UIBinding
Create a custom class
Generate static keys
Save and load on Android
Import
Using Spreadsheets
Google Spreadsheet
Local CSV file
Demo scenes
01 Basic
02 OnValueChanged
03 UIBinding
04 Advanced
05 Cloud
Cloud
Setup
Sync to cloud
PlayMaker
Setup
Actions
LoadDataboxObject
SaveDataboxObject
GetData
SetData
AddData
RemoveTable
RemoveEntry
RemoveValue
ResetTable
ResetValue
RegisterToDatabase
API
DataboxObject
Methods
AddData
GetData
TryGetData
GetEntriesFromTable
GetValuesFromEntry
SetData
EntryExists
ValueExists
RegisterToDatabase
LoadDatabase
LoadDatabaseAsync
SaveDatabase
SaveDatabaseAsync
UploadToCloud
DownloadFromCloud
RemoveDatabaseTable
RemoveEntry
RemoveValue
Events
OnDatabaseLoaded
OnDatabaseSaving
OnDatabaseSaved
OnDatabaseCloudDownloaded
OnDatabaseCloudDownloadFailed
OnDatabaseCloudUploaded
OnDatabaseCloudUploadFailed
DataboxType
Reset
OnValueChanged
DataboxObjectManager
GetDataboxObject
DataboxUIBinding
Bind
Getting started
Concept and workflow
Databox
+
Configuration
Add Data
Resource & Addressable Type
Modifiable Int and Float type
Databox Object Manager & Runtime Editor
Use Databox by script
UIBinding
Create a custom class
Generate static keys
Save and load on Android
Import
+
Using Spreadsheets
Google Spreadsheet
Local CSV file
Demo scenes
+
01 Basic
02 OnValueChanged
03 UIBinding
04 Advanced
05 Cloud
Cloud
+
Setup
Sync to cloud
PlayMaker
+
Setup
Actions
+
LoadDataboxObject
SaveDataboxObject
GetData
SetData
AddData
RemoveTable
RemoveEntry
RemoveValue
ResetTable
ResetValue
RegisterToDatabase
API
+
DataboxObject
+
Methods
+
AddData
GetData
TryGetData
GetEntriesFromTable
GetValuesFromEntry
SetData
EntryExists
ValueExists
RegisterToDatabase
LoadDatabase
LoadDatabaseAsync
SaveDatabase
SaveDatabaseAsync
UploadToCloud
DownloadFromCloud
RemoveDatabaseTable
RemoveEntry
RemoveValue
Events
+
OnDatabaseLoaded
OnDatabaseSaving
OnDatabaseSaved
OnDatabaseCloudDownloaded
OnDatabaseCloudDownloadFailed
OnDatabaseCloudUploaded
OnDatabaseCloudUploadFailed
DataboxType
+
Reset
OnValueChanged
DataboxObjectManager
+
GetDataboxObject
DataboxUIBinding
+
Bind
Add Data
Add a new Data entry to selected Databox object
Use owner Instance ID: if true, Databox uses the Owner Instance ID. This is useful if you have registered an entry at runtime by it's Instance ID.