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

プレイテスト - 統計データを追跡し表示する - (Unity モジュール)

Last updated on May 30, 2024

Test the Statistics implementation

Now to make sure your implementation works, you can follow the steps below.

  1. Run the game in the Unity Editor.

  2. Click the LOGIN WITH DEVICE ID button. Wait until it logs in and shows the Main Menu.

  3. Click PROFILE, then click STATS.

  4. If your implementation up to this point was correct, you will see HIGHEST SCORE - SINGLE PLAYER and the value will be 0.

  5. Back at the Main Menu, click the PLAY button.

  6. Shoot down enemy ship until your game ends and your score is displayed.

  7. Back on the STATS menu, if you implementation was successful, your highest score value will be updated with the score from the Game Over Screen.