
0
Not a Bug
defined multiple times
HI,
I just installed bolt and added it to an existing project. i tried to play and get these 2 errors
Assets/Scripts/Network/UnityHTTP/Response.cs(247,33): error CS0433: The imported type `Ionic.Zlib.GZipStream' is defined multiple times
Assets/Scripts/Network/UnityHTTP/Response.cs(247,52): error CS0433: The imported type `Ionic.Zlib.CompressionMode' is defined multiple times
i haven't done changed anything in the project
thanks
Bolt Version:
Unity Version:
Platform(s):
Scripting Backend:
.NET Version (API Compatibility Level):
Customer support service by UserEcho
Hi Naboull1,
It seems that you have the library Ionic.Zlib imported twice in your project: once by Bolt, and once by UnityHTTP. Search in your project panel for the name of the library, and delete the oldest version. This should solve the ambiguity error.