This is NOT the same as this issue: https://github.com/microsoft/MixedReality-SceneUnderstanding-Samples/issues/28j which has a very similar title.
I am able to build and run my project just fine in the Unity Editor (2021.3.6f1).
However, our project requires the use of the SceneUnderstanding module to run in an 'AppRemoting' x64 build on a desktop.
These are my build settings in Unity (2021.3.6f1)

Build settings in Visual Studio (VS Community 2019 Version 16.11.19)

The Visual Studio build works just fine! No errors, however, when I attempt to run it. I get the following error:

I expected it to be compatible with a desktop build if it could build in Unity and run just fine?
Here's what I have done to attempt to fix it
copied the file '\myProject\Library\PackageCache\com.microsoft.mixedreality.sceneunderstanding@7bfd3a8ea18c\Editor\Plugins\x64\Microsoft.MixedReality.SceneUnderstanding.dll'
To:
\myProject\build\build\bin\x64\Release\AppX\
When I do this, the SceneUnderstanding.dll is found, but then I get the following error:

I will also add that the documentation says its compatible with UWP build: https://learn.microsoft.com/en-us/windows/mixed-reality/develop/unity/scene-understanding-sdk#where-do-i-get-the-sdk
Any help is greatly appreciated :D Is there a way around this?
This is NOT the same as this issue: https://github.com/microsoft/MixedReality-SceneUnderstanding-Samples/issues/28j which has a very similar title.
I am able to build and run my project just fine in the Unity Editor (2021.3.6f1).
However, our project requires the use of the SceneUnderstanding module to run in an 'AppRemoting' x64 build on a desktop.
These are my build settings in Unity (2021.3.6f1)

Build settings in Visual Studio (VS Community 2019 Version 16.11.19)

The Visual Studio build works just fine! No errors, however, when I attempt to run it. I get the following error:
I expected it to be compatible with a desktop build if it could build in Unity and run just fine?
Here's what I have done to attempt to fix it
copied the file '\myProject\Library\PackageCache\com.microsoft.mixedreality.sceneunderstanding@7bfd3a8ea18c\Editor\Plugins\x64\Microsoft.MixedReality.SceneUnderstanding.dll'
To:
\myProject\build\build\bin\x64\Release\AppX\
When I do this, the SceneUnderstanding.dll is found, but then I get the following error:

I will also add that the documentation says its compatible with UWP build: https://learn.microsoft.com/en-us/windows/mixed-reality/develop/unity/scene-understanding-sdk#where-do-i-get-the-sdk
Any help is greatly appreciated :D Is there a way around this?