Search Issue Tracker
Active
Under Consideration for 6000.6.X
Votes
0
Found in
6000.6.0a8
Issue ID
UUM-144696
Regression
No
Texture2D.GetPixels and ComputeBuffer.GetData don't work with WebGPU
Texture2D.GetPixels and ComputeBuffer.GetData require synchronous gpu readback, which isn't supported by WebGPU. This requires the use of AsyncGPUReadback, but that can complicate code design. It would be great if GetPixels and GetData worked with WebGPU.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [UWP] Mouse movement re-triggers stale <Mouse>/scroll value after the scroll wheel is used once
- "Shutdown worker was forced killed because it kept running. Worker ..." errors are thrown after building a blank HDRP project
- [UI Toolkit] USS materials in AssetBundles break due to InstanceID referencing a material that no longer exists when a Scene is loaded through Addressables for the second time
- Help button leads to a missing documentation page when clicked on a Font Import Settings in the Inspector
- TextMeshPro Text Component reads bottom-to-top instead of top-to-bottom when using RTL Editor
Add comment