Hi All,
I'm stuck. Ever since I upgraded to Unity 4.5.2 and Vuforia 3.0.9, I've been getting compiler errors. I followed the migration steps and I tried a bunch of other things without success. Here are the errors I've been getting:
Assets/QCAR/SampleImport/SampleImport.cs(8,7): error CS0246: The type or namespace name `UnityEditor' could not be found. Are you missing a using directive or an assembly reference?
Assets/QCAR/VideoPlaybackScripts/VideoPlaybackEditor.cs(18,7): error CS0246: The type or namespace name `UnityEditor' could not be found. Are you missing a using directive or an assembly reference?
I haven't altered either of these scripts. Both are original code.
Anyone know how to fix this?
Thanks for your help.
Daniel
Fixed. There was an extra copy of the QCAR folder. I deleted it and made sure all above files were in the /Assets/Editor directory.