Search Issue Tracker
Fixed
Fixed in 1.21.2
Votes
0
Found in [Package]
1.21.1
Issue ID
ADDR-3080
Regression
No
[Addressables] Performance drop when adding assets to groups via script
How to reproduce:
# Open the user attached “AddressablesPerformance.zip“ project
# Go to Test > Add Addressables Vanilla
# Go to Test > Add Addressables Ubisoft
# Compare the performance time in the Console
Expected result: Vanilla takes the same amount of time as Ubisoft (0 ms)
Actual result: Vanilla takes far more time than Ubisoft (Vanilla 600-700ms, Ubisoft 0ms)
Reproducible with: 2020.3.16f1, 2020.3.42f1, 2021.3.13f1, 2022.1.23f1, 2022.2.0b15, 2023.1.0a19
Could not test with: 2020.3.15f1 (Compiler error)
Reproduced on: Windows 10 (Intel)
Note: bulk adding objects to addressable's from a script has become very slow, the time is compared with Ubisoft's workaround
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
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
Resolution Note (fix version 1.21.2):
https://github.cds.internal.unity3d.com/unity/Addressables/pull/1378