NullReferenceException ARSemanticSegmentationManager

Device Redminote 11, android.
Unity Version 2022.3.6f1

Hello,

when I try run AR I got nullreference on ARSemanticSegmentationManager.

please any idea what i doing wrong? thank you

NullReferenceException: Object reference not set to an instance of an object
Niantic.Lightship.AR.Semantics.ARSemanticSegmentationManager.GetPackedSemanticsChannelsTexture (UnityEngine.Matrix4x4& samplerMatrix, System.Nullable`1[T] cameraParams) (at ./Library/PackageCache/com.nianticlabs.lightship@7e30bd752f/Runtime/ARFoundation/Overrides/Semantics/ARSemanticSegmentationManager.cs:325)
Niantic.Lightship.AR.Occlusion.LightshipOcclusionExtension.Update () (at ./Library/PackageCache/com.nianticlabs.lightship@7e30bd752f/Runtime/ARFoundation/Overrides/Occlusion/LightshipOcclusionExtension.cs:703)

problem is in Occulusion suppression, if I diseable it, it works.