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.

Question Failed to load XRReferenceImageLibrary 'ReferenceImageLibrary': library does not contain any ARCore

Discussion in 'AR' started by levoxtrip, Aug 21, 2023.

  1. levoxtrip

    levoxtrip

    Joined:
    May 4, 2020
    Posts:
    48
    Since this morning I get this error when I try to do image tracking? Does someone know this error? It is quite urgent!!!
    Autoconnected Player "Autoconnected Player" InvalidOperationException: Failed to load XRReferenceImageLibrary 'ReferenceImageLibrary': library does not contain any ARCore data.
    at UnityEngine.XR.ARCore.ARCoreImageDatabase..ctor (UnityEngine.XR.ARSubsystems.XRReferenceImageLibrary serializedLibrary) [0x00000] in <00000000000000000000000000000000>:0
    at UnityEngine.XR.ARCore.ARCoreImageTrackingSubsystem+ARCoreProvider.CreateRuntimeLibrary (UnityEngine.XR.ARSubsystems.XRReferenceImageLibrary serializedLibrary) [0x00000] in <00000000000000000000000000000000>:0
    at UnityEngine.XR.ARSubsystems.XRImageTrackingSubsystem.CreateRuntimeLibrary (UnityEngine.XR.ARSubsystems.XRReferenceImageLibrary serializedLibrary) [0x00000] in <00000000000000000000000000000000>:0
    at UnityEngine.XR.ARFoundation.ARTrackedImageManager.OnBeforeStart () [0x00000] in <00000000000000000000000000000000>:0
    at UnityEngine.XR.ARFoundation.SubsystemLifecycleManager`3[TSubsystem,TSubsystemDescriptor,TProvider].OnEnable () [0x00000] in <00000000000000000000000000000000>:0
    at UnityEngine.XR.ARFoundation.ARTrackableManager`5[TSubsystem,TSubsystemDescriptor,TProvider,TSessionRelativeData,TTrackable].OnEnable () [0x00000] in <00000000000000000000000000000000>:0
     
  2. andyb-unity

    andyb-unity

    Unity Technologies

    Joined:
    Feb 10, 2022
    Posts:
    835
    There is not enough information here to give you any advice. For starters, what version(s) of Unity / ARFoundation / ARCore are you using, on what device(s), and what steps did you take that caused this issue to appear?