An issue in building Showcase app

Vector Japan 11 Reputation points
2021-08-23T04:09:55.6+00:00

I'm trying to build Showcase app for ARR following the Microsoft Learn, but now I cannot login my ARR account.
In the inspector of "MixedRealityToolkit", I cannot find any place to enter the ID and key in. Why?
125465-image.png

Azure Remote Rendering
Azure Remote Rendering
An Azure service that renders high-quality, interactive three-dimensional content and streams it to edge devices in real time.
32 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Florian Born 111 Reputation points Microsoft Employee
    2021-08-23T18:17:46.14+00:00

    Hello!
    The location where you looked at is correct, but the setting is indeed missing there. Based on the Unity version it may look slightly different in the inspector compared to the docs:

    125772-unityrrservice.png

    But in your version it is missing completely. I was able to reproduce this behavior with the following steps:

    1. Open the scene in Unity (without having the package dependencies downloaded) -> I get the package dependency error
    2. Close Unity, download dependencies via the scripts/DownloadUnityPackages.ps1 which is part of the repo
    3. Open the scene again in Unity

    However, when I start with an absolutely clean git repo, then download the dependencies before I open the scene for the first time, it works fine for me.
    That leads me to the conclusion that Unity caches some settings that persist even when fixing the dependencies.

    Can you maybe try cleaning the sample repo (git clean -dfx) and Unity cache again and then download package dependencies before you open the scene?

    1 person found this answer helpful.
    0 comments No comments