microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6k stars 2.12k forks source link

Setting up Photon Unity Networking,the type or namespace name "Azure" does not exist in the namespace“Microsoft” #9647

Closed iluvian closed 3 years ago

iluvian commented 3 years ago

Describe the bug

Follow the tutorial to import the following content, the tutorial error has been cleared, my error still exists image

To reproduce

Steps to reproduce the behavior: The step is this link https://github.com/MicrosoftDocs/mixed-reality/blob/docs/mixed-reality-docs/mr-dev-docs/develop/unity/tutorials/mr-learning-sharing-02.md

  1. See error image

Expected behavior

No error

Your setup (please complete the following information)

Target platform (please complete the following information)

Additional context

ARFoundation,PUN2 has been added

RogPodge commented 3 years ago

Hey there,

These errors generally occur when the wrong ASA package(s) are being used in the project or are missing altogether. Since you are using Unity 2019.4, so you should target ASA SDK 2.8.1 or lower. For deploying to HoloLens, the Unity project will need to have both the ASA SDK Core package and the ASA SDK Windows package.

Let us know if you still see these issues after double checking the configuration!

polar-kev commented 3 years ago

Hi @iluvian, I'm closing this issue since the response above should resolve it. Please reopen the issue if the proposed solution does not work.