Hi,
I use ARFoundation in Hololens.
After I regist the session state change:
ARSession.stateChanged += ARSession_stateChanged;
private void ARSession_stateChanged(ARSessionStateChangedEventArgs obj)
{
}
I can only recieve Ready and then SessionInitializing, even if I cover all Hololens’s camera.
Is this normal?
Unity 2020.2.2f1
ARFoundation 4.15