Version: 2022.1
Import an Android Archive plug-in
Introducing JAR plug-ins

JAR plug-ins

You can use Java Archive (JAR) plug-insA 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
to interact with the Android OS or to call methods written in Java from C# scriptsA piece of code that allows you to create your own Components, trigger game events, modify Component properties over time and respond to user input in any way you like. More info
See in Glossary
.

Topic Description
Introducing JAR plug-ins Understand JAR plug-ins and their use cases.
Import a JAR plug-in Import a JAR plug-in into your Unity project.

Additional resources

Import an Android Archive plug-in
Introducing JAR plug-ins