Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2018.4.X, 2019.3.X
Votes
1
Found in
2017.4
2018.4
2019.2
2019.2.11f1
2019.3
2020.1
Issue ID
1197716
Regression
No
Unity hangs on quit after failing to load large number of Video Clips from URL at once
How to reproduce:
1. Open the attached project "1197716.zip"
2. Enter Play mode
3. Exit Play mode
4. Exit Unity
Expected result: Unity quits
Actual result: Unity hangs
Reproducible with: 2017.4.35f1, 2018.4.14f1, 2019.2.15f1, 2019.3.0f2, 2020.1.0a15
Notes:
Additionally, Unity will fail to load even a single VideoPlayer request to the URL when reentering Play mode.
Comments (1)
-
ThisIsDangerous
Dec 03, 2019 17:11
> Additionally, Unity will fail to load even a single VideoPlayer request to the URL when reentering Play mode.
Not only VideoPlayer request but even a UnityWebRequest too.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Assigned font's bold/font-weight styles render using Default Font's assets when Default Font has corresponding style assets defined in TMP Settings
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
Resolution Note (fix version 2020.1):
Internal usage of UnityWebRequest during connection to web server was overcommitting background job threads. Limiting concurrency prevents starvation of the background job thread pool and all movie downloads now properly complete.