Skip to main content

Util

This folder contains utility tool scripts used in InworldAI.

  • InworldAuth: This class is responsible for obtaining an access token from the Inworld runtime server.
  • InworldDateTime: This class is used for convert date time to our format.
  • InworldLog: This file contains all the log format used in the inworld.
  • InworldMessenger: This class is used to send/receive special interactive functions to/from Inworld server, via CustomPackets.
  • PackageLatencyTest: This class is included in our InworldController prefab in the sample scene to measure the latency time from sending the last message to receiving the packets of the first message.
  • SingletonBehavior: This class is used to instantiate singleton game objects.