21-05-2020, 04:27 PM
(This post was last modified: 21-05-2020, 04:29 PM by pastblasters.
Edit Reason: Addition
)
(21-05-2020, 04:17 PM)josemendez Wrote: Hi,
Thanks for finding and sharing this! using your fix though, it actually triggers the DllNotFound exception in my test machine. Could be that in some cases the lib- prefix is needed, while in others it isn't. Will investigate further.
Maybe better to give it its own test:
#elif (UNITY_EDITOR_LINUX)
const string LIBNAME = "Oni";
Might be inconsistencies in how the preprocessor checks for Linux depending on the distro.