Search Issue Tracker
Fixed
Fixed in 6000.0.63f1
Votes
0
Found in
6000.0.61f1
Issue ID
UUM-125744
Regression
Yes
WebGPU performance regression
Steps to reproduce:
- Build a project in Development Mode
- In the Chrome DevTools, select Source and select the framework.js file
- Search for wgpuLinkParentAndChild.
Actual results:
wgpuLinkParentAndChild has the code
parent.derivedObjects = {};
which is the source of the performance issue in Chrome.
Expected results:
wgpuLinkParentAndChild has the code
parent.derivedObjects = new Map();
Reproducible with versions:
6000.0.59f
Not reproducible with versions:
6000.0.27f.
Can’t test with versions:
Tested on (OS):
Notes:
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
- Crash on kIOGPUCommandBufferCallbackErrorPageFault when completing a level on iOS build
- UXML file gets corrupted and "Assertion failed" errors when selecting incompatible asset with Advanced Object Selector in UI Builder "Data Source" Object
- DirectoryNotFoundException is thrown when .shadergraph file path has a lot of characters
- URL scheme is not received when accessing the app through Safari
- [Windows Arm] Model renders artifacts when dragging it in Scene View
Resolution Note (fix version 6000.0.63f1):
Fix WebGPU performance regression