Unity Issue Tracker - Unity Player freezes when using an HTTP server to download a bundle
Closed
UUM-21684
Unity Player freezes when using an HTTP server to download a bundle
Unity: Mono
Won't Fix
2020.3.X
This issue is corrected in Unity 2021. We're not able to back port the fix to Unity 2020.
Steps to reproduce:
1. Open the attached project “HTTPRepro“
2. Open the “Assets/Scenes/SampleScene.unity“ Scene
3. Open Window > Asset Management > Addressables > Hosting
4. In the Addressables Hosting window enable the server
5. In the Main Toolbar click Tool > Generate File
6. In the Hierarchy window select the “GameObject“ GameObject
7. In the Inspector window make sure that the “Url“ variable value matches the hosted servers IP address and the Port
8. Navigate to File > Build Settings > Build And Run
9. Observe the Player
Expected result: No performance issues with the Player and the Max DeltaTime is less than 1000ms
Actual result: The Player freezes and the Max DeltaTime is greater than 1000ms