Skip to main content

Inworld Game Data

In Module: Inworld.AI

InworldGameData is the scriptableObject for an InworldScene. It is generated by Inworld Editor. It is used in InworldController.

InworldGameData

Inspector Variables

VariableDescription
Scene Full NameThe full name string for the InworldScene
API KeyThe API Key that can be used to load that InworldScene
API SecretThe API Secret that can be used to load that InworldScene
CharacterA list of InworldCharacters in the InworldScene
CapabilitiesThe Capabilities that is used for loading the InworldScene

Properties

PropertyDescription
SceneFileNameGet the generated name for the scriptable object.
ProcessGets the download progress of the assets.

API

FunctionDescriptionParameters
SetDataSet the data for the scriptable object instantiated.sceneData: The reference for the InworldSceneData to copy
keySecret: The API key/secret to use for loading this InworldScene