I’m using the Unity WebGL plugin and switching characterName and characterID at runtime via UI buttons.
This works before any interaction. However, once I’ve already interacted with a character, switching to a new characterID does not fully reset the session. Responses still seem tied to the initial character.
What would be the correct supported way to switch to a new character in WebGL at runtime?