Skip to main content

Play test - Introduction to Session - (Unity module)

Last updated on June 12, 2024

Test session implementation

Compile your project and play the game in the Unity Editor to test the following scenarios:

  • Create a Session: When successful, you will see this with the following log:

    A GIF of selecting a new game session in Byte Wars in the Unity Editor Unity Byte Wars introduction to session

    [SessionEssentialsWrapper_Starter.cs] [OnCreateSessionCompleted] [Log] [116] - Successfully created game session
  • Leave a session: When successful, you will see this with the following log: A GIF of leaving a new game session in Byte Wars in the Unity Editor Unity Byte Wars introduction to session

    [SessionEssentialsWrapper_Starter.cs] [OnLeaveSessionCompleted] [Log] [162] - Successfully left the game session