"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Missing Directive or Assembly Reference: IUnzipper & VuforiaAbstractConfigurationEditor

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

Hello Matt,

These references should be included with the Vuforia SDK. A fresh install of the SDK in a new Unity project isn't showing these issues for me.

HidingGlass

Fri, 07/07/2017 - 01:42

In reply to by Strasza

Hm. I tried importing the Unity SDK into a new blank project and am still getting both errors.

The errors also only print to my VisualStudio Error List when building (not during Play) and if I have the scripts open, they don't print at all.

I've tested on Unity 5.6.1f1, 5.6.1p1, and 5.6.2 and it has worked on all of them. I'm using MonoDevelop in these cases, but MVS shouldn't be an issue. I'll see if I can get a test with Visual Studio to see if I can repro the issue that way.

HidingGlass

Thu, 07/27/2017 - 20:45

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'.