Build and use native code plug-ins for the iOS platform.
| Topic | Description |
|---|---|
| Create a native plug-in for iOS | Create a native 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 for your iOS project, and import into Unity. |
| Use your native plug-in for iOS | Configure your project to use your native plug-in in your iOS project. |