Azure / azure-remote-rendering

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

[Remote rendering problem]QuickStart - RemoteRendering object has missing script #91

Closed ShirleyMaX closed 1 year ago

ShirleyMaX commented 1 year ago

When I open up the QuickStart project, RemoteRendering object missing a mono script. image

Therefore causing a missing assembly reference problem when compile. image

Please let me know if I am missing any steps. Appreciate the help!!

WikkidEdd commented 1 year ago

It looks like you've not run the command line that sets up the Unity packages. See this link here for how to set up the samples

https://learn.microsoft.com/en-us/azure/remote-rendering/quickstarts/render-model#clone-the-sample-app

The key line is the following which downloads all the packages. powershell -ExecutionPolicy RemoteSigned -File azure-remote-rendering\Scripts\DownloadUnityPackages.ps1

I would recommend following along with the rest of the linked page to see how to setup the rest of the Quick start project

ShirleyMaX commented 1 year ago

Hi Edd, Thank you so much for the quick help! I have followed the steps and now successfully set up the project!