Hello, we noticed that Visual Scripting package introduced DotNetZip.dll which conflicts with our DotNetZip.dll
May I ask Visual Scripting team to resolve this conflict by putting just one version on nuget? That way other packages can rely on the same package and we avoid conflicts.
I’m getting a:
error CS0433: The type ‘ZlibStream’ exists in both ‘DotNetZip, Version=1.16.0.0, Culture=neutral, PublicKeyToken=6583c7c814667745’ and ‘Unity.VisualScripting.IonicZip, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c’
Do we include our own DotNetZip in a package we make? What if the user doesn’t include visual scripting?