Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
magic leap
#10
(23-03-2020, 06:39 PM)ckasten Wrote: a dll search only shows libOni.dll in Obi\Plugins\x86 and \x86_64
Unity throws a DllNotFound exception when the standalone cannot find a external library, regardless of its actual extension: .dll, .so, .bundle, all throw the same.

It's really weird that it only complains about namespaces when building, but it compiles the exact same code in editor without issue. These sample scripts either have "using Obi;" at the top, or declare their stuff directly inside the Obi namespace. As long as the /Obi folder is being included in the build, there's should be no namespace errors at all. Are you able to reproduce this in a fresh project?
Reply


Messages In This Thread
magic leap - by ionwolf - 04-02-2019, 06:13 PM
RE: magic leap - by josemendez - 04-02-2019, 06:29 PM
RE: magic leap - by ionwolf - 04-02-2019, 06:53 PM
RE: magic leap - by ionwolf - 14-02-2019, 05:32 PM
RE: magic leap - by smallfly - 18-08-2019, 09:20 PM
RE: magic leap - by josemendez - 21-08-2019, 03:17 PM
RE: magic leap - by ckasten - 23-03-2020, 06:11 AM
RE: magic leap - by josemendez - 23-03-2020, 09:45 AM
RE: magic leap - by ckasten - 23-03-2020, 06:39 PM
RE: magic leap - by josemendez - 23-03-2020, 08:06 PM