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?
↧