Search Issue Tracker
In Progress
In Progress in 6000.0.X
Fixed in 2022.3.59f1, 6000.1.0a10
Fix In Review for 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
- UI becomes unresponsive when using AppUI Navigation and Event System is attached
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
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.