Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.0f3
Issue ID
1033773
Regression
No
WPF app begins to consume GPU 47% and CPU 26% after hiding UnityPlayer
Reproduction steps:
1. Download user's project and open "Framework.sln" in Visual Studio
2. Change Win32WinodwHost Path (Unity3DInWPFDemo solution Shell.xaml) to where Buildprofiler.exe exists in the computer
3. Open Task Manager
4. Run the project in the Visual Studio
5. Note the GPU and CPU usage of 'Framework (32 bit)' - CPU 1.5% and GPU 2%
6. Click "Show/Hide" in the CAD Framework
Expected: GPU and CPU usages does not change
Actual: GPU usage rises to 47% and CPU to 26%
Note:
GPU - NVIDIA GeForce GTX 760
CPU - AMD FX(tm)-8350
Why won't fix: hiding Unity window inside embedding WPF app causes VSync to stop working, and therefore Unity starts rendering as quickly as possible. To workaround, disable VSync and manually set target frame rate using https://docs.unity3d.com/ScriptReference/Application-targetFrameRate.html.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Add comment