メインコンテンツまでスキップ

プレイテスト - フレンドを管理する - (Unity モジュール)

Last updated on November 1, 2024

Device ID login

  1. Play the game in the Unity Editor. If successful, you will see the LOGIN WITH DEVICE ID button. Click the button to log in, and if implemented correctly, you will be taken to the main menu.

    • After clicking the 'Login with Device ID' button, you'll see the following log entries in the console:

      [AuthEssentialsWrapper.cs] [LoginWithDeviceId] [Log] [linenumber] - Trying to login with Device ID
    • You will see the following screen upon successful login with a device ID:

    Login with Device Id Play Test Preview Unity Byte Wars device ID

    [AuthEssentialsWrapper.cs] [OnLoginCompleted] [Log] [linenumber] - The user successfully logged in with Device ID: your device id
    • You will see the following screen when you unsuccessfully log in with a device ID:

      Login failed Play Test preview gif Unity Byte Wars device ID

      [AuthEssentialsWrapper.cs] [OnLoginCompleted] [Log] [linenumber] - The user failed to log in with Device ID. Error Message: error message

On this page