Hello,
I want to add a save/load function in my Augmented reality project (Vuforia).I have found a nice Unity Serializer packageV2.51. (http://whydoidoit.com/unityserializer/).
After i imported the package in my Vuforia project, there are error message shown in my unity editor.
Assets/Plugins/Editor/Unzip.js(12,25): BCE0004: Ambiguous reference ‘ZipEntry’: ICSharpCode.SharpZipLib.Zip.ZipEntry, ICSharpCode.SharpZipLib.Zip.ZipEntry.
However, if i create a empty project with Unity Serializer packageV2.51 only, no error message in the editor.
Is it crash in Vuforia and Unity Serializer?
Thank you.