I would like to put a permanent link on the webpage of my project to the latest build on unity cloud. Is there any way to get some kind of permanent link which points to the latest build for each build target on Unity Cloud Build? Or does anybody have an example using the API to pull this information?
The only way I can think of to achieve a similar thing is:
In your Unity dashboard, add any users to the project whom you wish to be able to browse the build history
In your browser, go to the build history and filter it by each target
Copy the URL from the address bar
Paste the URL for each target on the webpage of your project
Using that links, anyone who’s in your project can view the build history to get the latest build
I hope it helps. If you wish to submit it as a feature request, please check out the thread designated for feature requests, and make your request there, and our devs will review it for prioritization.