Hi everyone, I'm trying to port my project from Unity 2017.1.0 to Unity 2018.1.5 for Linux (working on Fedora 27). The project is working perfectly fine in the old version, however in this one, without changing anything, I'm encountering this issue> System.DllNotFoundException:> .../Editor/Data/Managed/../lib/libMonoPosixHelper.so> at (wrapper managed-to-native)> System.IO.Compression.DeflateStreamNative.CreateZStream(System.IO.Compression.CompressionMode,bool,System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite,intptr)
The thing is, under Editor/Managed/ I only have one folder named UnityEngine, which doens't have any subfolders. Also, even outputting the log on a terminal, it seems that Unity is searching the lib in a folder named "..", is it a bug on Unity 2018 or do I have to change some setting in Unity? (Allow 'unsafe' code is enabled, if it has something to do).
I also tried to check mono versions with the old version, unity 2017 is using 4.8.0 and the new one is using 5.11.0 can it make a difference?
Thanks for your help!
↧