Version: 2022.3
Language : English
Import an Android Library Project
JAR plug-ins

Import an Android Archive plug-in

This page describes how to import an Android Archive (AAR) plug-inA set of code created outside of Unity that creates functionality in Unity. There are two kinds of plug-ins you can use in Unity: Managed plug-ins (managed .NET assemblies created with tools like Visual Studio) and Native plug-ins (platform-specific native code libraries). More info
See in Glossary
into your Unity Project.

  1. Copy the AAR file to your Unity Project’s Assets folder.
  2. Select the AAR in Unity and view it in the InspectorA Unity window that displays information about the currently selected GameObject, asset or project settings, allowing you to inspect and edit the values. More info
    See in Glossary
    .
  3. In the Select platforms for plugin section, select Android.
  4. Select Apply.

Additional resources

Import an Android Library Project
JAR plug-ins