30-01-2020, 06:17 PM
(This post was last modified: 30-01-2020, 06:18 PM by josemendez.)
(30-01-2020, 06:14 PM)Alesk Wrote: This is the version I'm using.
I've tried it on the latest Unity version 2019.3.0f6
When I try to tweak the libOni import settings, I see this warning in the console :
Plugins: Couldn't open Assets/Obi/Plugins/x86/libOni.so, error: Assets/Obi/Plugins/x86/libOni.so: mauvaise classe ELF : ELFCLASS32
UnityEngine.GUIUtilityrocessEvent(Int32, IntPtr)
Seems like Unity is trying to open the 32 bit version of the lib. It should use the one at Assets/Obi/Plugins/x86_64, as the editor is a 64 bit app.
Why are you trying to tweak the library import settings? Is this the original issue you had, or you're trying to tweak the library for some other reason?