I've started getting two errors involving missing Vuforia Editor Classes when building my Unity project:
SharpZipLibUnzipper.cs
Error CS0246 The type or namespace name 'IUnzipper' could not be found (are you missing a using directive or an assembly reference?)
VuforiaConfigurationEditor.cs
Error CS0246 The type or namespace name 'VuforiaAbstractConfigurationEditor' could not be found (are you missing a using directive or an assembly reference?)
Using:
Unity 5.6.1p1
vuforia-unity-6-2-10.unitypackage
Matt
I'm still getting these same errors even with the newest versions of both the SDK and Unity. Now what I take a closer look I think it might have something to do with the .NET framework assembly 'mscorlib'. I'm getting a warning saying that "Vuforia.UnityExtensions.Editor" can not be resolved because it has an indirect dependency on mscorlib 4.0.0.0 and my current target framework is 2.0.0.0.
"Vuforia.UnityExtensions.Editor" is where both 'IUnzipper' and 'VuforiaAbstractConfigurationEditor' live so my guess is it's this version problem causing the errors.
I'm not very familiar with .NET so I'm not sure if I need to somehow update my project or Visual Studio target framework to mscorlib 4.0.0.0 or if Vuforia.UnityExtensions.Editor is supposed to be readable on 2.0.0.0. Any insight would be great. Error message below:
Severity Code Description Project File Line Suppression State
Warning The primary reference "Vuforia.UnityExtensions.Editor" could not be resolved because it has an indirect dependency on the .NET Framework assembly "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework. BlueAR_videoserver.Editor
Windows 10
Mivrosoft Visual Studio 2017
Unity 2017.1.0f3
Vuforia 6-2-10
Matt