Change your user name.
After connecting, the Inworld AI Unity SDK will fetch your Unity UserName (most likely the first part of your email address) as the default name used in the SDK.
You can change this name in the following ways:
In Editor
Right click on
Project Panel
>Inworld Settings
>User Settings
.Change at
Edit > Project Settings > Inworld.AI
.
- At top menu, click on
Inworld
>Change User Name
⚠️ Note:
Inworld Setting Panel
(ScriptableObject of InworldAI) andChange User Panel
(ScriptableObject of InworldUserSettings) are displayed inInspector
, and may sometimes be covered by other panel. You can manually clickInspector
to bring the panel to the foreground.
In Runtime
You can set the public string property InworldAI.User.Name
.
⚠️ Note: You can only change this property before
InworldController
startingLoadScene()
.