Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
0
Found in
Issue ID
1201213
Regression
Yes
[Windows][Video] Graphics memory leak in hardware-accelerated video decoding
This issue has no description.
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
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is thrown when launching a project with a corrupted library
Resolution Note (fix version 2020.1):
Now avoiding to share the same texture multiple times between the video-specific D3D11 device and the main D3D11/D3D11 Unity graphics device. Sharing textures between D3Dx devices creates a new object every time and unnecessarily reserves additional GPU address space.
Resolution Note (fix version 2019.3):
Avoid redundant sharing between video-specific D3D11 device and main D3D11/D3D12 graphics device.