Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
Issue ID
1189850
Regression
No
Addressable asset loading takes longer than loading them using Resources.LoadAll
To reproduce:
1. Open the QA's attached project
2. Play in Editor
3. Build and Run on mobile or standalone
Expected: Loading 1000 scriptable objects using Addressables.LoadAssetsAsync takes a shorter amount of time than loading them using default Resources.LoadAll
Actual: Loading 1000 scriptable objects using Addressables.LoadAssetsAsync takes a longer amount of time than loading them using default Resources.LoadAll
Reproduced with: 2018.4.11f1, 2019.2.9f1, 2019.3.0b6, 2019.2.9f1, 2020.1.0a8
The below numbers in brackets are times to load 1000 scriptable objects using (Resources.LoadAll, Resources.LoadAsync, Addressables.LoadAssetsAsync):
Editor 2019.2.9f1, 2019.3.0b6, 2019.2.9f1, 2020.1.0a8 (0.25 , 10.53 , 16.98)
Only with Editor 2018.4.11f1 it was (0.1, 0.6, 20)
On mobile (0.34, 11.62, 15.69)
On Windows standalone (0.03, 0.28, 0.35)
Not reproduced with 2017.4 - no Addressables package for that version
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
- The text is pushed down when double-clicking on the Visual Element to edit it in UI Builder
- The Inspector rounds up float values up to a maximum of 7 digits and overwrites the actual values in the file when saving the asset
- Distant Shadowmask does not cast Shadows on Terrain when baking with Adaptive Probe Volumes
- UI Toolkit Debugger "Text Overlays" dropdown is opened in the wrong position when Dynamic Atlas Viewer is opened
- NullReferenceExceptions are thrown on Editor launch when the Project window was locked in the previous project
Resolution Note:
Due to other priorities we will not be addressing this issue at this time.