MicrosoftDocs / mslearn-mr-adt-in-unity

This is a repo that holds the sample code for the Mixed Reality and Azure Digital Twins in Unity Learn Path
Creative Commons Attribution 4.0 International
65 stars 55 forks source link

There are no package files to open unity project. #5

Closed TakahiroMiyaura closed 3 years ago

TakahiroMiyaura commented 3 years ago

Hi,

Thank you for providing the great project! I've joined the build session!, and I really had a good time.

I try this project, but I guess that Not enough package files in this project. Maybe I Guess that you set the required package using MR Feature Tool. MR feature tool is update the manifest.json, and download package files(*.tgz). This project don't find these download files. (usually, this files is in Packages\MixedReality folder)

manifest.json is written the below:

{
  "scopedRegistries": [
    {
      "name": "Maps SDK for Unity",
      "scopes": [
        "com.microsoft.maps"
      ],
      "url": "https://unity.virtualearth.net/npm/registry/"
    }
  ],
  "dependencies": {
    "com.microsoft.maps.unity": "0.10.1",
    "com.microsoft.mixedreality.input": "file:MixedReality/com.microsoft.mixedreality.input-0.9.2006.tgz",
    "com.microsoft.mixedreality.openxr": "file:MixedReality/com.microsoft.mixedreality.openxr-0.9.5.tgz",
    "com.microsoft.mixedreality.toolkit.extensions": "file:MixedReality/com.microsoft.mixedreality.toolkit.extensions-2.6.1.tgz",
    "com.microsoft.mixedreality.toolkit.foundation": "file:MixedReality/com.microsoft.mixedreality.toolkit.foundation-2.6.1.tgz",
    "com.microsoft.mixedreality.toolkit.gpustats": "file:MixedReality/com.microsoft.mixedreality.toolkit.gpustats-1.0.3.tgz",
    "com.microsoft.mixedreality.toolkit.planefinding": "file:MixedReality/com.microsoft.mixedreality.toolkit.planefinding-1.0.0.tgz",
    "com.microsoft.mixedreality.toolkit.standardassets": "file:MixedReality/com.microsoft.mixedreality.toolkit.standardassets-2.6.1.tgz",
    "com.microsoft.spatialaudio.spatializer.unity": "file:MixedReality/com.microsoft.spatialaudio.spatializer.unity-1.0.196.tgz",
...

I guess that you may want to upload MixedReality folder, or change the step to use MR feature tool in Microsoft Learn.

image

Best regards

JBrentJ commented 3 years ago

Hey @TakahiroMiyaura, this is great feedback! We will update the instructions.