Version: 2022.3
Create a native plug-in for Android
Call native plug-in for Android code

Import a native plug-in for Android

This page describes how to import a native plug-in for Android into your Unity Project.

  1. Copy the plug-in to your Unity Project’s Assets folder.
  2. Select the plug-in in Unity and view it in the Inspector.
  3. In the Select platforms for plugin section, select Android.
  4. In the Platform settings section, set CPU to the CPU architecture that you built the plug-in for.
  5. Select Apply.

其他资源

Create a native plug-in for Android
Call native plug-in for Android code