With Unity 2017.2, I downloaded Vuforia SDK 6.2 and imported into my new project. How do I get around this error?
error CS1704: An assembly with the same name `Vuforia.UnityExtensions' has already been imported. Consider removing one of the references or sign the assembly
C:/Program Files/Unity 2017.2.0b6/Editor/Data/PlaybackEngines/VuforiaSupport/Managed/Runtime/Vuforia.UnityExtensions.dll (Location of the symbol related to previous error)
Assets/Vuforia/Scripts/Internal/Vuforia.UnityExtensions.dll (Location of the symbol related to previous error)
Hello joshyates,
Unity 2017.2 has integrated Vuforia support so the issue you are seeing is Vuforia 6.2 interfering with the native integration SDK. You can activate Vuforia in Unity 2017.2 by going to Player Settings -> XR Settings and checking the box that says "Vuforia AR." You won't need to import the Vuforia SDK that is downloaded from our webpage.
Thanks,
-Vuforia Support