Version: 2023.2
public static void SetGameState (bool isLoading, Android.AndroidGameState gameState);
public static void SetGameState (bool isLoading, Android.AndroidGameState gameState, int label, int quality);

参数

isLoading Whether the game is in the loading state.
gameState AndroidGameState state.
label Developer supplied custom value, e.g. for the current level.
quality Developer supplied custom value, e.g. for the current quality level.

描述

Calls setGameState() in the Android application to specify the loading status. Requires API level 33 (Android 13).

When target device does not support the required API level, no action is taken.