- Home /
UnityPluginLoad never called on iOS, Is it just broken?
I looked at the low level native interfaces and built a iOS plugin (static lib), exporting the required functions described in the Link.
There is no Problem calling functions from script manually, it's just that UnityPluginLoad is not working as described. Am I missing something? or is it just not working AND not documented??
Comment
Answer by unity_9JlxDyRQBz_JEA · Nov 04, 2019 at 05:34 PM
Here it is described that we must use UnityRegisterRenderingPluginV5(UnityPluginLoad, UnityPluginUnload)... https://bitbucket.org/Unity-Technologies/iosnativecodesamples/pull-requests/12/metal-updated-native-plugin-sample-to-use/diff#chg-Graphics/MetalNativeRenderingPlugin/README.md