プレイテスト - セッション入門 - (Unity モジュール)
Last updated on July 28, 2025
Test session implementation
Compile your project and play the game in the Unity Editor to test the following scenarios:
-
Session created: Navigate to Play Online > Create a Session > Create Elimination. If successful, you will see the following screen and the following log:
[SessionEssentialsWrapper_Starter.cs] [CreateGameSession] [Log] Success to create game session. Session ID: {session_id}
-
Leave session: When the session creation succeeds, you will see a Leave Session button. Click it, and if the implementation was successful, you will be directed back to the Create a Session menu, as shown in the preview image below, with the following log:
[SessionEssentialsWrapper_Starter.cs] [LeaveGameSession] [Log] Success to leave game session. Session ID: {session_id}