# AndroidGame.Automatic

> Provides methods for Automated game state hinting in Unity.

## Definition

* **Type:** Class
* **Namespace:** [UnityEngine.Android](/engine/6000.6/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
public static class AndroidGame.Automatic
```

## Static Methods

| Method                                                                                                    | Description                                                                                                                                                                                                                                                                                             |
| --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [SetGameState](/engine/6000.6/script-reference/unityengine/android/androidgame/automatic/setgamestate.md) | Sets the current [AndroidGameState](/engine/6000.6/script-reference/unityengine/android/androidgamestate.md) to be used for [Automated game state hinting in Unity](/engine/6000.6/manual/platform-specific/android/developing/optimization/game-state-hinting.md). Requires API level 33 (Android 13). |
