Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Vuforia build for apk error

Discussion in 'AR/VR (XR) Discussion' started by Www_StackOver, Jun 19, 2020.

  1. Www_StackOver

    Www_StackOver

    Joined:
    Aug 9, 2019
    Posts:
    1
    ArgumentException: The Assembly UnityEditor is referenced by Vuforia.UnityExtensions.Editor ('Assets/interjoy/Camera/3thus/Vuforia.UnityExtensions.Editor.dll'). But the dll is not allowed to be included or could not be found.
    UnityEditor.AssemblyHelper.AddReferencedAssembliesRecurse (System.String assemblyPath, System.Collections.Generic.List`1 alreadyFoundAssemblies, System.String[] allAssemblyPaths, System.String[] foldersToSearch, System.Collections.Generic.Dictionary`2 cache, BuildTarget target) (at C:/buildslave/unity/build/Editor/Mono/AssemblyHelper.cs:147)
    UnityEditor.AssemblyHelper.FindAssembliesReferencedBy (System.String[] paths, System.String[] foldersToSearch, BuildTarget target) (at C:/buildslave/unity/build/Editor/Mono/AssemblyHelper.cs:185)
    UnityEditor.HostView:OnGUI()