Looking into it
As far as this goes:
https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@4.0/manual/tracked-image-manager.html
DoesSupportMutableImageLibraries() currently returns false, so we don’t support a mutable library at this time. Which would explain why you can’t create a new one. (It shouldn’t be a null pointer exception, but there is no use for an empty image library if it is immutable). I’ll add a feature request to the product board.
Martin
Getting the following runtime exception when attempting to call ARTrackedImageManager.CreateRuntimeLibrary:
1 person has this question