Closed ShirleyMaX closed 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
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
Hi Edd, Thank you so much for the quick help! I have followed the steps and now successfully set up the project!
When I open up the QuickStart project, RemoteRendering object missing a mono script.
Therefore causing a missing assembly reference problem when compile.
Please let me know if I am missing any steps. Appreciate the help!!