- Home /
Plugin Android that doesn't work anymore in Unity 4.3
I have my own plugin for Android inside the folder /Plugins/Android/. It's a .so library that was compiled with the NDK.
My plugin and all applications depending on this plugin was always working until now with the previous versions of Unity. For an obscure reason, all the applications using this plugin, crash at launch after upgrading the project to Unity 4.3.
By looking the logs in logcat, I can see this message before the application crash: Unable to find 'NameOfMyPlugin'. So why, from Unity 4.3, my applications are not anymore able to load the plugin?
I checked the changelog of Unity 4.3 in order to see which modification could affect my plugin, but i didn't find anything.
Someone got an idea of this issue?
Did you report this issue to Unity? If you have figured it out, please let us know.
I too get the similar issue, I have a plugin for the samsung stylus that works fine for older version of the unity, when I upgraded to 4.3 it stopped working, I have put logs in my plugin those will be printed when the game is launching, once the game scene loads the plugin stops working. please let me know if you find any solution and i will be reporting to samsung as well, Thanks in adv.
Your answer
Follow this Question
Related Questions
Soomla Error for android 1 Answer
Too many method references; max is 65536. 4 Answers
Android webview on Unity 0 Answers
Android Background Service Plugin Development (Unity Free) 3 Answers
SqlLite , android and unity 1 Answer