mopsicus / umi

Unity mobile input (UMI) plugin for Android and iOS, allows to use features of mobile native input fields
MIT License
398 stars 92 forks source link

EntryPointNotFoundException: pluginsInit #66

Closed synthol67250 closed 3 years ago

synthol67250 commented 3 years ago

Hello, I have this Error on iOS Platform with unity : EntryPointNotFoundException: pluginsInit Mopsicus.Plugins.Plugins.InitPlugins () (at Assets/Scripts/UnityMobileInput/Plugins.cs:101) Mopsicus.Plugins.Plugins.Awake () (at Assets/Scripts/UnityMobileInput/Plugins.cs:77)

Can you help me please ? Best Regards

mopsicus commented 3 years ago

Did you try the demo project?

synthol67250 commented 3 years ago

Yes. I have it also

synthol67250 commented 3 years ago

I use the version 2020.1.15f1

mopsicus commented 3 years ago

I didn't test it on 2020 version, only on LTS 2019. Demo works properly on it.

mopsicus commented 3 years ago

Make sure that you copied all necessary files to your project. Seems, you forgot to copy iOS plugins files, like Common.h, Common.m

ernonemacher commented 3 years ago

@synthol67250 have you found a solution? I am facing the same problem