I have problems with Unity Build For Android: Crash on HTC VIVE FOCUS 3

,

I have problems with Unity APK launch on HTC VIVE FOCUS 3. The game always crashes after splash screen.

I use VIVE OpenXR Plugin Android : 1.0.5
Unity v2022.3.21f1

I also tried to change Graphics API from Vulkan to OpenGLES

Here is a Logcat logs: and my VR Settings

Found such a solution: Disable Auto Initialize XR in Project Settings, then call this script on Start:

        XRGeneralSettings.Instance.Manager.InitializeLoaderSync();
        XRGeneralSettings.Instance.Manager.StartSubsystems();

Thats worked for me, but at the same time Splash Screen Looks weird, different logo rotation in lens, but after it, the game works great