Search Issue Tracker
Fixed
Fixed in 2022.3.59f1, 6000.0.50f1, 6000.1.0a10, 7000.0.0a19
Votes
1
Found in
2021.3.40f1
2022.3.38f1
6000.0.10f1
6000.1.0a4
Issue ID
UUM-75813
Regression
No
Editor is stuck on loading bar or freezes when playing 8K video using Video Player
How to reproduce:
1. Open the attached “EditorHanging.zip” project
2. Open the “SampleScene”
3. Enter Play Mode
4. Exit Play Mode
5. Enter Play Mode again
6. Observe the “Hold on” Loading bar
Expected result: Entering Play Mode works as intended regardless of the errors in the Console
Actual result: The "Hold on" loading bar persists indefinitely or the Editor freezes
Reproducible in: 2022.3.40f1, 2023.3.38f1, 6000.0.10f1
Reproduced on: Windows 11, macOS 14.5 (Intel)
Not reproduced on: Windows 10
Note: Sometimes, entering Play Mode multiple times is necessary to reproduce the issue. Reproduction is inconsistent and in certain cases only reproduces on specific devices
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note (fix version 6000.1.0a10):
Error reporting was incomplete for the Windows implementation of the VideoPlayer, leading to leaking of resources. Also, Microsoft's Media Foundation was holding on to memory for too long in presence of decoding errors, leading to memory abuse that is now worked around internally.