Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2017.3.1f1
Issue ID
1019097
Regression
No
Unity has disproportionately high CPU usage when videoplayer is paused on a frame outside the buffer range
How to reproduce:
1. Open users attached project "Test Video Player"
2. Open windows task manager
3. Enter Game mode in unity
4. Launch video player and pause it afterward
5. Slide player's slider until the last frame
6. Inspect unity editor's CPU usage inside the task manager
Expected result: Unity uses the same CPU no matter where the video is paused
Actual result: CPU usage get disproportionately high
Note: Unity Editor's Profiler doesn't show higher CPU usage (show conflicting data compared to task manager). Happens all the time with the last frame but easy enough to reproduce with frames that were not played or loaded yet (not in a buffer).
Reproducible with: 5.6.5p3, 2017.1.3p3, 2017.2.2p2, 2017.3.2f1, 2017.4.1f1
Fixed in: 2018.1.0a1 and all later versions
Comments (1)
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
- Text render issues and various exceptions in TextCore when using TextSettings option "Match Material Presets"
- NullReferenceException error is thrown when unpacking multiple instances of the same UI Document
- URP Decal Projectors don't render when they are hidden in the Hierarchy, unlike other GameObjects
- Reflection Probe “adjusting number of stops to over or under expose the texture” setting does not update in Scene realtime
- UI Toolkit rendered text breaks when toggling FontWeight styles through code
PeterPeterPan
Apr 28, 2018 09:52
This problem happened to me......
I use the version 2017.1.0f3
In my project I have to run four Unity at same time (one computer), and I use the function "Pause()".
My CPU keep on 100%, it confused me for a few days......