Getting three build errors in Unity all related to Vuforia
Assets/Vuforia/Scripts/Internal/RuntimeOpenSourceInitializer.cs(46,20): error CS0246: The type or namespace name 'IUnityAndroidPermissions' could not be found (are you missing a using directive or an assembly reference?)
Assets/Vuforia/Scripts/Internal/RuntimeOpenSourceInitializer.cs(39,22): error CS0246: The type or namespace name 'IUnityAndroidPermissions' could not be found (are you missing a using directive or an assembly reference?)
Assets/Vuforia/Scripts/Internal/RuntimeOpenSourceInitializer.cs(95,41): error CS0246: The type or namespace name 'IUnityAndroidPermissions' could not be found (are you missing a using directive or an assembly reference?)
After reading other similar problems, many solutions involved syncing Vuforia versions
Assets/Vuforia/Version is showing 8.3.8
Window > Vuforia Configuration is showing 8.1.11
Vuforia configuration is not giving me the option to upgrade to 8.3.8
Is there a solution to these build errors?
I had the same issue. This is what worked for me:
During the installation of Vuforia for Unity, select the specific Unity Editor Version you are using for the Destination Folder.
see attached image: