Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  (Linux Editor) - undefined symbols in libOni.so?
#24
(31-01-2020, 07:36 PM)Alesk Wrote: Hi !

It's working Sonrisa

So this seems to be an editor issue only.

Let's make sure the lib your editor project contains is the correct one (just in case):

- Make sure Unity is not running.
- Copy RopeLinux_Data/Plugins/libOni.so
- Paste it at YourProject/Assets/Obi/Plugins/x86_64/, replacing the existing .so file there.
- Open Unity.

If it still does not work, it means the editor is indeed looking for the file elsewhere. If the library contains all needed symbols and runs correctly (and it is, since standalone builds work for you) and it is marked to be used in-Editor but it isn't being found, this might be a bug in the Unity editor.
Reply


Messages In This Thread
RE: (Linux Editor) - undefined symbols in libOni.so? - by josemendez - 03-02-2020, 09:20 AM