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.
- Copy the plug-in to your Unity Project’s Assets folder.
- Select the plug-in in Unity and view it in the Inspector.
- In the Select platforms for plugin section, select Android.
- In the Platform settings section, set CPU to the CPU architecture that you built the plug-in for.
- Select Apply.
其他资源
Create a native plug-in for Android
Call native plug-in for Android code