Scriptable Objects
ScriptableObject
The following table is a summary of the data that is stored as a ScriptableObject. It can be generated by the user, or it can be generated and transferred via our internal logic. Create a ScriptableObject by right-clicking and selecting Create > Inworld
in the Project
tab.
ScriptableObject | Description |
---|---|
InworldWorkspaceData | This is the data for the workspace. It contains data from your InworldScene and InworldCharacter |
InworldSceneData | This is the data for the scene. It contains data from your InworldScene and InworldCharacter |
InworldCharacterData | The is the data for your InworldCharacter |
InworldServerConfig | This contains the related URIs for the server that your app is going to connect to |
InworldKeySecret | This scriptable object is not used in our demo, but you can use it to pass along data for connecting |