Running Unity UWP applications, with Vuforia, on Windows 10

0

I need to run an Unity project with Vuforia, compiled as UWP application on a Windows 10 PC.

I'm trying UWP format because Vuforia don't support classic windows build.

Inside Unity Editor everything works perfectly in game mode but compiling it as UWP Exe some dlls are missing:

  • vccorlib140_app.dll
  • vcruntime140_app.dll
  • vcruntime140_1_app.dll

I tried to download runtime package here: https://docs.microsoft.com/en-us/troubleshoot/cpp/c-runtime-packages-desktop-bridge

But all installers don't work, and return this error:

App installation failed with error message: error 0x80073D02: Unable to install because the following apps need to be closed Microsoft.DesktopAppInstaller_1.4.3161.0_x64__8wekyb3d8bbwe. (0x80073d02)

windows
unity3d
uwp
runtime
vuforia
asked on Stack Overflow Apr 8, 2021 by P.O.W.

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0