Inworld Workspace Data
This gameObject
is essentially the information data for an Inworld Workspace
.
⚠️ Note: File names are locally saved by
Title
, but that title is not necessarily unique. Please ensure that all of yourTitle
fields are unique on your studio website. This will prevent any possible data collisions.
Variables
Variable | Description |
---|---|
Title | The short name for an Inworld Workspace |
Full Name | The MR Code for an Inworld Workspace . |
Characters | A list of InworldCharacterData corresponding to the characters associated with your workspace |
Scenes | A list of InworldSceneData corresponding to the scenes associated with your workspace |
Integrations | The InworldKeySecret corresponding to your Inworld Workspace |
Properties
Property | Type | Description |
---|---|---|
IsValid | bool | Checks if the workspace has correct data |
DefaultKey | InworldKeySecret | Gets the default key for your workspace, if one exists |