Unity supports native plug-insA platform-specific native code library that is created outside of Unity for use in Unity. Allows you can access features like OS calls and third-party code libraries that would otherwise not be available to Unity. More info
See in Glossary for Android applications so you can integrate middleware libraries or existing C/C++ code into your Unity application.
| Topic | Description |
|---|---|
| Introducing native plug-ins for Android | Understand native plug-ins for Android and their use-cases. |
| Create a native plug-in for Android | Create a new native plug-in for Android applications. |
| Import a native plug-in for Android | Import an existing native plug-in into your Unity project. |
| Call native plug-in for Android code | Call native plug-in code from C# scripts. |