Optimize the size of the iOS Player
Create a native plug-in for iOS
Native plug-ins for iOS
Build and use native code plug-ins for the iOS platform.
Additional resources
- 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
- 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
Optimize the size of the iOS Player
Create a native plug-in for iOS