Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Restarting Unity does not work
#5
(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.
Reply


Messages In This Thread
Restarting Unity does not work - by pastblasters - 19-05-2020, 03:06 PM
RE: Restarting Unity does not work - by pastblasters - 21-05-2020, 04:27 PM