Version: 2022.1
Introducing JAR plug-ins
Native plug-ins for Android

Import a JAR plug-in

This page describes how to import a JAR plug-in (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 .jar file to your Unity Project’s Assets folder.
  2. Select the .jar file 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 resource

Introducing JAR plug-ins
Native plug-ins for Android