Unity distributes dependencies as modules which means you use the Unity Hub to install them. By default, Unity uses OpenJDK.īefore you get started, check Unity’s Requirements and compatibility documentation for Android to make sure you’re aware of any limitations for developing a Unity application for Android. The Android Software Development Kit (SDK).For projects, these are considered direct dependencies for packages, these are indirect, or transitive, dependencies. Projects and packages use the dependencies attribute in their manifests to define the set of packages they require. To support Android, a Unity project requires the following dependencies In the context of the Package Manager, a dependency is a specific package version (expressed in the form that a project or another package requires in order to work. To create a Unity application for Android, you first need to set up your Unity project to support Android.