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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
Resolution Note (fix version 1.21.2):
https://github.cds.internal.unity3d.com/unity/Addressables/pull/1378