I’m working on an AR project that needs to add reference images during runtime
When I tried to do trackedImageManager.CreateRuntimeLibrary(), I got this error: “No image tracking subsystem found. This usually means image tracking is not supported.”
So I check if the image manager supports mutable libraries with trackedImageManager.descriptor.supportsMutableLibrary
But it return an error that said trackedImageManager.descriptor is null
I tried to google why the descriptor is null but no answer for this
I also download the latest version of the AR Foundation Sample from Unity to see what I did wrong but the descriptor of AR Tracked Image Manager from that project also return null
I’m using:
AR Foundation version 4.1.9
AR Subsystems version 4.1.9
ARCore version 4.1.9
ARKit version 4.1.9