Skip to main content

Interactions

This folder contains all the character interaction scripts. In Inworld, interactions are the scripts used to render character dialogs received from the Inworld server.

It has 3 files:

  • InteractionData: This file contains the data structure used at runtime for caching and rendering dialogs received from the Inworld server.
  • InworldInteraction: This is the general interaction class within the InworldCharacter component.
  • InworldAudioInteraction: The audio-supportable version of Inworldaction.