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
- “FocusController has unprocessed focus events.” warnings are thrown after adding iOS, tvOS or visionOS Build Profiles
- Holes and different colors appear on default Tree Materials after applying them to the Tree GameObject and undoing changes
- Error indicating that the Text Asset Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
- Documentation installation shows "Install failed: Validation Failed" when installing Android Build Support module
- Error indicating that the Package Manifest Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
Resolution Note (fix version 6000.0.63f1):
Fix WebGPU performance regression