Question by
Tamplier · Oct 10, 2017 at 10:22 AM ·
dllunity cloud build
Error CS0122: Ionic.Zip.ZipFile is inaccessible due to its protection level (only if I try to build with unity cloud)
Hi, I have a problem with Unity Cloud. All work fine in case if I run build process on a local machine. But in case if I thru to build project with Unity Cloud, I get error CS0122. Ionic.Zip.ZipFile is a public class from dll file. So, I don't think that this is a problem with access modifier. dll and other related files are placed in Assets/Plugins folder of my project. The script in which I want to use ZipFileClass is in Assets/Editor folder. Dll file is enabled for all platforms. What is missed?
Comment