Build your game in Unity | Android Developers

    Unity is a cross-platform game engine used by many games on the Google Play
    Store. Unity’s modular tools help you produce and deliver highly engaging 2D or
    3D mobile games.

    To use Unity to create a game experience for players on Android, follow these
    steps:

  1. Start the Unity Hub. On the Installs tab, add a version of the Unity
    Editor that supports 64-bit apps.
    Note that these versions support Android App Bundles,
    which enable smaller, more optimized downloads.

    Add an editor in the Unity Hub

  2. During the installation of the Unity Editor, make sure to
    include the Android Build Support module
    by checking the box next to it.

  3. Expand the Android Build Support module. If you are using Unity 2019 or
    later, add the Android SDK & NDK Tools module.

    Add the Android Build Support NDK option in the Unity Hub

  4. On the Projects tab, click New to start a new Unity project.

    Start a new project

  5. Develop your game!