question

VectorJapan-3423 avatar image
0 Votes"
VectorJapan-3423 asked SatishBoddu-MSFT commented

An issue in building Showcase app

I'm trying to build Showcase app for ARR following the Microsoft docs, 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
image.png (35.8 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello @VectorJapan-3423 Just checking in if you have had a chance to see the previous response.
Please enable your preferred alert types on your Profile's Settings to get instant notifications on this thread's discussions. Here is how to subscribe to a notification.


If the response is helpful, please click "Accept Answer" and upvote it.

0 Votes 0 ·

1 Answer

FlorianBorn-8086 avatar image
1 Vote"
FlorianBorn-8086 answered

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?




unityrrservice.png (162.9 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.