Open
Description
Package version
Others
Environment
* OS: Linux
* Unity version: Unity 2022.3
* Graphics API:
* Browser:
Steps To Reproduce
- Setup the
com.unity.renderstreaming
package following the tutorial - In the Render Streaming Wizard, click
Download latest version web app
- Observe the following error:
Failed downloading web server from: https://github.com/Unity-Technologies/UnityRenderStreaming/releases/download/3.1.0-exp.8/webserver. Error: System.Net.WebException: The remote server returned an error: (404) Not Found.
Current Behavior
Unable to download the web app binary.
Encounter the following error message:
Failed downloading web server from:https://github.com/Unity-Technologies/UnityRenderStreaming/releases/download/3.1.0-exp.8/webserver. Error: System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.HttpWebRequest.GetResponseFromData (System.Net.WebResponseStream stream, System.Threading.CancellationToken cancellationToken) [0x00146] in <8d1920f66fd6494ebe24fa42f014ba27>:0
at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task`1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func`1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <8d1920f66fd6494ebe24fa42f014ba27>:0
at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00020] in <8d1920f66fd6494ebe24fa42f014ba27>:0
at System.Net.WebClient.GetWebResponse (System.Net.WebRequest request, System.IAsyncResult result) [0x00000] in <8d1920f66fd6494ebe24fa42f014ba27>:0
at System.Net.WebClient.GetWebResponseTaskAsync (System.Net.WebRequest request) [0x0008d] in <8d1920f66fd6494ebe24fa42f014ba27>:0
at System.Net.WebClient.DownloadBitsAsync (System.Net.WebRequest request, System.IO.Stream writeStream, System.ComponentModel.AsyncOperation asyncOp, System.Action`3[T1,T2,T3] completionDelegate) [0x0008d] in <8d1920f66fd6494ebe24fa42f014ba27>:0
UnityEngine.Logger:Log (UnityEngine.LogType,object)
Unity.RenderStreaming.Editor.WebAppDownloader/<>c__DisplayClass12_0:<DownloadWebApp>b__0 (object,System.ComponentModel.AsyncCompletedEventArgs) (at ./Library/PackageCache/com.unity.renderstreaming/Editor/WebAppDownloader.cs:89)
UnityEngine.UnitySynchronizationContext:ExecuteTasks () (at /home/bokken/build/output/unity/unity/Runtime/Export/Scripting/UnitySynchronizationContext.cs:110)
Expected Behavior
The web app binary should download successfully.
The correct URL appears to be https://github.com/Unity-Technologies/UnityRenderStreaming/releases/download/3.1.0-exp.9/webserver
Moreover, the 3.1.0-exp.8
release does not exist on GitHub, and no binary is available on the 3.1.0-exp.9 release page yet.
Anything else?
No response