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
- [RenderGraph] Outputs from camera stack override each other when using OpenGLES3 with a custom renderer feature
- An "RefreshInternalV2 is called before InitialRefresh" error is thrown when opening a project where a build profile with Player settings added is selected
- MeshCollider preview gizmo disappears from the Scene view when overriding the mesh asset using any 3D editing tool
- Tutorial project is not created when started from the Get set up tab
- Audio Listener Component expands when selected
Resolution Note (fix version 6000.0.63f1):
Fix WebGPU performance regression