23-03-2020, 09:45 AM
(23-03-2020, 06:11 AM)ckasten Wrote: I'm confused by this. How do I select the Andriod lib and add it to Lumin builds? from Build Settings? Project Settings? What is the "Obi Import Setting"?
Edit: Ok, in the Unity Project window I opened /Obi/Plugins/Android/arm64-v8a/ , clicked on libOni.so and libc++_shared.so, and checked Lumin under Include Platforms in the inspector.
It seems to have no effect. When I build I still get 40+ namespace errors
Hi,
Namespace errors usually have nothing to do with native libraries. A missing/misplaced library results in either a DllNotFound exception, or a runtime crash. Can you share the errors you're getting?