Azure / azure-remote-rendering

SDK and samples for Azure Remote Rendering
MIT License
106 stars 38 forks source link

[Remote rendering problem] An error occurred while resolving packages #40

Closed jackmca closed 3 years ago

jackmca commented 3 years ago

The Unity Package Manager cannot locate this file in the manifest: "com.microsoft.azure.remote-rendering": "file:../../MRPackages/com.microsoft.azure.remote-rendering-1.0.13.tgz",

Try as I may, the usual fixes for other packages are not working for this project, such as deleting/altering the manifest and resetting the packages in the editor.

Capture

This issue appears in all example projects in the azure-remote-rendering repository.

Has anyone had similar issues?

Would appreciate any help, cheers.

MalcolmTyrrell commented 3 years ago

Hi.

After cloning the repo, you need to run a download script before the projects will open in Unity. See the documentation here: https://docs.microsoft.com/en-us/azure/remote-rendering/quickstarts/render-model#clone-the-sample-app.

Can you check again after performing the DownloadUnityPackages.ps1 operation?

jackmca commented 3 years ago

Thanks for the reply, I was downloading the scripts previously but they were not working due to permissions relating to powershell.

This resource proved useful in solving my issue: https://superuser.com/questions/106360/how-to-enable-execution-of-powershell-scripts