Hi,
I get the same error: (0,0): error System.IO.FileNotFoundException: Could not find file “…\Library\ScriptAssemblies\Microsoft.MixedReality.SceneUnderstanding.Projections.WSA.dll”
I am on Unity 2020.3.34f1 and MARS 1.4.1.This is my manifest.json:
{
“dependencies”: {
“com.microsoft.mixedreality.openxr”: “file:MixedReality/com.microsoft.mixedreality.openxr-1.4.0.tgz”,
“com.microsoft.mixedreality.sceneunderstanding”: “file:MixedReality/com.microsoft.mixedreality.sceneunderstanding-0.6.0.tgz”,
“com.microsoft.mixedreality.toolkit.examples”: “file:MixedReality/com.microsoft.mixedreality.toolkit.examples-2.7.3.tgz”,
“com.microsoft.mixedreality.toolkit.extensions”: “file:MixedReality/com.microsoft.mixedreality.toolkit.extensions-2.7.3.tgz”,
“com.microsoft.mixedreality.toolkit.foundation”: “file:MixedReality/com.microsoft.mixedreality.toolkit.foundation-2.7.3.tgz”,
“com.microsoft.mixedreality.toolkit.standardassets”: “file:MixedReality/com.microsoft.mixedreality.toolkit.standardassets-2.7.3.tgz”,
“com.microsoft.mixedreality.toolkit.testutilities”: “file:MixedReality/com.microsoft.mixedreality.toolkit.testutilities-2.7.3.tgz”,
“com.microsoft.mixedreality.toolkit.tools”: “file:MixedReality/com.microsoft.mixedreality.toolkit.tools-2.7.3.tgz”,
“com.microsoft.spatialaudio.spatializer.unity”: “file:MixedReality/com.microsoft.spatialaudio.spatializer.unity-1.0.246.tgz”,
“com.unity.ar-companion-core”: “1.0.1-preview.2”,
“com.unity.collab-proxy”: “1.3.9”,
“com.unity.content-manager”: “0.1.6-preview”,
“com.unity.ide.rider”: “2.0.7”,
“com.unity.ide.visualstudio”: “2.0.7”,
“com.unity.ide.vscode”: “1.2.3”,
“com.unity.mars”: “1.4.1”,
“com.unity.mars-ar-foundation-providers”: “1.4.1”,
“com.unity.mars-nav-mesh”: “1.4.1”,
“com.unity.test-framework”: “1.1.22”,
“com.unity.textmeshpro”: “3.0.1”,
“com.unity.timeline”: “1.4.6”,
“com.unity.ugui”: “1.0.0”,
“com.unity.xr.openxr”: “1.4.1”,
“com.unity.xr.windowsmr”: “4.4.2”,
“com.unity.modules.ai”: “1.0.0”,
“com.unity.modules.androidjni”: “1.0.0”,
“com.unity.modules.animation”: “1.0.0”,
“com.unity.modules.assetbundle”: “1.0.0”,
“com.unity.modules.audio”: “1.0.0”,
“com.unity.modules.cloth”: “1.0.0”,
“com.unity.modules.director”: “1.0.0”,
“com.unity.modules.imageconversion”: “1.0.0”,
“com.unity.modules.imgui”: “1.0.0”,
“com.unity.modules.jsonserialize”: “1.0.0”,
“com.unity.modules.particlesystem”: “1.0.0”,
“com.unity.modules.physics”: “1.0.0”,
“com.unity.modules.physics2d”: “1.0.0”,
“com.unity.modules.screencapture”: “1.0.0”,
“com.unity.modules.terrain”: “1.0.0”,
“com.unity.modules.terrainphysics”: “1.0.0”,
“com.unity.modules.tilemap”: “1.0.0”,
“com.unity.modules.ui”: “1.0.0”,
“com.unity.modules.uielements”: “1.0.0”,
“com.unity.modules.umbra”: “1.0.0”,
“com.unity.modules.unityanalytics”: “1.0.0”,
“com.unity.modules.unitywebrequest”: “1.0.0”,
“com.unity.modules.unitywebrequestassetbundle”: “1.0.0”,
“com.unity.modules.unitywebrequestaudio”: “1.0.0”,
“com.unity.modules.unitywebrequesttexture”: “1.0.0”,
“com.unity.modules.unitywebrequestwww”: “1.0.0”,
“com.unity.modules.vehicles”: “1.0.0”,
“com.unity.modules.video”: “1.0.0”,
“com.unity.modules.vr”: “1.0.0”,
“com.unity.modules.wind”: “1.0.0”,
“com.unity.modules.xr”: “1.0.0”
}
}
Any clue what I am missing here?
Thanks,
David