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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Resolution Note:
Due to other priorities we will not be addressing this issue at this time.