Global Assets
The global assets are those ScriptableObjects stored under Resources
or Data
folder. They are editable, but do not move or delete them.
Module | ScriptableObject | Directory | Description |
---|---|---|---|
Inworld.AI | InworldAI | Packages/Inworld.AI/Runtime/Resources | The master data object for storing settings. It can be visited by right-clicking and selecting Inworld Setting Panel in the Project tab, or at Inworld > Setting Panel in the TopMenu. |
Prod | Packages/Inworld.AI/Runtime/Data | This is the template object for Inworld server informations. Please do not modify unless we told you to. | |
UserSettings | Packages/Inworld.AI/Runtime/Data | This is the template object for storing user data. For public use, it supports changing User Name and Player Profile. It also stores references for locally downloaded assets., e.g., the user's workspace, scene, or API key and secrets. | |
Inworld.Editor (InworldAI.Full Only) | InworldEditor | Assets/Inworld/Inworld.Editor/Data | This scriptable object stores all the reference prefabs or data path for Inworld Studio Panel. |