microsoft / MixedReality-WorldLockingTools-Unity

Unity tools to provide a stable coordinate system anchored to the physical world.
https://microsoft.github.io/MixedReality-WorldLockingTools-Unity/README.html
MIT License
188 stars 45 forks source link

WLT Setup for AR Foundation anchor subsystem #231

Closed fast-slow-still closed 2 years ago

fast-slow-still commented 2 years ago

@FelixWeichselgartner, I'd like to follow up here on your comment from #230 . If I can help get you started, I'll have a better idea what I need in terms of documentation and examples for others getting started. Reply back on this issue if you are interested. Thanks!

FelixWeichselgartner commented 2 years ago

So first of all some information on the versions im using: Unity Version: 2020.3.16f1 Visual Studio: 2019 HoloLens: 2 MRTK: 2.7.2 OpenXR Plugin: 1.2.8 installed AR Subsystems: 4.1.7 AR Foundation: 4.1.7 Mixed Reality OpenXR Plugin: 1.0.2

The current OpenXR setup I use in my personal project is similar to this: https://github.com/microsoft/OpenXR-Unity-MixedReality-Samples/tree/main/BasicSample which is Open Source so I will use this as example.

image

So basically you have some kind of OpenXR GameObject, which contains a AR Session Origin and an AR Anchor Manager. Furthermore, it contains a script Anchors Sample. In this script (https://github.com/microsoft/OpenXR-Unity-MixedReality-Samples/blob/main/BasicSample/Assets/ARAnchor/Scripts/AnchorsSample.cs) is the code for saving, loading, persisting and handling all kind of interactions with anchors. Moreover, the Anchor Manager takes an anchor prefab.

image

When the system loads an persisted anchor, it will attach that anchor to an object, that will be instantiated from the anchor prefab.

Now the user calls a method to attach an anchor to a game object, persist it and etc. That's basically the application I currently use to place a few anchors. I suppose other people do it similar as OpenXR is currently the suggested framework to use, as far as I understand.

As World Locking Tools offers a lot of nice features I would like to switch my application to this. As explained in this issue (https://github.com/microsoft/MixedReality-WorldLockingTools-Unity/issues/198), I don't have to handle anchors myself because the WLT makes the application coordinate system the same every time. Therefore, saving a position does not require a the user to set an anchor and just save the coordinates the WLT does the rest.

I was already able to archieve this with the XR SDK subsytem:

image

As the suggested framework is OpenXR, and as I have been using this for the last few month, I would like to stick with it.

image

The demo application I made here with OpenXR does not succeed in setting anchors. I cannot see any "anchor markers" placed on HL2 and I see the number of anchors is rising very fast. Like 200 anchors after standing still for 10 sec. I suppose this is because the WLT wants to spawn an anchor, there is some kind of error and simply tries it again. The number counts that.

As you see in the screenshot I had to register the session source and session origin.

image

For this I used something similar to the Basic Sample from OpenXR Unity. So here starts the point where I'm unsure. Do I have to attach scripts that handle the anchors like in the Basic Sample (I suppose not, because that would be the whole concept of WLT)? Or do I just provide the AR Anchor manager and AR Session Origin? I couldn't find any post of someone figuring this out.

Thanks you very much, especially for the fast reply.

fast-slow-still commented 2 years ago

I want to start off with a clarification. There are two separate and independent choices here.

  1. Using Windows XR Plugin versus using Mixed Reality OpenXR Plugin.
  2. Using XRSDK versus using AR Foundation.

So you can be using the (recommended) MR OpenXR Plugin without using AR Foundation.

Since your question is specifically about setting up WLT for AR Foundation, I'll assume that you have some reason to use AR Foundation rather than XR SDK.

Since WLT handles all anchor creation and persistence internally, I would suggest that you not start with a sample project which is aimed at application manipulation of anchors.

To set up a project which uses MRTK to use AR Foundation, you need to do the following:

  1. Create a GameObject named "AR Session", and add an ARSession component to it.
  2. Add an ARSessionOrigin component to the MRTK Playspace GameObject.
  3. (Optionally) Add an ARAnchorManager component to the MRTK Playspace GameObject.

If you don't manually add the ARAnchorManager component, WLT will add it appropriately.

Now, with your project setup for AR Foundation, the easiest way to setup WLT is to run the Mixed Reality > World Locking Tools > Configure scene script:

image

This script will detect that you have an ARSession and ARSessionOrigin in your scene, and set the WorldLockingContext AnchorSubsystem to AR Foundation, and fill in the ARSessionSource and ARSessionOriginSource fields.

Give that a try, and let me know how it works. If it does not, then please attach a UnityPlayer.log and I'll see if I can tell what's going wrong in startup.

fast-slow-still commented 2 years ago

Also, what version of WLT are you using? Nevermind, I see from one of your screenshots it's WLT v1.5.4. Thanks!

fast-slow-still commented 2 years ago

Oh, it's also important to have an appropriate profile set for your MixedRealityToolkit object. For HoloLens2 using AR Foundation, the "WLT HL2 MRTKProfile" in WorldLocking.Examples/CustomProfiles should work.

FelixWeichselgartner commented 2 years ago

So I was not aware that XRSDK actually is able to use OpenXR. I thought that this would use the legacy XR, however, from my settings I suppose that in my case XRSDK is using OpenXR.

This means for me that I don't understand the advantages and use cases of XRSDK and AR Foundation. I will dig into that. But I suppose using XRSDK would be fine for me then, maybe not even worth continuing on AR Foundation, as XRSDK seems way easier to set up.

Still, here is the debug log from running the scene (after you instructions) on the HL2 (parts of it are in German, but I think the key essence is understandable). The app is still not able to set an anchor:

"WLTEX.exe" (Win32): "U:\USERS\DefaultAccount\AppData\Local\DevelopmentFiles\WLTEXVS.Debug_ARM64.DEJHFW0K\WLTEX.exe" geladen. Symbole wurden geladen.
"WLTEX.exe" (Win32): "C:\Windows\system32\ntdll.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\KernelBase.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\combase.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\ucrtbase.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\rpcrt4.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\kernel32legacy.dll" geladen. 
"WLTEX.exe" (Win32): "P:\WindowsApps\Microsoft.VCLibs.140.00.Debug_14.0.29231.0_arm64__8wekyb3d8bbwe\vccorlib140d_app.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\oleaut32.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\msvcp_win.dll" geladen. 
"WLTEX.exe" (Win32): "P:\WindowsApps\Microsoft.VCLibs.140.00.Debug_14.0.29231.0_arm64__8wekyb3d8bbwe\vcruntime140d_app.dll" geladen. 
"WLTEX.exe" (Win32): "U:\USERS\DefaultAccount\AppData\Local\DevelopmentFiles\WLTEXVS.Debug_ARM64.DEJHFW0K\ucrtbased.dll" geladen. 
"WLTEX.exe" (Win32): "P:\WindowsApps\Microsoft.VCLibs.140.00.Debug_14.0.29231.0_arm64__8wekyb3d8bbwe\msvcp140d_app.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\forwarders\kernel32.dll" geladen. 
Der Thread 0xdb8 hat mit Code 0 (0x0) geendet.
"WLTEX.exe" (Win32): "C:\Windows\system32\procthreadexthost.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\msvcrt.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\bcryptprimitives.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\kernel.appcore.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\twinapi.appcore.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\sechost.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\WinTypes.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\dcomp.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\win32u.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\MinUser.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\msvcp110_win.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\gdi32.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\gdi32min.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\SHCore.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\CoreUIComponents.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\CoreMessaging.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\Windows.StateRepositoryCore.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\Windows.UI.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\OneCoreUAPCommonProxyStub.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\Windows.Graphics.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\cfgmgr32.dll" geladen. 
Ausnahme ausgelöst bei 0x00007FFAFF6548CC (KernelBase.dll) in WLTEX.exe: WinRT originate error - 0x80070490 : 'Element not found.'.
"WLTEX.exe" (Win32): "C:\Windows\system32\bcrypt.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\userenv.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\profext.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\profapi.dll" geladen. 
onecoreuap\shell\twinapi\applicationview\lib\viewswitcherstatics.cpp(557)\twinapi.appcore.dll!00007FFAFADE92EC: (caller: 00007FFAFAE4D428) ReturnHr(1) tid(36c) 80070490 Element not found.
    CallContext:[\AppRunOrActivateView\SetPreferredLaunchWindowingMode] 
"WLTEX.exe" (Win32): "U:\USERS\DefaultAccount\AppData\Local\DevelopmentFiles\WLTEXVS.Debug_ARM64.DEJHFW0K\UnityPlayer.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\ws2_32.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\dxgi.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\d3d11.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\D3D12.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\crypt32.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\mfplat.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\mfreadwrite.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\MMDevAPI.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\forwarders\ole32.dll" geladen. 
"WLTEX.exe" (Win32): "P:\WindowsApps\Microsoft.VCLibs.140.00.Debug_14.0.29231.0_arm64__8wekyb3d8bbwe\vccorlib140_app.dll" geladen. 
"WLTEX.exe" (Win32): "P:\WindowsApps\Microsoft.VCLibs.140.00.Debug_14.0.29231.0_arm64__8wekyb3d8bbwe\vcruntime140_app.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\forwarders\version.dll" geladen. 
"WLTEX.exe" (Win32): "P:\WindowsApps\Microsoft.VCLibs.140.00.Debug_14.0.29231.0_arm64__8wekyb3d8bbwe\msvcp140_app.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\RTWorkQ.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\ExecModelClient.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\Windows.Storage.ApplicationData.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\windows.storage.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\propsys.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\Windows.System.Launcher.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\shlwapi_onecore.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\advapi32legacy.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\MrmCoreR.dll" geladen. 
Logging to C:/Data/Users/DEJHFW0K/AppData/Local/Packages/WLTEX_ffkxbb1s03ync/TempState/UnityPlayer.log
[0.341636 / 0.351414] - Initializing Unity runtime
Loading native plugins
  Loading AudioPluginMicrosoftSpatializer.dll
"WLTEX.exe" (Win32): "U:\USERS\DefaultAccount\AppData\Local\DevelopmentFiles\WLTEXVS.Debug_ARM64.DEJHFW0K\AudioPluginMicrosoftSpatializer.dll" geladen. 
  Loading Microsoft.MixedReality.SceneUnderstanding.dll
"WLTEX.exe" (Win32): "U:\USERS\DefaultAccount\AppData\Local\DevelopmentFiles\WLTEXVS.Debug_ARM64.DEJHFW0K\Microsoft.MixedReality.SceneUnderstanding.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\PerceptionDevice.dll" geladen. 
  Loading openxr_loader.dll
"WLTEX.exe" (Win32): "C:\Windows\system32\Windows.Shell.ServiceHostBuilder.dll" geladen. 
"WLTEX.exe" (Win32): "U:\USERS\DefaultAccount\AppData\Local\DevelopmentFiles\WLTEXVS.Debug_ARM64.DEJHFW0K\openxr_loader.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\forwarders\advapi32.dll" geladen. 
  Loading FrozenWorldPlugin.dll
"WLTEX.exe" (Win32): "C:\Windows\system32\execmodelproxy.dll" geladen. 
"WLTEX.exe" (Win32): "U:\USERS\DefaultAccount\AppData\Local\DevelopmentFiles\WLTEXVS.Debug_ARM64.DEJHFW0K\FrozenWorldPlugin.dll" geladen. 
Module information:
 Built with Compiler Ver '192528614'
 Built from '2020.3/staging' branch
 Version is '2020.3.16f1 (049d6eca3c44)'
 Debug build
 Application type 'D3D'
"WLTEX.exe" (Win32): "C:\Windows\system32\Windows.Devices.Enumeration.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\rmclient.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\InputHost.dll" geladen. 
Ausnahme ausgelöst bei 0x00007FFAFF6548CC in WLTEX.exe: Microsoft C++-Ausnahme: Microsoft::CoreUI::Messaging::MessagingValidationException::Holder$ bei Speicherort 0x000000BA71FFD3D0.
onecoreuap\windows\moderncore\inputv2\inputhost\components\cursor\client\cursorclient.cpp(43)\InputHost.dll!00007FFAEEA8D450: (caller: 00007FFAEEA8CD3C) ReturnHr(1) tid(36c) 87B20809 onecoreuap\windows\moderncore\inputv2\inputhost\components\cursor\client\cursorclient.cpp(78)\InputHost.dll!00007FFAEEA8CD5C: (caller: 00007FFAFEE45F7C) ReturnHr(2) tid(36c) 87B20809 "WLTEX.exe" (Win32): "C:\Windows\system32\UiaManager.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\WindowManagementAPI.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\Windows.UI.Core.TextInput.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\TextInputFramework.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\edgegdi.dll" geladen. 
[0.001842 / 1.435462] - AppCallbacks::SetCoreWindowEvents
"WLTEX.exe" (Win32): "U:\USERS\DefaultAccount\AppData\Local\DevelopmentFiles\WLTEXVS.Debug_ARM64.DEJHFW0K\MicrosoftOpenXRPlugin.dll" geladen. 
[0.017640 / 1.454471] - AppCallbacks::InitializeD3DWindow
"WLTEX.exe" (Win32): "C:\Windows\system32\cryptbase.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\Windows.Perception.Stub.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\Windows.Mirage.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\ntmarta.dll" geladen. 
analog\Input\Mirage\Lib\ClientComponentManager.h(131)\Windows.Mirage.dll!00007FFAF5356BCC: (caller: 00007FFAF53681A4) ReturnHr(1) tid(14cc) 80070005 Access is denied.
    CallContext:[\ClientComponentManager_OnServerConnect] 
"WLTEX.exe" (Win32): "C:\Windows\system32\d3d10warp.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\ResourcePolicyClient.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\ResourcePolicyClient.dll" wurde entladen.
"WLTEX.exe" (Win32): "C:\Windows\system32\DXCore.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\icu.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\D3D12Core.dll" geladen. 
"WLTEX.exe" (Win32): "B:\Windows\System32\DriverStore\FileRepository\qcdx_ffu850.inf_arm64_b39b224e8151eea7\qcdx12arm64um850.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\dxilconv.dll" geladen. 
"WLTEX.exe" (Win32): "B:\Windows\System32\DriverStore\FileRepository\qcdx_ffu850.inf_arm64_b39b224e8151eea7\qcdxarm64compiler850.DLL" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\D3DSCache.dll" geladen. 
"WLTEX.exe" (Win32): "B:\Windows\System32\DriverStore\FileRepository\qcdx_ffu850.inf_arm64_b39b224e8151eea7\qcdxarm64compiler850.DLL" wurde entladen.
"WLTEX.exe" (Win32): "C:\Windows\system32\dxilconv.dll" wurde entladen.
"WLTEX.exe" (Win32): "B:\Windows\System32\DriverStore\FileRepository\qcdx_ffu850.inf_arm64_b39b224e8151eea7\qcdx12arm64um850.dll" wurde entladen.
"WLTEX.exe" (Win32): "B:\Windows\System32\DriverStore\FileRepository\qcdx_ffu850.inf_arm64_b39b224e8151eea7\qcdx12arm64um850.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\dxilconv.dll" geladen. 
"WLTEX.exe" (Win32): "B:\Windows\System32\DriverStore\FileRepository\qcdx_ffu850.inf_arm64_b39b224e8151eea7\qcdxarm64compiler850.DLL" geladen. 
 OS 'Windows 10 (10.0.20348)'
"WLTEX.exe" (Win32): "U:\USERS\DefaultAccount\AppData\Local\DevelopmentFiles\WLTEXVS.Debug_ARM64.DEJHFW0K\GameAssembly.dll" geladen. Symbole wurden geladen.
"WLTEX.exe" (Win32): "C:\Windows\system32\IPHLPAPI.DLL" geladen. 
"WLTEX.exe" (Win32): "U:\USERS\DefaultAccount\AppData\Local\DevelopmentFiles\WLTEXVS.Debug_ARM64.DEJHFW0K\baselib.dll" geladen. 
"WLTEX.exe" (Win32): "B:\Windows\System32\DriverStore\FileRepository\qcdx_ffu850.inf_arm64_b39b224e8151eea7\qcdxarm64compiler850.DLL" wurde entladen.
"WLTEX.exe" (Win32): "C:\Windows\system32\dxilconv.dll" wurde entladen.
"WLTEX.exe" (Win32): "B:\Windows\System32\DriverStore\FileRepository\qcdx_ffu850.inf_arm64_b39b224e8151eea7\qcdx12arm64um850.dll" wurde entladen.
Der Thread 0x71c hat mit Code 0 (0x0) geendet.
[2.062802 / 2.062802] - OnActivated event.
[0.060122 / 2.122924] - OnVisibilityChanged event - Visible.
[0.000955 / 2.123879] - OnWindowActivated event - CodeActivated.
PlayerConnection initialized from C:/Data/Users/DefaultAccount/AppData/Local/DevelopmentFiles/WLTEXVS.Debug_ARM64.DEJHFW0K/Data (debug = 0)
"WLTEX.exe" (Win32): "C:\Windows\system32\mswsock.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\Windows.Networking.Connectivity.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\Windows.Networking.HostName.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\wshbth.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\dnsapi.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\nsi.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\dhcpcsvc6.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\dhcpcsvc.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\FWPUCLNT.DLL" geladen. 
PlayerConnection initialized network socket : 0.0.0.0 55332
"WLTEX.exe" (Win32): "C:\Windows\system32\nlansp_c.dll" geladen. 
onecore\net\netprofiles\service\src\nsp\dll\namespaceserviceprovider.cpp(547)\nlansp_c.dll!00007FFAE9808188: (caller: 00007FFAFFE8D178) LogHr(1) tid(1180) 8007277C No such service is known. The service cannot be found in the specified name space.
"WLTEX.exe" (Win32): "C:\Windows\system32\Windows.ApplicationModel.dll" geladen. 
onecore\base\AppModel\Runtime\Src\PackagePath.hpp(144)\kernelbase.dll!00007FFAFF65C750: (caller: 00007FFAFF65C488) ReturnHr(1) tid(1180) 80073D5B The package does not have a mutable directory.
Multi-casting "[IP] 192.168.178.130 [Port] 55332 [Flags] 2 [Guid] 1285294793 [EditorId] 0 [Version] 1048832 [Id] UWPPlayerARM(HOLOLENS-5HJOLL) [Debug] 0 [PackageName] WLTEX_ffkxbb1s03ync [ProjectName] <no name>" to [225.0.0.222:54997]...
Started listening to [0.0.0.0:55332]
PlayerConnection already initialized - listening to [0.0.0.0:55332]
[4,149642 / 4,970283] - Initialize
[Subsystems] Discovering subsystems at path C:/Data/Users/DefaultAccount/AppData/Local/DevelopmentFiles/WLTEXVS.Debug_ARM64.DEJHFW0K/Data/UnitySubsystems
[Subsystems] No descriptors matched for  examples in UnitySubsystems/MicrosoftOpenXRPlugin/UnitySubsystemsManifest.json.
[Subsystems] 1 'inputs' descriptors matched in UnitySubsystems/MicrosoftOpenXRPlugin/UnitySubsystemsManifest.json
[Subsystems] No descriptors matched for  displays in UnitySubsystems/MicrosoftOpenXRPlugin/UnitySubsystemsManifest.json.
[Subsystems] 1 'meshings' descriptors matched in UnitySubsystems/MicrosoftOpenXRPlugin/UnitySubsystemsManifest.json
[Subsystems] No descriptors matched for  examples in UnitySubsystems/UnityOpenXR/UnitySubsystemsManifest.json.
[Subsystems] 1 'inputs' descriptors matched in UnitySubsystems/UnityOpenXR/UnitySubsystemsManifest.json
[Subsystems] 1 'displays' descriptors matched in UnitySubsystems/UnityOpenXR/UnitySubsystemsManifest.json
[Subsystems] No descriptors matched for  meshings in UnitySubsystems/UnityOpenXR/UnitySubsystemsManifest.json.
GfxDevice: creating device client; threaded=1
"WLTEX.exe" (Win32): "C:\Windows\system32\DXGIDebug.dll" geladen. 
"WLTEX.exe" (Win32): "B:\Windows\System32\DriverStore\FileRepository\qcdx_ffu850.inf_arm64_b39b224e8151eea7\qcdx11arm64um850.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\d3d11_3SDKLayers.dll" geladen. 
"WLTEX.exe" (Win32): "B:\Windows\System32\DriverStore\FileRepository\qcdx_ffu850.inf_arm64_b39b224e8151eea7\qcdxarm64compiler850.DLL" geladen. 
Successfully created d3d11 device with debug flag.
Direct3D:
    Version:  Direct3D 11.0 [level 11.1]
    Renderer: Qualcomm(R) Adreno(TM) 630 GPU (ID=0x45373230)
    Vendor:   
    VRAM:     1932 MB
[3,887465 / 6,011344] - OnCoreWindowSizeChanged event (0,00, 0,00, 853,00, 720,00), m_Initialized=False.
Initialize engine version: 2020.3.16f1 (049d6eca3c44)
[AudioManager] InitNormal(tryDeviceDefaults = false, preferredOutputType = FMOD_OUTPUTTYPE_AUTODETECT) attempt with hardAudioDisable: false
[AudioManager] Setting output to FMOD_OUTPUTTYPE_AUTODETECT
"WLTEX.exe" (Win32): "C:\Windows\system32\Windows.Media.Devices.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\devobj.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\DevDispItemProvider.dll" geladen. 
onecore\com\combase\objact\objact.cxx(4081)\combase.dll!00007FFAFFB1BA68: (caller: 00007FFAFFB32AAC) ReturnHr(1) tid(ff8) 80040154 Class not registered
onecore\com\combase\objact\objact.cxx(4081)\combase.dll!00007FFAFFB1BA68: (caller: 00007FFAFFB32AAC) ReturnHr(2) tid(ff8) 80040154 Class not registered
onecore\com\combase\objact\objact.cxx(4081)\combase.dll!00007FFAFFB1BA68: (caller: 00007FFAFFB32AAC) ReturnHr(3) tid(dd4) 80040154 Class not registered
onecore\com\combase\objact\objact.cxx(4081)\combase.dll!00007FFAFFB1BA68: (caller: 00007FFAFFB32AAC) ReturnHr(4) tid(dd4) 80040154 Class not registered
"WLTEX.exe" (Win32): "C:\Windows\system32\AudioSes.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\ResourcePolicyClient.dll" geladen. 
onecore\com\combase\objact\objact.cxx(4081)\combase.dll!00007FFAFFB1BA68: (caller: 00007FFAFFB32AAC) ReturnHr(5) tid(218) 80040154 Class not registered
onecore\com\combase\objact\objact.cxx(4081)\combase.dll!00007FFAFFB1BA68: (caller: 00007FFAFFB32AAC) ReturnHr(6) tid(218) 80040154 Class not registered
onecore\com\combase\objact\objact.cxx(4081)\combase.dll!00007FFAFFB1BA68: (caller: 00007FFAFFB32AAC) ReturnHr(7) tid(dd4) 80040154 Class not registered
onecore\com\combase\objact\objact.cxx(4081)\combase.dll!00007FFAFFB1BA68: (caller: 00007FFAFFB32AAC) ReturnHr(8) tid(dd4) 80040154 Class not registered
"WLTEX.exe" (Win32): "C:\Windows\system32\threadpoolwinrt.dll" geladen. 
[AudioManager] InitNormal succeeded with output "FMOD_OUTPUTTYPE_WASAPI". Driver name is "Speakers (Mixed Reality Audio Driver)". Speaker mode is "FMOD_SPEAKERMODE_STEREO"
Der Thread 0xa70 hat mit Code 0 (0x0) geendet.
Der Thread 0x1528 hat mit Code 0 (0x0) geendet.
onecore\com\combase\objact\objact.cxx(4081)\combase.dll!00007FFAFFB1BA68: (caller: 00007FFAFFB32AAC) ReturnHr(9) tid(218) 80040154 Class not registered
onecore\com\combase\objact\objact.cxx(4081)\combase.dll!00007FFAFFB1BA68: (caller: 00007FFAFFB32AAC) ReturnHr(10) tid(218) 80040154 Class not registered
onecore\com\combase\objact\objact.cxx(4081)\combase.dll!00007FFAFFB1BA68: (caller: 00007FFAFFB32AAC) ReturnHr(11) tid(ff8) 80040154 Class not registered
onecore\com\combase\objact\objact.cxx(4081)\combase.dll!00007FFAFFB1BA68: (caller: 00007FFAFFB32AAC) ReturnHr(12) tid(ff8) 80040154 Class not registered
XRGeneral Settings awakening...
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:Log(Object)
UnityEngine.XR.Management.XRGeneralSettings:Awake()

D3D11 device created for Microsoft Media Foundation video decoding.
"WLTEX.exe" (Win32): "U:\USERS\DefaultAccount\AppData\Local\DevelopmentFiles\WLTEXVS.Debug_ARM64.DEJHFW0K\UnityOpenXR.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\MixedRealityRuntime.dll" geladen. 
onecore\base\appmodel\runtime\src\lookup.cpp(218)\kernelbase.dll!00007FFAFF6AE54C: (caller: 00007FFAFF68EAE4) ReturnHr(2) tid(1180) 8007007A The data area passed to a system call is too small.
"WLTEX.exe" (Win32): "P:\WindowsApps\Microsoft.WindowsMixedReality.Runtime_107.2109.10010.0_arm64__8wekyb3d8bbwe\arm64\WinXrRuntime.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\DWrite.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\d2d1.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\forwarders\user32.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\D3DCompiler_47.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\cryptsp.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\rometadata.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\rometadata.dll" wurde entladen.
"WLTEX.exe" (Win32): "C:\Windows\system32\rometadata.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\romd_arm64.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\WinMetadata\Windows.Perception.winmd" geladen. Das Modul wurde ohne Symbole erstellt.
"WLTEX.exe" (Win32): "C:\Windows\system32\WinMetadata\Windows.UI.winmd" geladen. Das Modul wurde ohne Symbole erstellt.
"WLTEX.exe" (Win32): "P:\WindowsApps\Microsoft.WindowsMixedReality.Runtime_107.2109.10010.0_arm64__8wekyb3d8bbwe\arm64\WinXrHolographicSceneUnderstandingExtensions.dll" geladen. 
[Subsystems] Loading plugin UnityOpenXR for subsystem OpenXR Display...
[Subsystems] OpenXR XR Plugin successfully registered Provider for OpenXR Display
[Subsystems] OpenXR XR Plugin successfully registered Provider for OpenXR Input
[Subsystems] OpenXR XR Plugin successfully registered Provider for OpenXR Display
[XR] [4480] [06:14:30.745][Info   ] Available Layers: (0)
"WLTEX.exe" (Win32): "C:\Windows\system32\WinMetadata\Windows.Graphics.winmd" geladen. Das Modul wurde ohne Symbole erstellt.
[Subsystems] Loading plugin UnityOpenXR for subsystem OpenXR Input...
[Subsystems] Loading plugin MicrosoftOpenXRPlugin for subsystem OpenXR Input Extension...
[Subsystems] OpenXR Extension successfully registered Provider for OpenXR Mesh Extension
[Subsystems] OpenXR XR Plugin successfully registered Provider for OpenXR Input
[Subsystems] OpenXR XR Plugin successfully registered Provider for OpenXR Display
[XR] [Mixed Reality OpenXR Mesh]: RegisterLifecycleProvider.
[Subsystems] OpenXR Extension successfully registered Provider for OpenXR Input Extension
[Subsystems] OpenXR Extension successfully registered Provider for OpenXR Mesh Extension
[Subsystems] OpenXR XR Plugin successfully registered Provider for OpenXR Input
[Subsystems] OpenXR XR Plugin successfully registered Provider for OpenXR Display
[XR] [Mixed Reality OpenXR Input]: RegisterLifecycleProvider.
[XR] [Mixed Reality OpenXR Input]: Lifecycle_Initialize.
[Subsystems] Loading plugin MicrosoftOpenXRPlugin for subsystem OpenXR Mesh Extension...
[XR] [Mixed Reality OpenXR Mesh]: Lifecycle_Initialize.
Der Thread 0x694 hat mit Code 0 (0x0) geendet.
New input system (experimental) initialized
New input device (1): {"interface":"UWP","type":"Keyboard","product":"","manufacturer":"","serial":"","version":""}
New input device (2): {"interface":"UWP","type":"Mouse","product":"","manufacturer":"","serial":"","version":"","numButtons":2,"hasVerticalScrollWheel":true,"hasHorizontalScrollWheel":false}
"WLTEX.exe" (Win32): "C:\Windows\system32\Windows.Gaming.Input.dll" geladen. 
[0,001344 / 10,135759] - AppCallbacks::SetupInputEvents
"WLTEX.exe" (Win32): "C:\Windows\system32\Windows.Devices.Sensors.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\biwinrt.dll" geladen. 
onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(1) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(2) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(3) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(4) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(5) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(6) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(7) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(8) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(9) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(10) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(11) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(12) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(13) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(14) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(15) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(16) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(17) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(18) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(19) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(20) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(21) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(22) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(23) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(24) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(25) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(26) tid(1ba8) 8685C003 onecoreuap\drivers\mobilepc\sensors\convergence\common\pnpmanager\pnpmanager.cpp(574)\Windows.Devices.Sensors.dll!00007FFACBE5B0B8: (caller: 00007FFACBE429C4) Exception(1) tid(36c) 80070002 The system cannot find the file specified.
Ausnahme ausgelöst bei 0x00007FFAFF6548CC in WLTEX.exe: Microsoft C++-Ausnahme: wil::ResultException bei Speicherort 0x000000BA71FFD110.
Ausnahme ausgelöst bei 0x00007FFAFF6548CC in WLTEX.exe: Microsoft C++-Ausnahme: [rethrow] bei Speicherort 0x0000000000000000.
onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(27) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(28) tid(1ba8) 8685C003 Der Thread 0xe14 hat mit Code 0 (0x0) geendet.
onecoreuap\drivers\mobilepc\sensors\convergence\api\winrt\public\internal\simpleorientation.cpp(127)\Windows.Devices.Sensors.dll!00007FFACBE4FB90: (caller: 00007FFACBE42278) Exception(2) tid(36c) 80070490 Element not found.
onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(29) tid(1ba8) 8685C003 Ausnahme ausgelöst bei 0x00007FFAFF6548CC in WLTEX.exe: Microsoft C++-Ausnahme: wil::ResultException bei Speicherort 0x000000BA71FFD400.
Ausnahme ausgelöst bei 0x00007FFAFF6548CC in WLTEX.exe: Microsoft C++-Ausnahme: [rethrow] bei Speicherort 0x0000000000000000.
onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(30) tid(1ba8) 8685C003 onecoreuap\drivers\mobilepc\sensors\convergence\api\winrt\public\internal\sensorserver.cpp(74)\Windows.Devices.Sensors.dll!00007FFACBE3A690: (caller: 00007FFACBE3BFB4) ReturnHr(1) tid(36c) 80070490 Element not found.
onecoreuap\drivers\mobilepc\sensors\convergence\api\winrt\public\lib\simpleorientationsensor.cpp(100)\Windows.Devices.Sensors.dll!00007FFACBE24B3C: (caller: 00007FFACBE25A84) ReturnHr(2) tid(36c) 80070490 Element not found.
onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(31) tid(1ba8) 8685C003 [0,103062 / 10,239844] - AppCallbacks::SetupOrientationSensorEvents
onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(32) tid(1ba8) 8685C003 "WLTEX.exe" (Win32): "C:\Windows\system32\windows.applicationmodel.datatransfer.dll" geladen. 
onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(33) tid(1ba8) 8685C003 onecoreuap\xbox\devices\api\winrt\pnpapiwrapper.cpp(385)\Windows.Gaming.Input.dll!00007FFAF4CD7ED4: (caller: 00007FFAF4CDC7D4) ReturnHr(34) tid(1ba8) 8685C003 "WLTEX.exe" (Win32): "C:\Windows\system32\ClipboardServer.dll" geladen. 
[0,182221 / 10,287588] - AppCallbacks::Load
[4,278621 / 10,289965] - Starting first scene loading
The following GlobalManagers were stripped from the build (Either because they're not used or not supported on this platform):
  ClusterInputManager
  UnityConnectSettings
[XR] [Mixed Reality OpenXR]: replaced_xrCreateSession
[XR] [Mixed Reality OpenXR]: Insert_holographic_window_attachment
"WLTEX.exe" (Win32): "B:\Windows\System32\DriverStore\FileRepository\qcdx_ffu850.inf_arm64_b39b224e8151eea7\qcdx12arm64um850.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\dxilconv.dll" geladen. 
"WLTEX.exe" (Win32): "P:\WindowsApps\Microsoft.WindowsMixedReality.Runtime_107.2109.10010.0_arm64__8wekyb3d8bbwe\arm64\WinXrHolographicInputExtensions.dll" geladen. 
[0,128901 / 10,418866] - OnCoreWindowSizeChanged event (0,00, 0,00, 1440,00, 936,00), m_Initialized=True.
[0,437973 / 10,856839] - Finishing first scene loading
[0,000994 / 10,857833] - First level loaded
[0,000425 / 10,858258] - PerformUpdateAndRender started
[XR] [4480] [06:14:31.963][Info   ] OpenXRSession::HandleSessionStateChangedEvent: state XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE session=2 time=12552394152760
[XR] [4480] [06:14:31.964][Info   ] OpenXRSession::HandleSessionStateChangedEvent: state XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY session=2 time=12552394181562
[XR] PrimaryStereo is enabled.[XR] SecondaryMonoFirstPersonObserver is enabled.[XR] [Mixed Reality OpenXR] LocatableCameraProvider registered.
[XR] [Mixed Reality OpenXR Input]: Lifecycle_Start.
New input device (3): {"interface":"XRInputV1","type":"","product":"Head Tracking - OpenXR","manufacturer":"OpenXR","serial":"","version":"","capabilities":"{\"deviceName\":\"Head Tracking - OpenXR\",\"manufacturer\":\"OpenXR\",\"serialNumber\":\"\",\"characteristics\":33,\"deviceId\":0,\"inputFeatures\":[{\"name\":\"UserPresence\",\"usageHints\":[{\"content\":\"UserPresence\",\"id\":1221106003}],\"featureType\":1,\"customSize\":4294967295},{\"name\":\"IsTracked\",\"usageHints\":[{\"content\":\"IsTracked\",\"id\":1429429695}],\"featureType\":1,\"customSize\":4294967295},{\"name\":\"TrackingState\",\"usageHints\":[{\"content\":\"TrackingState\",\"id\":1636970542}],\"featureType\":2,\"customSize\":4294967295},{\"name\":\"DevicePosition\",\"usageHints\":[{\"content\":\"DevicePosition\",\"id\":3323297731}],\"featureType\":5,\"customSize\":4294967295},{\"name\":\"DeviceRotation\",\"usageHints\":[{\"content\":\"DeviceRotation\",\"id\":3528255621}],\"featureType\":6,\"customSize\":4294967295},{\"name\":\"DeviceVelocity\",\"usageHints\":[{\"content\":\"DeviceVelocity\",\"id\":1066346694}],\"featureType\":5,\"customSize\":4294967295},{\"name\":\"DeviceAngularVelocity\",\"usageHints\":[{\"content\":\"DeviceAngularVelocity\",\"id\":2550892527}],\"featureType\":5,\"customSize\":4294967295},{\"name\":\"CenterEyePosition\",\"usageHints\":[{\"content\":\"CenterEyePosition\",\"id\":1253450285}],\"featureType\":5,\"customSize\":4294967295},{\"name\":\"CenterEyeRotation\",\"usageHints\":[{\"content\":\"CenterEyeRotation\",\"id\":215671052}],\"featureType\":6,\"customSize\":4294967295},{\"name\":\"CenterEyeVelocity\",\"usageHints\":[{\"content\":\"CenterEyeVelocity\",\"id\":2624447366}],\"featureType\":5,\"customSize\":4294967295},{\"name\":\"CenterEyeAngularVelocity\",\"usageHints\":[{\"content\":\"CenterEyeAngularVelocity\",\"id\":1178896158}],\"featureType\":5,\"customSize\":4294967295},{\"name\":\"LeftEyePosition\",\"usageHints\":[{\"content\":\"LeftEyePosition\",\"id\":306680142}],\"featureType\":5,\"customSize\":4294967295},{\"name\":\"LeftEyeRotation\",\"usageHints\":[{\"content\":\"LeftEyeRotation\",\"id\":3537142890}],\"featureType\":6,\"customSize\":4294967295},{\"name\":\"LeftEyeVelocity\",\"usageHints\":[{\"content\":\"LeftEyeVelocity\",\"id\":27953601}],\"featureType\":5,\"customSize\":4294967295},{\"name\":\"LeftEyeAngularVelocity\",\"usageHints\":[{\"content\":\"LeftEyeAngularVelocity\",\"id\":677769599}],\"featureType\":5,\"customSize\":4294967295},{\"name\":\"RightEyePosition\",\"usageHints\":[{\"content\":\"RightEyePosition\",\"id\":327099329}],\"featureType\":5,\"customSize\":4294967295},{\"name\":\"RightEyeRotation\",\"usageHints\":[{\"content\":\"RightEyeRotation\",\"id\":1559063499}],\"featureType\":6,\"customSize\":4294967295},{\"name\":\"RightEyeVelocity\",\"usageHints\":[{\"content\":\"RightEyeVelocity\",\"id\":4084349234}],\"featureType\":5,\"customSize\":4294967295},{\"name\":\"RightEyeAngularVelocity\",\"usageHints\":[{\"content\":\"RightEyeAngularVelocity\",\"id\":3749378945}],\"featureType\":5,\"customSize\":4294967295}],\"CanQueryForDeviceStateAtTime\":false}"}
XRTextureManager::RequestCreateTexture
XRTextureManager::RequestCreateTexture
XRTextureManager::SetupRenderTextureFromXRRequest (id: 1 col: 0000000000000000 d: 0000025A007ED050)
RenderTexture::Create (id: 1)
IVRDeviceCallback_CreateEyeTextureResources 0000025A007ED050
XRTextureManager::SetupRenderTextureFromXRRequest (id: 2 col: 0000025A007E9090 d: 0000000000000000)
RenderTexture::Create (id: 2)
IVRDeviceCallback_CreateEyeTextureResources 0000025A007E9090
[XR] [4480] [06:14:32.286][Info   ] OpenXRSession::HandleSessionStateChangedEvent: state XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED session=2 time=12553049325572
[XR] [4480] [06:14:32.286][Info   ] OpenXRSession::HandleSessionStateChangedEvent: state XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE session=2 time=12553049333125
[XR] [4480] [06:14:32.287][Info   ] OpenXRSession::HandleSessionStateChangedEvent: state XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED session=2 time=12553049334739
[XR] [4480] [06:14:32.288][Info   ] 

==== Start Unity OpenXR Diagnostic Report ====

[XR] [4480] [06:14:32.289][Info   ] ==== Report Reason: System Startup Completed ====

[XR] [4480] [06:14:32.289][Info   ] ==== OpenXR Support Details ====
[XR] [4480] [06:14:32.289][Info   ] OpenXR Runtime:
[XR] [4480] [06:14:32.289][Info   ]     Microsoft, which is a Unity supported partner
[XR] [4480] [06:14:32.290][Info   ] Unity OpenXR Features:
[XR] [4480] [06:14:32.290][Info   ]     HandTrackingFeaturePlugin WSA, MixedRealityFeaturePlugin WSA, MotionControllerFeaturePlugin WSA: Microsoft, which is a Unity supported partner
[XR] [4480] [06:14:32.290][Info   ]     MicrosoftHandInteraction WSA: Unity
[XR] [4480] [06:14:32.291][Info   ] Unity Support:
[XR] [4480] [06:14:32.291][Info   ]     Unity supports the runtime and Unity OpenXR Features above. When requesting assistance, please copy the OpenXR section from ==== Start Unity OpenXR Diagnostic Report ==== to ==== End Unity OpenXR Diagnostic Report ==== to the bug or forum post.
[XR] [4480] [06:14:32.291][Info   ] 
[XR] [4480] [06:14:32.292][Info   ] ==== OpenXR Init Info ====
[XR] [4480] [06:14:32.292][Info   ] 
[XR] [4480] [06:14:32.292][Info   ] Stage 1 Missing Entry Points: (1)
[XR] [4480] [06:14:32.293][Info   ]   xrInitializeLoaderKHR
[XR] [4480] [06:14:32.293][Info   ] 
[XR] [4480] [06:14:32.293][Info   ] Stage 2 Missing Entry Points: (2)
[XR] [4480] [06:14:32.293][Info   ]   xrGetVisibilityMaskKHR
[XR] [4480] [06:14:32.294][Info   ]   xrGetD3D12GraphicsRequirementsKHR
[XR] [4480] [06:14:32.294][Info   ] 
[XR] [4480] [06:14:32.294][Info   ] ==== OpenXR Provider Info ====
[XR] [4480] [06:14:32.295][Info   ] Spec Version: 1.0.17
[XR] [4480] [06:14:32.295][Info   ] Provider Version: 1.2.8
[XR] [4480] [06:14:32.295][Info   ] App: WLTEX 0.2 #1421044435
[XR] [4480] [06:14:32.295][Info   ] Engine: 2020.3.16f1 #1349061325
[XR] [4480] [06:14:32.296][Info   ] 
[XR] [4480] [06:14:32.296][Info   ] ==== OpenXR Runtime Info ====
[XR] [4480] [06:14:32.296][Info   ] 
[XR] [4480] [06:14:32.296][Info   ] Features requested to be enabled: 4
[XR] [4480] [06:14:32.297][Info   ]     Name=Hand Tracking Extension=XR_EXT_hand_tracking XR_MSFT_hand_tracking_mesh Version=1.0.2
[XR] [4480] [06:14:32.297][Info   ]     Name=Microsoft Hand Interaction Profile Extension=XR_MSFT_hand_interaction Version=0.0.1
[XR] [4480] [06:14:32.297][Info   ]     Name=Mixed Reality Features Extension= XR_MSFT_holographic_window_attachment XR_MSFT_unbounded_reference_space XR_MSFT_spatial_anchor XR_MSFT_secondary_view_configuration XR_MSFT_first_person_observer XR_MSFT_spatial_graph_bridge XR_MSFT_perception_anchor_interop XR_MSFT_spatial_anchor_persistence_preview XR_MSFT_scene_understanding XR_MSFT_composition_layer_reprojection Version=1.0.2
[XR] [4480] [06:14:32.298][Info   ]     Name=Motion Controller Model Extension=XR_MSFT_controller_model Version=1.0.2
[XR] [4480] [06:14:32.298][Info   ] 
[XR] [4480] [06:14:32.298][Info   ] Features with extensions that failed to be enabled: 2
[XR] [4480] [06:14:32.299][Info   ]     Name=Mixed Reality Features Extension=XR_MSFT_spatial_anchor_persistence_preview  Version=1.0.2
[XR] [4480] [06:14:32.299][Info   ]     Name=Motion Controller Model Extension=XR_MSFT_controller_model  Version=1.0.2
[XR] [4480] [06:14:32.300][Info   ] 
[XR] [4480] [06:14:32.300][Info   ] Available Extensions: (22)
[XR] [4480] [06:14:32.300][Info   ]   Name=XR_KHR_win32_convert_performance_counter_time SpecVersion=1
[XR] [4480] [06:14:32.300][Info   ]   Name=XR_KHR_D3D11_enable SpecVersion=5
[XR] [4480] [06:14:32.301][Info   ]   Name=XR_KHR_D3D12_enable SpecVersion=7
[XR] [4480] [06:14:32.301][Info   ]   Name=XR_KHR_composition_layer_depth SpecVersion=5
[XR] [4480] [06:14:32.301][Info   ]   Name=XR_KHR_composition_layer_color_scale_bias SpecVersion=5
[XR] [4480] [06:14:32.302][Info   ]   Name=XR_MSFT_unbounded_reference_space SpecVersion=1
[XR] [4480] [06:14:32.302][Info   ]   Name=XR_MSFT_spatial_anchor SpecVersion=1
[XR] [4480] [06:14:32.302][Info   ]   Name=XR_MSFT_perception_anchor_interop SpecVersion=1
[XR] [4480] [06:14:32.303][Info   ]   Name=XR_EXT_win32_appcontainer_compatible SpecVersion=1
[XR] [4480] [06:14:32.303][Info   ]   Name=XR_EXT_conformance_automation SpecVersion=3
[XR] [4480] [06:14:32.303][Info   ]   Name=XR_MSFT_composition_layer_reprojection SpecVersion=1
[XR] [4480] [06:14:32.303][Info   ]   Name=XR_MSFT_spatial_graph_bridge SpecVersion=1
[XR] [4480] [06:14:32.304][Info   ]   Name=XR_EXT_eye_gaze_interaction SpecVersion=1
[XR] [4480] [06:14:32.304][Info   ]   Name=XR_MSFT_hand_interaction SpecVersion=1
[XR] [4480] [06:14:32.304][Info   ]   Name=XR_EXT_hand_tracking SpecVersion=4
[XR] [4480] [06:14:32.305][Info   ]   Name=XR_MSFT_hand_tracking_mesh SpecVersion=3
[XR] [4480] [06:14:32.305][Info   ]   Name=XR_MSFT_holographic_window_attachment SpecVersion=1
[XR] [4480] [06:14:32.305][Info   ]   Name=XR_MSFT_secondary_view_configuration SpecVersion=1
[XR] [4480] [06:14:32.305][Info   ]   Name=XR_MSFT_first_person_observer SpecVersion=1
[XR] [4480] [06:14:32.306][Info   ]   Name=XR_MSFT_scene_understanding SpecVersion=1
[XR] [4480] [06:14:32.306][Info   ]   Name=XR_MSFT_scene_understanding_serialization SpecVersion=1
[XR] [4480] [06:14:32.306][Info   ]   Name=XR_EXT_debug_utils SpecVersion=4
[XR] [4480] [06:14:32.307][Info   ] 
[XR] [4480] [06:14:32.307][Info   ] Available Layers: (0)
[XR] [4480] [06:14:32.307][Info   ] 
[XR] [4480] [06:14:32.307][Info   ] Runtime Name: Windows Mixed Reality Runtime
[XR] [4480] [06:14:32.308][Info   ] Runtime Version: 107.2109.10010
[XR] [4480] [06:14:32.308][Info   ] 
[XR] [4480] [06:14:32.308][Info   ] Form factor: XR_FORM_FACTOR_HEAD_MOUNTED_DISPLAY
[XR] [4480] [06:14:32.309][Info   ] 
[XR] [4480] [06:14:32.309][Info   ] Spec extensions enabled: (15)
[XR] [4480] [06:14:32.309][Info   ]   Name=XR_EXT_hand_tracking Version=4
[XR] [4480] [06:14:32.309][Info   ]   Name=XR_KHR_D3D11_enable Version=5
[XR] [4480] [06:14:32.310][Info   ]   Name=XR_KHR_composition_layer_depth Version=5
[XR] [4480] [06:14:32.310][Info   ]   Name=XR_KHR_win32_convert_performance_counter_time Version=1
[XR] [4480] [06:14:32.310][Info   ]   Name=XR_MSFT_composition_layer_reprojection Version=1
[XR] [4480] [06:14:32.311][Info   ]   Name=XR_MSFT_first_person_observer Version=1
[XR] [4480] [06:14:32.311][Info   ]   Name=XR_MSFT_hand_interaction Version=1
[XR] [4480] [06:14:32.311][Info   ]   Name=XR_MSFT_hand_tracking_mesh Version=3
[XR] [4480] [06:14:32.312][Info   ]   Name=XR_MSFT_holographic_window_attachment Version=1
[XR] [4480] [06:14:32.312][Info   ]   Name=XR_MSFT_perception_anchor_interop Version=1
[XR] [4480] [06:14:32.312][Info   ]   Name=XR_MSFT_scene_understanding Version=1
[XR] [4480] [06:14:32.313][Info   ]   Name=XR_MSFT_secondary_view_configuration Version=1
[XR] [4480] [06:14:32.313][Info   ]   Name=XR_MSFT_spatial_anchor Version=1
[XR] [4480] [06:14:32.313][Info   ]   Name=XR_MSFT_spatial_graph_bridge Version=1
[XR] [4480] [06:14:32.314][Info   ]   Name=XR_MSFT_unbounded_reference_space Version=1
[XR] [4480] [06:14:32.314][Info   ] 
[XR] [4480] [06:14:32.314][Info   ] Available Reference Spaces: (3)
[XR] [4480] [06:14:32.314][Info   ]   Name: XR_REFERENCE_SPACE_TYPE_VIEW
[XR] [4480] [06:14:32.315][Info   ]   Name: XR_REFERENCE_SPACE_TYPE_LOCAL
[XR] [4480] [06:14:32.315][Info   ]   Name: XR_REFERENCE_SPACE_TYPE_UNBOUNDED_MSFT
[XR] [4480] [06:14:32.315][Info   ] 
[XR] [4480] [06:14:32.316][Info   ] Instance Id  : 0x1
[XR] [4480] [06:14:32.316][Info   ] System Id    : 0x1
[XR] [4480] [06:14:32.316][Info   ] Session Id   : 0x2
[XR] [4480] [06:14:32.316][Info   ] 
[XR] [4480] [06:14:32.317][Info   ] Available View Configuration Types: (2)
[XR] [4480] [06:14:32.317][Info   ]   View Configuration Type: XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO (Selected)  View configuration FovMutable=True
[XR] [4480] [06:14:32.317][Info   ]   View [0]: Recommended Width=1440 Height=936 SampleCount=1
[XR] [4480] [06:14:32.318][Info   ]   View [0]:     Maximum Width=2880 Height=1872 SampleCount=4
[XR] [4480] [06:14:32.318][Info   ]   View [1]: Recommended Width=1440 Height=936 SampleCount=1
[XR] [4480] [06:14:32.318][Info   ]   View [1]:     Maximum Width=2880 Height=1872 SampleCount=4
[XR] [4480] [06:14:32.319][Info   ]   View Configuration Type: XR_VIEW_CONFIGURATION_TYPE_SECONDARY_MONO_FIRST_PERSON_OBSERVER_MSFT   View configuration FovMutable=True
[XR] [4480] [06:14:32.319][Info   ]   View [0]: Recommended Width=2272 Height=1276 SampleCount=1
[XR] [4480] [06:14:32.319][Info   ]   View [0]:     Maximum Width=4544 Height=2556 SampleCount=4
[XR] [4480] [06:14:32.320][Info   ] 
[XR] [4480] [06:14:32.320][Info   ] Available Environment Blend Mode: (1)
[XR] [4480] [06:14:32.320][Info   ]   Environment Blend Mode (XR_ENVIRONMENT_BLEND_MODE_ADDITIVE) : (Selected)
[XR] [4480] [06:14:32.320][Info   ] 
[XR] [4480] [06:14:32.321][Info   ] System Properties: Name=Windows Mixed Reality VendorId=1118
[XR] [4480] [06:14:32.321][Info   ] System Graphics Properties: MaxWidth=16384 MaxHeight=16384 MaxLayers=16
[XR] [4480] [06:14:32.321][Info   ] System Tracking Properties: OrientationTracking=True PositionTracking=True
[XR] [4480] [06:14:32.322][Info   ] 
[XR] [4480] [06:14:32.322][Info   ] ==== OpenXR Input ====
[XR] [4480] [06:14:32.322][Info   ] 
[XR] [4480] [06:14:32.322][Info   ] Action Set Data: 
[XR] [4480] [06:14:32.323][Info   ] Name:     microsofthandinteraction                 Desired Profile: /interaction_profiles/microsoft/hand_interaction
[XR] [4480] [06:14:32.323][Info   ] 
[XR] [4480] [06:14:32.323][Info   ] ==== OpenXR Swapchain Details ====
[XR] [4480] [06:14:32.324][Info   ] 
[XR] [4480] [06:14:32.324][Info   ] Render Mode: Single Pass Instanced
[XR] [4480] [06:14:32.324][Info   ] Depth Submission Mode: Depth16Bit
[XR] [4480] [06:14:32.324][Info   ] 
[XR] [4480] [06:14:32.325][Info   ] Swapchain Formats:  [c:91] 87 28 29 [d:55] 45 40 20
[XR] [4480] [06:14:32.325][Info   ] Creating swapchain for view 0 with dimensions Width=1440 Height=936 SampleCount=1
[XR] [4480] [06:14:32.325][Info   ] 
[XR] [4480] [06:14:32.325][Info   ] ==== Last 20 non-XR_SUCCESS returns ====
[XR] [4480] [06:14:32.326][Info   ] [SUCCESS] xrGetReferenceSpaceBoundsRect: XR_SPACE_BOUNDS_UNAVAILABLE (2x)
[XR] [4480] [06:14:32.326][Info   ] [SUCCESS] xrPollEvent: XR_EVENT_UNAVAILABLE (2x)
[XR] [4480] [06:14:32.326][Info   ] 
[XR] [4480] [06:14:32.327][Info   ] ==== Last 20 Events ====
[XR] [4480] [06:14:32.327][Info   ] OpenXRSession::HandleSessionStateChangedEvent: XR_SESSION_STATE_UNKNOWN->XR_SESSION_STATE_IDLE
[XR] [4480] [06:14:32.327][Info   ] OpenXRSession::HandleSessionStateChangedEvent: XR_SESSION_STATE_IDLE->XR_SESSION_STATE_READY
[XR] [4480] [06:14:32.328][Info   ] OpenXRSession::HandleSessionStateChangedEvent: XR_SESSION_STATE_READY->XR_SESSION_STATE_SYNCHRONIZED
[XR] [4480] [06:14:32.328][Info   ] OpenXRSession::HandleSessionStateChangedEvent: XR_SESSION_STATE_SYNCHRONIZED->XR_SESSION_STATE_VISIBLE
[XR] [4480] [06:14:32.328][Info   ] OpenXRSession::HandleSessionStateChangedEvent: XR_SESSION_STATE_VISIBLE->XR_SESSION_STATE_FOCUSED
[XR] [4480] [06:14:32.329][Info   ] 

==== End Unity OpenXR Diagnostic Report ====

The referenced script (Microsoft.MixedReality.Toolkit.XRSDK.Oculus.Input.OculusXRSDKDeviceManagerProfile) on this Behaviour is missing!

The referenced script on this Behaviour (Game Object '<null>') is missing!

A scripted object (probably Microsoft.MixedReality.Toolkit.XRSDK.Oculus.Input.OculusXRSDKDeviceManagerProfile?) has a different serialization layout when loading. (Read 72 bytes but expected 116 bytes)
Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?

[XR] [OpenXR Input]: Application space recovered
XRTextureManager::RequestCreateTexture
XRTextureManager::RequestCreateTexture
XRTextureManager::SetupRenderTextureFromXRRequest (id: 3 col: 0000000000000000 d: 0000025A007EE9D0)
RenderTexture::Create (id: 3)
IVRDeviceCallback_CreateEyeTextureResources 0000025A007EE9D0
XRTextureManager::SetupRenderTextureFromXRRequest (id: 4 col: 0000025A007ED490 d: 0000000000000000)
RenderTexture::Create (id: 4)
IVRDeviceCallback_CreateEyeTextureResources 0000025A007ED490
UnloadTime: 10,778333 ms
Unable to register IMixedRealityInputDeviceManager data provider (Windows Mixed Reality Device Manager) because the value of concreteType is null.
This may be caused by code being stripped during linking. The link.xml file in the MixedRealityToolkit.Generated folder is used to control code preservation.
More information can be found at https://docs.unity3d.com/Manual/ManagedCodeStripping.html.
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:LogWarning(Object)
Microsoft.MixedReality.Toolkit.BaseDataProviderAccessCoreSystem:RegisterDataProviderInternal(Boolean, Type, String, SupportedPlatforms, Object[])
Microsoft.MixedReality.Toolkit.BaseDataProviderAccessCoreSystem:RegisterDataProvider(Type, String, SupportedPlatforms, Object[])
Microsoft.MixedReality.Toolkit.Input.MixedRealityInputSystem:CreateDataProviders()
Microsoft.MixedReality.Toolkit.Input.MixedRealityInputSystem:Initialize()
Microsoft.MixedReality.Toolkit.<>c:<InitializeAllServices>b__68_0(IMixedRealityService)
System.Action`1:Invoke(T)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:ExecuteOnAllServicesInOrder(Action`1)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeAllServices()
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeServiceLocator()
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeInstance()
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:RegisterInstance(MixedRealityToolkit, Boolean)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:Awake()

Tracking origin unable to be set.
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:LogWarning(Object)
Microsoft.MixedReality.Toolkit.XRSDK.XRSDKBoundarySystem:SetTrackingSpace()
Microsoft.MixedReality.Toolkit.Boundary.BaseBoundarySystem:Initialize()
Microsoft.MixedReality.Toolkit.<>c:<InitializeAllServices>b__68_0(IMixedRealityService)
System.Action`1:Invoke(T)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:ExecuteOnAllServicesInOrder(Action`1)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeAllServices()
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeServiceLocator()
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeInstance()
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:RegisterInstance(MixedRealityToolkit, Boolean)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:Awake()

Failed to calculate boundary bounds.
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:LogWarning(Object)
Microsoft.MixedReality.Toolkit.Boundary.BaseBoundarySystem:CalculateBoundaryBounds()
Microsoft.MixedReality.Toolkit.Boundary.BaseBoundarySystem:Initialize()
Microsoft.MixedReality.Toolkit.<>c:<InitializeAllServices>b__68_0(IMixedRealityService)
System.Action`1:Invoke(T)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:ExecuteOnAllServicesInOrder(Action`1)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeAllServices()
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeServiceLocator()
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeInstance()
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:RegisterInstance(MixedRealityToolkit, Boolean)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:Awake()

Unable to register IMixedRealitySpatialAwarenessObserver data provider (Windows Mixed Reality Spatial Mesh Observer) because the value of concreteType is null.
This may be caused by code being stripped during linking. The link.xml file in the MixedRealityToolkit.Generated folder is used to control code preservation.
More information can be found at https://docs.unity3d.com/Manual/ManagedCodeStripping.html.
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:LogWarning(Object)
Microsoft.MixedReality.Toolkit.BaseDataProviderAccessCoreSystem:RegisterDataProviderInternal(Boolean, Type, String, SupportedPlatforms, Object[])
Microsoft.MixedReality.Toolkit.BaseDataProviderAccessCoreSystem:RegisterDataProvider(Type, String, SupportedPlatforms, Object[])
Microsoft.MixedReality.Toolkit.SpatialAwareness.MixedRealitySpatialAwarenessSystem:InitializeInternal()
Microsoft.MixedReality.Toolkit.SpatialAwareness.MixedRealitySpatialAwarenessSystem:Initialize()
Microsoft.MixedReality.Toolkit.<>c:<InitializeAllServices>b__68_0(IMixedRealityService)
System.Action`1:Invoke(T)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:ExecuteOnAllServicesInOrder(Action`1)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeAllServices()
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeServiceLocator()
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeInstance()
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:RegisterInstance(MixedRealityToolkit, Boolean)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:Awake()

OpenXR mesh settings are not supported; missing OpenXR extension XR_MSFT_scene_understanding_preview3
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:LogWarning(Object)
Microsoft.MixedReality.OpenXR.InternalMeshSettings:TrySetMeshComputeSettings(MeshComputeSettings)
Microsoft.MixedReality.OpenXR.MeshSettings:TrySetMeshComputeSettings(MeshComputeSettings)
Microsoft.MixedReality.Toolkit.XRSDK.OpenXR.OpenXRSpatialAwarenessMeshObserver:SetMeshComputeSettings(SpatialAwarenessMeshDisplayOptions, SpatialAwarenessMeshLevelOfDetail)
Microsoft.MixedReality.Toolkit.XRSDK.OpenXR.OpenXRSpatialAwarenessMeshObserver:ApplyUpdatedMeshDisplayOption(SpatialAwarenessMeshDisplayOptions)
Microsoft.MixedReality.Toolkit.SpatialAwareness.BaseSpatialMeshObserver:set_DisplayOption(SpatialAwarenessMeshDisplayOptions)
Microsoft.MixedReality.Toolkit.SpatialAwareness.BaseSpatialMeshObserver:ReadProfile()
Microsoft.MixedReality.Toolkit.SpatialAwareness.BaseSpatialMeshObserver:Initialize()
Microsoft.MixedReality.Toolkit.XRSDK.GenericXRSDKSpatialMeshObserver:Initialize()
Microsoft.MixedReality.Toolkit.BaseDataProviderAccessCoreSystem:RegisterDataProvider(T)
Microsoft.MixedReality.Toolkit.BaseDataProviderAccessCoreSystem:RegisterDataProviderInternal(Boolean, Type, String, SupportedPlatforms, Object[])
Microsoft.MixedReality.Toolkit.BaseDataProviderAccessCoreSystem:RegisterDataProvider(Type, String, SupportedPlatforms, Object[])
Microsoft.MixedReality.Toolkit.SpatialAwareness.MixedRealitySpatialAwarenessSystem:InitializeInternal()
Microsoft.MixedReality.Toolkit.SpatialAwareness.MixedRealitySpatialAwarenessSystem:Initialize()
Microsoft.MixedReality.Toolkit.<>c:<InitializeAllServices>b__68_0(IMixedRealityService)
System.Action`1:Invoke(T)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:ExecuteOnAllServicesInOrder(Action`1)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeAllServices()
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeServiceLocator()
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeInstance()
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:RegisterInstance(MixedRealityToolkit, Boolean)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:Awake()

OpenXR mesh settings are not supported; missing OpenXR extension XR_MSFT_scene_understanding_preview3
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:LogWarning(Object)
Microsoft.MixedReality.OpenXR.InternalMeshSettings:TrySetMeshComputeSettings(MeshComputeSettings)
Microsoft.MixedReality.OpenXR.MeshSettings:TrySetMeshComputeSettings(MeshComputeSettings)
Microsoft.MixedReality.Toolkit.XRSDK.OpenXR.OpenXRSpatialAwarenessMeshObserver:SetMeshComputeSettings(SpatialAwarenessMeshDisplayOptions, SpatialAwarenessMeshLevelOfDetail)
Microsoft.MixedReality.Toolkit.XRSDK.OpenXR.OpenXRSpatialAwarenessMeshObserver:LookupTriangleDensity(SpatialAwarenessMeshLevelOfDetail)
Microsoft.MixedReality.Toolkit.SpatialAwareness.BaseSpatialMeshObserver:set_LevelOfDetail(SpatialAwarenessMeshLevelOfDetail)
Microsoft.MixedReality.Toolkit.SpatialAwareness.BaseSpatialMeshObserver:ReadProfile()
Microsoft.MixedReality.Toolkit.SpatialAwareness.BaseSpatialMeshObserver:Initialize()
Microsoft.MixedReality.Toolkit.XRSDK.GenericXRSDKSpatialMeshObserver:Initialize()
Microsoft.MixedReality.Toolkit.BaseDataProviderAccessCoreSystem:RegisterDataProvider(T)
Microsoft.MixedReality.Toolkit.BaseDataProviderAccessCoreSystem:RegisterDataProviderInternal(Boolean, Type, String, SupportedPlatforms, Object[])
Microsoft.MixedReality.Toolkit.BaseDataProviderAccessCoreSystem:RegisterDataProvider(Type, String, SupportedPlatforms, Object[])
Microsoft.MixedReality.Toolkit.SpatialAwareness.MixedRealitySpatialAwarenessSystem:InitializeInternal()
Microsoft.MixedReality.Toolkit.SpatialAwareness.MixedRealitySpatialAwarenessSystem:Initialize()
Microsoft.MixedReality.Toolkit.<>c:<InitializeAllServices>b__68_0(IMixedRealityService)
System.Action`1:Invoke(T)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:ExecuteOnAllServicesInOrder(Action`1)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeAllServices()
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeServiceLocator()
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeInstance()
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:RegisterInstance(MixedRealityToolkit, Boolean)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:Awake()

OpenXR mesh settings are not supported; missing OpenXR extension XR_MSFT_scene_understanding_preview3
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:LogWarning(Object)
Microsoft.MixedReality.OpenXR.InternalMeshSettings:TrySetMeshComputeSettings(MeshComputeSettings)
Microsoft.MixedReality.OpenXR.MeshSettings:TrySetMeshComputeSettings(MeshComputeSettings)
Microsoft.MixedReality.Toolkit.XRSDK.OpenXR.OpenXRSpatialAwarenessMeshObserver:SetMeshComputeSettings(SpatialAwarenessMeshDisplayOptions, SpatialAwarenessMeshLevelOfDetail)
Microsoft.MixedReality.Toolkit.XRSDK.OpenXR.OpenXRSpatialAwarenessMeshObserver:ApplyUpdatedMeshDisplayOption(SpatialAwarenessMeshDisplayOptions)
Microsoft.MixedReality.Toolkit.SpatialAwareness.BaseSpatialMeshObserver:set_VisibleMaterial(Material)
Microsoft.MixedReality.Toolkit.SpatialAwareness.BaseSpatialMeshObserver:ReadProfile()
Microsoft.MixedReality.Toolkit.SpatialAwareness.BaseSpatialMeshObserver:Initialize()
Microsoft.MixedReality.Toolkit.XRSDK.GenericXRSDKSpatialMeshObserver:Initialize()
Microsoft.MixedReality.Toolkit.BaseDataProviderAccessCoreSystem:RegisterDataProvider(T)
Microsoft.MixedReality.Toolkit.BaseDataProviderAccessCoreSystem:RegisterDataProviderInternal(Boolean, Type, String, SupportedPlatforms, Object[])
Microsoft.MixedReality.Toolkit.BaseDataProviderAccessCoreSystem:RegisterDataProvider(Type, String, SupportedPlatforms, Object[])
Microsoft.MixedReality.Toolkit.SpatialAwareness.MixedRealitySpatialAwarenessSystem:InitializeInternal()
Microsoft.MixedReality.Toolkit.SpatialAwareness.MixedRealitySpatialAwarenessSystem:Initialize()
Microsoft.MixedReality.Toolkit.<>c:<InitializeAllServices>b__68_0(IMixedRealityService)
System.Action`1:Invoke(T)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:ExecuteOnAllServicesInOrder(Action`1)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeAllServices()
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeServiceLocator()
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:InitializeInstance()
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:RegisterInstance(MixedRealityToolkit, Boolean)
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:Awake()

"WLTEX.exe" (Win32): "C:\Windows\system32\Windows.Media.Speech.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\urlmon.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\iertutil.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\srvcli.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\netutils.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\Speech_OneCore\Common\sapi_onecore.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\powrprof.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\powrprof.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\powrprof.dll" wurde entladen.
"WLTEX.exe" (Win32): "C:\Windows\system32\winmmbase.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\sspicli.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\umpdc.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\winhttp.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\rsaenh.dll" geladen. 
onecore\base\AppModel\Runtime\Src\PackagePath.hpp(144)\kernelbase.dll!00007FFAFF65C750: (caller: 00007FFAFF65C488) ReturnHr(3) tid(1180) 80073D5B The package does not have a mutable directory.
"WLTEX.exe" (Win32): "C:\Windows\system32\Windows.Globalization.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\BCP47Langs.dll" geladen. 
onecore\com\combase\objact\objact.cxx(4081)\combase.dll!00007FFAFFB1BA68: (caller: 00007FFAFFB32AAC) ReturnHr(13) tid(1180) 80040154 Class not registered
"WLTEX.exe" (Win32): "C:\Windows\system32\FlightSettings.dll" geladen. 
"WLTEX.exe" (Win32): "C:\Windows\system32\Speech_OneCore\Common\SpeechServiceWinRTApi.ProxyStub.dll" geladen. 
onecoreuap\enduser\nui\onecore\onesettings\src\onesettingspolicywrapper.cpp(280)\sapi_onecore.dll!00007FFAE5B5D55C: (caller: 00007FFAE5B5D2BC) ReturnHr(1) tid(1290) 80070005 Access is denied.
onecore\com\combase\objact\objact.cxx(4081)\combase.dll!00007FFAFFB1BA68: (caller: 00007FFAFFB32AAC) ReturnHr(14) tid(1180) 80040154 Class not registered
"WLTEX.exe" (Win32): "C:\Windows\system32\Speech_OneCore\Engines\SR\spsrx_onecore.dll" geladen. 
onecore\com\combase\objact\objact.cxx(4081)\combase.dll!00007FFAFFB1BA68: (caller: 00007FFAFFB32AAC) ReturnHr(15) tid(1180) 80040154 Class not registered
onecore\com\combase\objact\objact.cxx(4081)\combase.dll!00007FFAFFB1BA68: (caller: 00007FFAFFB32AAC) ReturnHr(16) tid(1180) 80040154 Class not registered
onecore\com\combase\objact\objact.cxx(4081)\combase.dll!00007FFAFFB1BA68: (caller: 00007FFAFFB32AAC) ReturnHr(17) tid(1180) 80040154 Class not registered
onecore\com\combase\objact\objact.cxx(4081)\combase.dll!00007FFAFFB1BA68: (caller: 00007FFAFFB32AAC) ReturnHr(18) tid(1180) 80040154 Class not registered
[XR] [Mixed Reality OpenXR Mesh]: Lifecycle_Start.
analog\Input\Mirage\Lib\ClientComponentManager.h(131)\Windows.Mirage.dll!00007FFAF5368560: (caller: 00007FFAF5334BD0) ReturnHr(2) tid(155c) 8007007A The data area passed to a system call is too small.
"WLTEX.exe" (Win32): "C:\Windows\system32\WinRtTracing.dll" geladen. 
analog\Input\Mirage\Lib\ClientComponentManager.h(131)\Windows.Mirage.dll!00007FFAF5368560: (caller: 00007FFAF5334BD0) ReturnHr(3) tid(70c) 8007007A The data area passed to a system call is too small.
analog\Input\Mirage\Lib\ClientComponentManager.h(131)\Windows.Mirage.dll!00007FFAF5368560: (caller: 00007FFAF5334BD0) ReturnHr(4) tid(824) 8007007A The data area passed to a system call is too small.
analog\Input\Mirage\Lib\ClientComponentManager.h(131)\Windows.Mirage.dll!00007FFAF5368560: (caller: 00007FFAF5334BD0) ReturnHr(5) tid(6a0) 8007007A The data area passed to a system call is too small.
Der Thread 0x1860 hat mit Code 0 (0x0) geendet.
Select ARFoundation anchor manager.
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:Log(Object)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingManager:DebugLogSetup(String)
Microsoft.MixedReality.WorldLocking.Core.<SelectAnchorManager>d__105:MoveNext()
System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start(TStateMachine&)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingManager:SelectAnchorManager(IPlugin, IHeadPoseTracker)
Microsoft.MixedReality.WorldLocking.Core.<ResetAnchorManager>d__104:MoveNext()
System.Runtime.CompilerServices.AsyncVoidMethodBuilder:Start(TStateMachine&)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingManager:ResetAnchorManager()
Microsoft.MixedReality.WorldLocking.Core.WorldLockingManager:SetContext(WorldLockingContext)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingContext:CheckPushSettings(Scene)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingContext:OnEnable()

Creating new anchor manager, but have old one. Reseting it before replacing.
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:Log(Object)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingManager:DebugLogSetup(String)
Microsoft.MixedReality.WorldLocking.Core.<SelectAnchorManager>d__105:MoveNext()
System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start(TStateMachine&)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingManager:SelectAnchorManager(IPlugin, IHeadPoseTracker)
Microsoft.MixedReality.WorldLocking.Core.<ResetAnchorManager>d__104:MoveNext()
System.Runtime.CompilerServices.AsyncVoidMethodBuilder:Start(TStateMachine&)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingManager:ResetAnchorManager()
Microsoft.MixedReality.WorldLocking.Core.WorldLockingManager:SetContext(WorldLockingContext)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingContext:CheckPushSettings(Scene)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingContext:OnEnable()

Trying to create ARF anchor manager on OpenXR and OpenXR
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:Log(Object)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingManager:DebugLogSetup(String)
Microsoft.MixedReality.WorldLocking.Core.<SelectAnchorManager>d__105:MoveNext()
System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start(TStateMachine&)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingManager:SelectAnchorManager(IPlugin, IHeadPoseTracker)
Microsoft.MixedReality.WorldLocking.Core.<ResetAnchorManager>d__104:MoveNext()
System.Runtime.CompilerServices.AsyncVoidMethodBuilder:Start(TStateMachine&)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingManager:ResetAnchorManager()
Microsoft.MixedReality.WorldLocking.Core.WorldLockingManager:SetContext(WorldLockingContext)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingContext:CheckPushSettings(Scene)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingContext:OnEnable()

Success creating ARF anchor manager
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:Log(Object)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingManager:DebugLogSetup(String)
Microsoft.MixedReality.WorldLocking.Core.<SelectAnchorManager>d__105:MoveNext()
System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start(TStateMachine&)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingManager:SelectAnchorManager(IPlugin, IHeadPoseTracker)
Microsoft.MixedReality.WorldLocking.Core.<ResetAnchorManager>d__104:MoveNext()
System.Runtime.CompilerServices.AsyncVoidMethodBuilder:Start(TStateMachine&)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingManager:ResetAnchorManager()
Microsoft.MixedReality.WorldLocking.Core.WorldLockingManager:SetContext(WorldLockingContext)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingContext:CheckPushSettings(Scene)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingContext:OnEnable()

Context WorldLockingManager set, Adjustment=AdjustmentNode
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:Log(Object)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingManager:DebugLogSetup(String)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingManager:SetContext(WorldLockingContext)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingContext:CheckPushSettings(Scene)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingContext:OnEnable()

analog\Input\Mirage\Lib\ClientComponentManager.h(131)\Windows.Mirage.dll!00007FFAF5368560: (caller: 00007FFAF5334BD0) ReturnHr(6) tid(b48) 8007007A The data area passed to a system call is too small.
Der Thread 0xb48 hat mit Code 0 (0x0) geendet.
Context WorldLockingManager set, Adjustment=AdjustmentNode
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:Log(Object)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingManager:DebugLogSetup(String)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingManager:SetContext(WorldLockingContext)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingContext:CheckPushSettings(Scene)
Microsoft.MixedReality.WorldLocking.Core.WorldLockingContext:OnActiveSceneChanged(Scene, Scene)
UnityEngine.Events.UnityAction`2:Invoke(T0, T1)
UnityEngine.SceneManagement.SceneManager:Internal_ActiveSceneChanged(Scene, Scene)

Undefined layer 'Pillared', spatial mapping objects might interfere with pillars and beams
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:LogWarning(Object)
Microsoft.MixedReality.WorldLocking.Examples.PhysicsBeamSample:Start()

Undefined layer 'SpatialMapping', spatial mapping objects might interfere with pillars and beams
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:LogWarning(Object)
Microsoft.MixedReality.WorldLocking.Examples.PhysicsBeamSample:Start()

"WLTEX.exe" (Win32): "C:\Windows\system32\Windows.Web.dll" geladen. 
Der Thread 0x1a38 hat mit Code 0 (0x0) geendet.
XRTextureManager::RequestCreateTexture
XRTextureManager::RequestCreateTexture
XRTextureManager::SetupRenderTextureFromXRRequest (id: 5 col: 0000000000000000 d: 0000025A007ED8D0)
RenderTexture::Create (id: 5)
IVRDeviceCallback_CreateEyeTextureResources 0000025A007ED8D0
XRTextureManager::SetupRenderTextureFromXRRequest (id: 6 col: 0000025A007EC7D0 d: 0000000000000000)
RenderTexture::Create (id: 6)
IVRDeviceCallback_CreateEyeTextureResources 0000025A007EC7D0
Setting up 2 worker threads for Enlighten.
  Thread -> id: 1748 -> priority: 1 
  Thread -> id: 81c -> priority: 1 
analog\Input\Mirage\Lib\ClientComponentManager.h(131)\Windows.Mirage.dll!00007FFAF5368560: (caller: 00007FFAF5334BD0) ReturnHr(7) tid(8f0) 8007007A The data area passed to a system call is too small.
Der Thread 0x8f0 hat mit Code 0 (0x0) geendet.
Der Thread 0x8d8 hat mit Code 0 (0x0) geendet.
analog\Input\Mirage\Lib\ClientComponentManager.h(131)\Windows.Mirage.dll!00007FFAF5368560: (caller: 00007FFAF5334BD0) ReturnHr(8) tid(1b50) 8007007A The data area passed to a system call is too small.
Der Thread 0x1b50 hat mit Code 0 (0x0) geendet.
Der Thread 0x984 hat mit Code 0 (0x0) geendet.
analog\Input\Mirage\Lib\ClientComponentManager.h(131)\Windows.Mirage.dll!00007FFAF5368560: (caller: 00007FFAF5334BD0) ReturnHr(9) tid(530) 8007007A The data area passed to a system call is too small.
Der Thread 0x530 hat mit Code 0 (0x0) geendet.
Der Thread 0x1420 hat mit Code 0 (0x0) geendet.
analog\Input\Mirage\Lib\ClientComponentManager.h(131)\Windows.Mirage.dll!00007FFAF5368560: (caller: 00007FFAF5334BD0) ReturnHr(10) tid(360) 8007007A The data area passed to a system call is too small.
Der Thread 0x360 hat mit Code 0 (0x0) geendet.
Der Thread 0x8f8 hat mit Code 0 (0x0) geendet.
Der Thread 0xb7c hat mit Code 0 (0x0) geendet.
analog\Input\Mirage\Lib\ClientComponentManager.h(131)\Windows.Mirage.dll!00007FFAF5368560: (caller: 00007FFAF5334BD0) ReturnHr(11) tid(af8) 8007007A The data area passed to a system call is too small.
Der Thread 0xaf8 hat mit Code 0 (0x0) geendet.
Der Thread 0x1a58 hat mit Code 0 (0x0) geendet.
analog\Input\Mirage\Lib\ClientComponentManager.h(131)\Windows.Mirage.dll!00007FFAF5368560: (caller: 00007FFAF5334BD0) ReturnHr(12) tid(908) 8007007A The data area passed to a system call is too small.
Der Thread 0x908 hat mit Code 0 (0x0) geendet.
Der Thread 0xf00 hat mit Code 0 (0x0) geendet.
analog\Input\Mirage\Lib\ClientComponentManager.h(131)\Windows.Mirage.dll!00007FFAF5368560: (caller: 00007FFAF5334BD0) ReturnHr(13) tid(1700) 8007007A The data area passed to a system call is too small.
Der Thread 0x1700 hat mit Code 0 (0x0) geendet.
Der Thread 0x1be0 hat mit Code 0 (0x0) geendet.
analog\Input\Mirage\Lib\ClientComponentManager.h(131)\Windows.Mirage.dll!00007FFAF5368560: (caller: 00007FFAF5334BD0) ReturnHr(14) tid(13d4) 8007007A The data area passed to a system call is too small.
Der Thread 0x13d4 hat mit Code 0 (0x0) geendet.
Der Thread 0x14ec hat mit Code 0 (0x0) geendet.
Der Thread 0xec4 hat mit Code 0 (0x0) geendet.
Der Thread 0x19a4 hat mit Code 0 (0x0) geendet.
New input device (4): {"interface":"XRInputV1","type":"","product":"OpenXR Right Hand","manufacturer":"","serial":"","version":"","capabilities":"{\"deviceName\":\"OpenXR Right Hand\",\"manufacturer\":\"\",\"serialNumber\":\"\",\"characteristics\":620,\"deviceId\":4294967297,\"inputFeatures\":[{\"name\":\"Is Tracked\",\"usageHints\":[{\"content\":\"IsTracked\",\"id\":1429429695}],\"featureType\":1,\"customSize\":4294967295},{\"name\":\"Tracking State\",\"usageHints\":[{\"content\":\"TrackingState\",\"id\":1636970542}],\"featureType\":2,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Data\",\"usageHints\":[{\"content\":\"HandData\",\"id\":2609730070}],\"featureType\":7,\"customSize\":4294967295}],\"CanQueryForDeviceStateAtTime\":false}"}
Der Thread 0x100c hat mit Code 0 (0x0) geendet.
[XR] [Mixed Reality OpenXR Input]: Handle Event received with eventType[1363496514], DeviceId[1], Buffer Size[1].
New input device (5): {"interface":"XRInputV1","type":"","product":"HoloLens Hand OpenXR","manufacturer":"Microsoft","serial":"","version":"","capabilities":"{\"deviceName\":\"HoloLens Hand OpenXR\",\"manufacturer\":\"Microsoft\",\"serialNumber\":\"\",\"characteristics\":620,\"deviceId\":2,\"inputFeatures\":[{\"name\":\"select\",\"usageHints\":[{\"content\":\"PrimaryButton\",\"id\":683514853}],\"featureType\":1,\"customSize\":4294967295},{\"name\":\"squeeze\",\"usageHints\":[{\"content\":\"Grip\",\"id\":1590085501}],\"featureType\":3,\"customSize\":4294967295},{\"name\":\"devicePose/isTracked\",\"usageHints\":[{\"content\":\"IsTracked\",\"id\":1429429695}],\"featureType\":1,\"customSize\":4294967295},{\"name\":\"devicePose/trackingState\",\"usageHints\":[{\"content\":\"TrackingState\",\"id\":1636970542}],\"featureType\":2,\"customSize\":4294967295},{\"name\":\"devicePose/position\",\"usageHints\":[{\"content\":\"DevicePosition\",\"id\":3323297731}],\"featureType\":5,\"customSize\":4294967295},{\"name\":\"devicePose/rotation\",\"usageHints\":[{\"content\":\"DeviceRotation\",\"id\":3528255621}],\"featureType\":6,\"customSize\":4294967295},{\"name\":\"devicePose/velocity\",\"usageHints\":[{\"content\":\"DeviceVelocity\",\"id\":1066346694}],\"featureType\":5,\"customSize\":4294967295},{\"name\":\"devicePose/angularVelocity\",\"usageHints\":[{\"content\":\"DeviceAngularVelocity\",\"id\":2550892527}],\"featureType\":5,\"customSize\":4294967295},{\"name\":\"pointer/isTracked\",\"usageHints\":[{\"content\":\"IsTracked\",\"id\":1429429695}],\"featureType\":1,\"customSize\":4294967295},{\"name\":\"pointer/trackingState\",\"usageHints\":[{\"content\":\"TrackingState\",\"id\":1636970542}],\"featureType\":2,\"customSize\":4294967295},{\"name\":\"pointer/position\",\"usageHints\":[{\"content\":\"PointerPosition\",\"id\":2471560843}],\"featureType\":5,\"customSize\":4294967295},{\"name\":\"pointer/rotation\",\"usageHints\":[{\"content\":\"PointerRotation\",\"id\":4200285459}],\"featureType\":6,\"customSize\":4294967295},{\"name\":\"pointer/velocity\",\"usageHints\":[{\"content\":\"PointerVelocity\",\"id\":1785130220}],\"featureType\":5,\"customSize\":4294967295},{\"name\":\"pointer/angularVelocity\",\"usageHints\":[{\"content\":\"PointerAngularVelocity\",\"id\":3334673051}],\"featureType\":5,\"customSize\":4294967295}],\"CanQueryForDeviceStateAtTime\":false}"}
Der Thread 0x18f0 hat mit Code 0 (0x0) geendet.
Der Thread 0x884 hat mit Code 0 (0x0) geendet.
Der Thread 0x153c hat mit Code 0 (0x0) geendet.
Input device 4 removed
Der Thread 0x178c hat mit Code 0 (0x0) geendet.
Der Thread 0x774 hat mit Code 0 (0x0) geendet.
Der Thread 0xd44 hat mit Code 0 (0x0) geendet.
analog\input\mirage\publicapi\handmesh.cpp(254)\Windows.Mirage.dll!00007FFAF5348738: (caller: 00007FFAF53311AC) ReturnHr(15) tid(f74) 80070032 The request is not supported.
analog\input\mirage\publicapi\handmesh.cpp(126)\Windows.Mirage.dll!00007FFAF53485C0: (caller: 00007FFAF53311AC) ReturnHr(16) tid(f74) 80070032 The request is not supported.
Der Thread 0xf74 hat mit Code 0 (0x0) geendet.
New input device (6): {"interface":"XRInputV1","type":"","product":"OpenXR Right Hand","manufacturer":"","serial":"","version":"","capabilities":"{\"deviceName\":\"OpenXR Right Hand\",\"manufacturer\":\"\",\"serialNumber\":\"\",\"characteristics\":620,\"deviceId\":4294967297,\"inputFeatures\":[{\"name\":\"Is Tracked\",\"usageHints\":[{\"content\":\"IsTracked\",\"id\":1429429695}],\"featureType\":1,\"customSize\":4294967295},{\"name\":\"Tracking State\",\"usageHints\":[{\"content\":\"TrackingState\",\"id\":1636970542}],\"featureType\":2,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Data\",\"usageHints\":[{\"content\":\"HandData\",\"id\":2609730070}],\"featureType\":7,\"customSize\":4294967295}],\"CanQueryForDeviceStateAtTime\":false}"}
mrcommon\input\perceptiondevice\dll\propertylistener.cpp(388)\PerceptionDevice.dll!00007FFAFCBB5CBC: (caller: 00007FFAFFF240F8) LogHr(1) tid(1a24) 80070032 The request is not supported.
analog\Input\Mirage\Lib\ClientComponentManager.h(131)\Windows.Mirage.dll!00007FFAF5368560: (caller: 00007FFAF5334BD0) ReturnHr(17) tid(70c) 8007007A The data area passed to a system call is too small.
Input device 6 removed
New input device (7): {"interface":"XRInputV1","type":"","product":"OpenXR Left Hand","manufacturer":"","serial":"","version":"","capabilities":"{\"deviceName\":\"OpenXR Left Hand\",\"manufacturer\":\"\",\"serialNumber\":\"\",\"characteristics\":364,\"deviceId\":4294967296,\"inputFeatures\":[{\"name\":\"Is Tracked\",\"usageHints\":[{\"content\":\"IsTracked\",\"id\":1429429695}],\"featureType\":1,\"customSize\":4294967295},{\"name\":\"Tracking State\",\"usageHints\":[{\"content\":\"TrackingState\",\"id\":1636970542}],\"featureType\":2,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Data\",\"usageHints\":[{\"content\":\"HandData\",\"id\":2609730070}],\"featureType\":7,\"customSize\":4294967295}],\"CanQueryForDeviceStateAtTime\":false}"}
New input device (8): {"interface":"XRInputV1","type":"","product":"OpenXR Right Hand","manufacturer":"","serial":"","version":"","capabilities":"{\"deviceName\":\"OpenXR Right Hand\",\"manufacturer\":\"\",\"serialNumber\":\"\",\"characteristics\":620,\"deviceId\":4294967297,\"inputFeatures\":[{\"name\":\"Is Tracked\",\"usageHints\":[{\"content\":\"IsTracked\",\"id\":1429429695}],\"featureType\":1,\"customSize\":4294967295},{\"name\":\"Tracking State\",\"usageHints\":[{\"content\":\"TrackingState\",\"id\":1636970542}],\"featureType\":2,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Data\",\"usageHints\":[{\"content\":\"HandData\",\"id\":2609730070}],\"featureType\":7,\"customSize\":4294967295}],\"CanQueryForDeviceStateAtTime\":false}"}
[XR] [Mixed Reality OpenXR Input]: Handle Event received with eventType[1363496514], DeviceId[0], Buffer Size[1].
New input device (9): {"interface":"XRInputV1","type":"","product":"HoloLens Hand OpenXR","manufacturer":"Microsoft","serial":"","version":"","capabilities":"{\"deviceName\":\"HoloLens Hand OpenXR\",\"manufacturer\":\"Microsoft\",\"serialNumber\":\"\",\"characteristics\":364,\"deviceId\":1,\"inputFeatures\":[{\"name\":\"select\",\"usageHints\":[{\"content\":\"PrimaryButton\",\"id\":683514853}],\"featureType\":1,\"customSize\":4294967295},{\"name\":\"squeeze\",\"usageHints\":[{\"content\":\"Grip\",\"id\":1590085501}],\"featureType\":3,\"customSize\":4294967295},{\"name\":\"devicePose/isTracked\",\"usageHints\":[{\"content\":\"IsTracked\",\"id\":1429429695}],\"featureType\":1,\"customSize\":4294967295},{\"name\":\"devicePose/trackingState\",\"usageHints\":[{\"content\":\"TrackingState\",\"id\":1636970542}],\"featureType\":2,\"customSize\":4294967295},{\"name\":\"devicePose/position\",\"usageHints\":[{\"content\":\"DevicePosition\",\"id\":3323297731}],\"featureType\":5,\"customSize\":4294967295},{\"name\":\"devicePose/rotation\",\"usageHints\":[{\"content\":\"DeviceRotation\",\"id\":3528255621}],\"featureType\":6,\"customSize\":4294967295},{\"name\":\"devicePose/velocity\",\"usageHints\":[{\"content\":\"DeviceVelocity\",\"id\":1066346694}],\"featureType\":5,\"customSize\":4294967295},{\"name\":\"devicePose/angularVelocity\",\"usageHints\":[{\"content\":\"DeviceAngularVelocity\",\"id\":2550892527}],\"featureType\":5,\"customSize\":4294967295},{\"name\":\"pointer/isTracked\",\"usageHints\":[{\"content\":\"IsTracked\",\"id\":1429429695}],\"featureType\":1,\"customSize\":4294967295},{\"name\":\"pointer/trackingState\",\"usageHints\":[{\"content\":\"TrackingState\",\"id\":1636970542}],\"featureType\":2,\"customSize\":4294967295},{\"name\":\"pointer/position\",\"usageHints\":[{\"content\":\"PointerPosition\",\"id\":2471560843}],\"featureType\":5,\"customSize\":4294967295},{\"name\":\"pointer/rotation\",\"usageHints\":[{\"content\":\"PointerRotation\",\"id\":4200285459}],\"featureType\":6,\"customSize\":4294967295},{\"name\":\"pointer/velocity\",\"usageHints\":[{\"content\":\"PointerVelocity\",\"id\":1785130220}],\"featureType\":5,\"customSize\":4294967295},{\"name\":\"pointer/angularVelocity\",\"usageHints\":[{\"content\":\"PointerAngularVelocity\",\"id\":3334673051}],\"featureType\":5,\"customSize\":4294967295}],\"CanQueryForDeviceStateAtTime\":false}"}
Input device 7 removed
analog\Input\Mirage\Lib\ClientComponentManager.h(131)\Windows.Mirage.dll!00007FFAF5368560: (caller: 00007FFAF5334BD0) ReturnHr(18) tid(848) 8007007A The data area passed to a system call is too small.
New input device (10): {"interface":"XRInputV1","type":"","product":"OpenXR Left Hand","manufacturer":"","serial":"","version":"","capabilities":"{\"deviceName\":\"OpenXR Left Hand\",\"manufacturer\":\"\",\"serialNumber\":\"\",\"characteristics\":364,\"deviceId\":4294967296,\"inputFeatures\":[{\"name\":\"Is Tracked\",\"usageHints\":[{\"content\":\"IsTracked\",\"id\":1429429695}],\"featureType\":1,\"customSize\":4294967295},{\"name\":\"Tracking State\",\"usageHints\":[{\"content\":\"TrackingState\",\"id\":1636970542}],\"featureType\":2,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Data\",\"usageHints\":[{\"content\":\"HandData\",\"id\":2609730070}],\"featureType\":7,\"customSize\":4294967295}],\"CanQueryForDeviceStateAtTime\":false}"}
Input device 8 removed
Input device 10 removed
analog\input\mirage\publicapi\ismdevicemanager.cpp(98)\Windows.Mirage.dll!00007FFAF51E03C8: (caller: 00007FFAF5348AAC) ReturnHr(19) tid(cb8) 80070490 Element not found.
analog\input\mirage\publicapi\handmesh.cpp(172)\Windows.Mirage.dll!00007FFAF53485C0: (caller: 00007FFAF53311AC) ReturnHr(20) tid(cb8) 80070490 Element not found.
Der Thread 0xcb8 hat mit Code 0 (0x0) geendet.
Der Thread 0x52c hat mit Code 0 (0x0) geendet.
Der Thread 0xf60 hat mit Code 0 (0x0) geendet.
analog\Input\Mirage\Lib\ClientComponentManager.h(131)\Windows.Mirage.dll!00007FFAF5368560: (caller: 00007FFAF5334BD0) ReturnHr(21) tid(135c) 8007007A The data area passed to a system call is too small.
Der Thread 0x135c hat mit Code 0 (0x0) geendet.
analog\Input\Mirage\Lib\ClientComponentManager.h(131)\Windows.Mirage.dll!00007FFAF5368560: (caller: 00007FFAF5334BD0) ReturnHr(22) tid(1b1c) 8007007A The data area passed to a system call is too small.
Der Thread 0x1b1c hat mit Code 0 (0x0) geendet.
Der Thread 0x193c hat mit Code 0 (0x0) geendet.
Der Thread 0xa84 hat mit Code 0 (0x0) geendet.
Der Thread 0x8b4 hat mit Code 0 (0x0) geendet.
Der Thread 0xc4 hat mit Code 0 (0x0) geendet.
New input device (11): {"interface":"XRInputV1","type":"","product":"OpenXR Left Hand","manufacturer":"","serial":"","version":"","capabilities":"{\"deviceName\":\"OpenXR Left Hand\",\"manufacturer\":\"\",\"serialNumber\":\"\",\"characteristics\":364,\"deviceId\":4294967296,\"inputFeatures\":[{\"name\":\"Is Tracked\",\"usageHints\":[{\"content\":\"IsTracked\",\"id\":1429429695}],\"featureType\":1,\"customSize\":4294967295},{\"name\":\"Tracking State\",\"usageHints\":[{\"content\":\"TrackingState\",\"id\":1636970542}],\"featureType\":2,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Data\",\"usageHints\":[{\"content\":\"HandData\",\"id\":2609730070}],\"featureType\":7,\"customSize\":4294967295}],\"CanQueryForDeviceStateAtTime\":false}"}
analog\Input\Mirage\Lib\ClientComponentManager.h(131)\Windows.Mirage.dll!00007FFAF5368560: (caller: 00007FFAF5334BD0) ReturnHr(23) tid(1360) 8007007A The data area passed to a system call is too small.
Der Thread 0x1360 hat mit Code 0 (0x0) geendet.
Input device 11 removed
Der Thread 0x1458 hat mit Code 0 (0x0) geendet.
Der Thread 0x111c hat mit Code 0 (0x0) geendet.
Der Thread 0x1a84 hat mit Code 0 (0x0) geendet.
New input device (12): {"interface":"XRInputV1","type":"","product":"OpenXR Right Hand","manufacturer":"","serial":"","version":"","capabilities":"{\"deviceName\":\"OpenXR Right Hand\",\"manufacturer\":\"\",\"serialNumber\":\"\",\"characteristics\":620,\"deviceId\":4294967297,\"inputFeatures\":[{\"name\":\"Is Tracked\",\"usageHints\":[{\"content\":\"IsTracked\",\"id\":1429429695}],\"featureType\":1,\"customSize\":4294967295},{\"name\":\"Tracking State\",\"usageHints\":[{\"content\":\"TrackingState\",\"id\":1636970542}],\"featureType\":2,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Data\",\"usageHints\":[{\"content\":\"HandData\",\"id\":2609730070}],\"featureType\":7,\"customSize\":4294967295}],\"CanQueryForDeviceStateAtTime\":false}"}
analog\Input\Mirage\Lib\ClientComponentManager.h(131)\Windows.Mirage.dll!00007FFAF5368560: (caller: 00007FFAF5334BD0) ReturnHr(24) tid(1504) 8007007A The data area passed to a system call is too small.
Der Thread 0x1504 hat mit Code 0 (0x0) geendet.
Der Thread 0x14e4 hat mit Code 0 (0x0) geendet.
Input device 12 removed
Der Thread 0xfec hat mit Code 0 (0x0) geendet.
New input device (13): {"interface":"XRInputV1","type":"","product":"OpenXR Right Hand","manufacturer":"","serial":"","version":"","capabilities":"{\"deviceName\":\"OpenXR Right Hand\",\"manufacturer\":\"\",\"serialNumber\":\"\",\"characteristics\":620,\"deviceId\":4294967297,\"inputFeatures\":[{\"name\":\"Is Tracked\",\"usageHints\":[{\"content\":\"IsTracked\",\"id\":1429429695}],\"featureType\":1,\"customSize\":4294967295},{\"name\":\"Tracking State\",\"usageHints\":[{\"content\":\"TrackingState\",\"id\":1636970542}],\"featureType\":2,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Data\",\"usageHints\":[{\"content\":\"HandData\",\"id\":2609730070}],\"featureType\":7,\"customSize\":4294967295}],\"CanQueryForDeviceStateAtTime\":false}"}
Input device 13 removed
Der Thread 0x1090 hat mit Code 0 (0x0) geendet.
Der Thread 0x20c hat mit Code 0 (0x0) geendet.
New input device (14): {"interface":"XRInputV1","type":"","product":"OpenXR Right Hand","manufacturer":"","serial":"","version":"","capabilities":"{\"deviceName\":\"OpenXR Right Hand\",\"manufacturer\":\"\",\"serialNumber\":\"\",\"characteristics\":620,\"deviceId\":4294967297,\"inputFeatures\":[{\"name\":\"Is Tracked\",\"usageHints\":[{\"content\":\"IsTracked\",\"id\":1429429695}],\"featureType\":1,\"customSize\":4294967295},{\"name\":\"Tracking State\",\"usageHints\":[{\"content\":\"TrackingState\",\"id\":1636970542}],\"featureType\":2,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Bone Data\",\"usageHints\":[],\"featureType\":8,\"customSize\":4294967295},{\"name\":\"Hand Data\",\"usageHints\":[{\"content\":\"HandData\",\"id\":2609730070}],\"featureType\":7,\"customSize\":4294967295}],\"CanQueryForDeviceStateAtTime\":false}"}
Input device 14 removed
analog\Input\Mirage\Lib\ClientComponentManager.h(131)\Windows.Mirage.dll!00007FFAF5368560: (caller: 00007FFAF5334BD0) ReturnHr(25) tid(fc8) 8007007A The data area passed to a system call is too small.
Der Thread 0xfc8 hat mit Code 0 (0x0) geendet.
Der Thread 0xff8 hat mit Code 0 (0x0) geendet.
Der Thread 0x1978 hat mit Code 0 (0x0) geendet.
Der Thread 0x1984 hat mit Code 0 (0x0) geendet.
Der Thread 0xf98 hat mit Code 0 (0x0) geendet.
Der Thread 0xc04 hat mit Code 0 (0x0) geendet.
Der Thread 0xcb4 hat mit Code 0 (0x0) geendet.
Der Thread 0x3c4 hat mit Code 0 (0x0) geendet.
Der Thread 0x1180 hat mit Code 0 (0x0) geendet.
Der Thread 0x218 hat mit Code 0 (0x0) geendet.
Der Thread 0x36c hat mit Code 0 (0x0) geendet.
Der Thread 0x4b4 hat mit Code 0 (0x0) geendet.
Der Thread 0xdd4 hat mit Code 0 (0x0) geendet.
Der Thread 0x148c hat mit Code 0 (0x0) geendet.
Der Thread 0x14cc hat mit Code 0 (0x0) geendet.
Der Thread 0x1a0 hat mit Code 0 (0x0) geendet.
Der Thread 0x1908 hat mit Code 0 (0x0) geendet.
Der Thread 0x14a0 hat mit Code 0 (0x0) geendet.
Der Thread 0x195c hat mit Code 0 (0x0) geendet.
Der Thread 0x14e8 hat mit Code 0 (0x0) geendet.
Der Thread 0x700 hat mit Code 0 (0x0) geendet.
Der Thread 0xd68 hat mit Code 0 (0x0) geendet.
Der Thread 0xc20 hat mit Code 0 (0x0) geendet.
Der Thread 0x6fc hat mit Code 0 (0x0) geendet.
Der Thread 0x794 hat mit Code 0 (0x0) geendet.
Der Thread 0x14b8 hat mit Code 0 (0x0) geendet.
Der Thread 0x1200 hat mit Code 0 (0x0) geendet.
Der Thread 0x1824 hat mit Code 0 (0x0) geendet.
Der Thread 0x136c hat mit Code 0 (0x0) geendet.
Der Thread 0x354 hat mit Code 0 (0x0) geendet.
Der Thread 0x1408 hat mit Code 0 (0x0) geendet.
Der Thread 0x1918 hat mit Code 0 (0x0) geendet.
Der Thread 0x1ae4 hat mit Code 0 (0x0) geendet.
Der Thread 0x109c hat mit Code 0 (0x0) geendet.
Der Thread 0xd8c hat mit Code 0 (0x0) geendet.
Der Thread 0xf50 hat mit Code 0 (0x0) geendet.
Der Thread 0x1708 hat mit Code 0 (0x0) geendet.
Der Thread 0x11ec hat mit Code 0 (0x0) geendet.
Der Thread 0x520 hat mit Code 0 (0x0) geendet.
Der Thread 0xe9c hat mit Code 0 (0x0) geendet.
Der Thread 0xd4c hat mit Code 0 (0x0) geendet.
Der Thread 0x1834 hat mit Code 0 (0x0) geendet.
Der Thread 0xe0c hat mit Code 0 (0x0) geendet.
Der Thread 0x1ab0 hat mit Code 0 (0x0) geendet.
Der Thread 0x1974 hat mit Code 0 (0x0) geendet.
Der Thread 0x1290 hat mit Code 0 (0x0) geendet.
Der Thread 0x1760 hat mit Code 0 (0x0) geendet.
Der Thread 0x1ba8 hat mit Code 0 (0x0) geendet.
Der Thread 0x1638 hat mit Code 0 (0x0) geendet.
Der Thread 0xf1c hat mit Code 0 (0x0) geendet.
Der Thread 0x1650 hat mit Code 0 (0x0) geendet.
Der Thread 0x77c hat mit Code 0 (0x0) geendet.
Der Thread 0x56c hat mit Code 0 (0x0) geendet.
Der Thread 0x580 hat mit Code 0 (0x0) geendet.
Der Thread 0x137c hat mit Code 0 (0x0) geendet.
Der Thread 0x1514 hat mit Code 0 (0x0) geendet.
Der Thread 0x19d8 hat mit Code 0 (0x0) geendet.
Der Thread 0x1bb8 hat mit Code 0 (0x0) geendet.
Der Thread 0x16cc hat mit Code 0 (0x0) geendet.
Der Thread 0x155c hat mit Code 0 (0x0) geendet.
Der Thread 0xce8 hat mit Code 0 (0x0) geendet.
Der Thread 0xed0 hat mit Code 0 (0x0) geendet.
Der Thread 0x138c hat mit Code 0 (0x0) geendet.
Der Thread 0x17a8 hat mit Code 0 (0x0) geendet.
Der Thread 0x19dc hat mit Code 0 (0x0) geendet.
Der Thread 0x10d8 hat mit Code 0 (0x0) geendet.
Der Thread 0x1324 hat mit Code 0 (0x0) geendet.
Der Thread 0x17e0 hat mit Code 0 (0x0) geendet.
Der Thread 0x6d0 hat mit Code 0 (0x0) geendet.
Der Thread 0xe90 hat mit Code 0 (0x0) geendet.
Der Thread 0x10c8 hat mit Code 0 (0x0) geendet.
Der Thread 0x73c hat mit Code 0 (0x0) geendet.
Der Thread 0x16d0 hat mit Code 0 (0x0) geendet.
Der Thread 0x198c hat mit Code 0 (0x0) geendet.
Der Thread 0x1238 hat mit Code 0 (0x0) geendet.
Der Thread 0x1550 hat mit Code 0 (0x0) geendet.
Der Thread 0x70c hat mit Code 0 (0x0) geendet.
Der Thread 0x824 hat mit Code 0 (0x0) geendet.
Der Thread 0x12ac hat mit Code 0 (0x0) geendet.
Der Thread 0xf9c hat mit Code 0 (0x0) geendet.
Der Thread 0x6a0 hat mit Code 0 (0x0) geendet.
Der Thread 0x5bc hat mit Code 0 (0x0) geendet.
Der Thread 0x1958 hat mit Code 0 (0x0) geendet.
Der Thread 0x848 hat mit Code 0 (0x0) geendet.
Der Thread 0x11a0 hat mit Code 0 (0x0) geendet.
Der Thread 0x1a24 hat mit Code 0 (0x0) geendet.
Der Thread 0x1990 hat mit Code 0 (0x0) geendet.
Der Thread 0x1ae0 hat mit Code 0 (0x0) geendet.
Der Thread 0x7e8 hat mit Code 0 (0x0) geendet.
Der Thread 0x3a0 hat mit Code 0 (0x0) geendet.
Der Thread 0x81c hat mit Code 0 (0x0) geendet.
Das Programm "[2176] WLTEX.exe" wurde mit Code 0 (0x0) beendet.
fast-slow-still commented 2 years ago

Yes, I agree, it seems that the story about usage of XRSDK versus AR Foundation has not been made clear.

If you would like to pursue this, please define WLT_EXTRA_LOGGING at the top of AnchorManagerARF.cs, and rerun. It might be easier for me if you could attach the UnityPlayer.log file instead of copying the text, but I appreciate you sending it any way you can.

If you don't want to pursue this now, just close out the issue.

Thanks either way, this exchange has been very helpful for me.

FelixWeichselgartner commented 2 years ago

Thank you very much for now. If I see an advantage to using AR Foundation subsystem in the future I will reopen this issue. PS: Just realized I cannot close it, because you opened it ^^.