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
- “FMOD failed to set the software format to the custom sample rate…” warnings are thrown as System Sample Rate value is being changed in Audio section of Project Settings window
- VFX Marquee selection does match the visual indicator
- “Invalid AABB aabb” errors are spammed when “Infinity” value is entered in Collider Component fields
- Editor Role does not sync with the MPPM Play Mode Scenario Role when entering Play mode
- Long asset names cause overlap with the “Find” function in search result tabs
Resolution Note (fix version 6000.0.63f1):
Fix WebGPU performance regression