Search Unity

I got this error when trying the augmented image scene example

Discussion in 'AR' started by felixhdyw, May 28, 2019.

  1. felixhdyw

    felixhdyw

    Joined:
    Jun 12, 2018
    Posts:
    2
    EntryPointNotFoundException: ArPrestoAugmentedImageDatabase_create
    GoogleARCoreInternal.AugmentedImageDatabaseApi.CreateArPrestoAugmentedImageDatabase (System.Byte[] rawData) (at Assets/GoogleARCore/SDK/Scripts/Api/AugmentedImageDatabaseApi.cs:59)
    GoogleARCore.AugmentedImageDatabase.get_m_ArPrestoDatabaseHandle () (at Assets/GoogleARCore/SDK/Scripts/AugmentedImageDatabase.cs:104)
    GoogleARCoreInternal.ApiPrestoConfig..ctor (GoogleARCore.ARCoreSessionConfig config) (at Assets/GoogleARCore/SDK/Scripts/Api/ApiPrestoConfig.cs:73)
    GoogleARCoreInternal.ARCoreAndroidLifecycleManager._SetConfiguration (GoogleARCore.ARCoreSessionConfig config) (at Assets/GoogleARCore/SDK/Scripts/Managers/ARCoreAndroidLifecycleManager.cs:278)
    GoogleARCoreInternal.ARCoreAndroidLifecycleManager._OnEarlyUpdate () (at Assets/GoogleARCore/SDK/Scripts/Managers/ARCoreAndroidLifecycleManager.cs:176)
    GoogleARCoreInternal.ARPrestoCallbackManager._EarlyUpdateTrampoline () (at Assets/GoogleARCore/SDK/Scripts/Managers/ARPrestoCallbackManager.cs:151)
    (wrapper native-to-managed) GoogleARCoreInternal.ARPrestoCallbackManager:_EarlyUpdateTrampoline ()
    GoogleARCoreInternal.InstantPreviewManager+<UpdateLoop>c__Iterator1.MoveNext () (at Assets/GoogleARCore/SDK/InstantPreview/Scripts/InstantPreviewManager.cs:286)
    UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress) (at C:/buildslave/unity/build/Runtime/Export/Coroutines.cs:17)