Migrating my 5.6.3 Vuforia Unity project to 2017.2 and taking advantage of the integrated Vuforia gives me one of these.
error CS1704: An assembly with the same name `Vuforia.UnityExtensions' has already been imported. Consider removing one of the references or sign the assembly
D:/Programs/Unity 2017 BETA/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)
Clearly the solution is to remove the Vuforia plugin, but should that be done before migration? It seems to resist being cleanly removed after migration. I have other unrelated plugins in my Plugins folder so I have been trying to remove all the old Vuforia dependencies manually and some of them like to regenerate themselves. I must be missing something.
Any best practices for migrating to 2017.2's integrated solution? (Pretty awesome that it's been integrated, by the way)
Thanks!
Hi Taqtile,
Yes! The document is available here https://library.vuforia.com/content/vuforia-library/en/articles/Solution/migrate-vuforia-62-to-65.html
Thanks for your patience with this,
-Vuforia Support