Search Issue Tracker
Won't Fix
Won't Fix in 2022.1.X
Votes
1
Found in
2022.1.16f1
Issue ID
UUM-14161
Regression
No
Function Addressables.LoadResourceLocationsAsync returns array when using existing build (Android)
Reproduction steps:
1. Open the attached “IN-3324.zip“ project
2. Open the “PropBaseBehaviour.cs“ script
3. Add a breakpoint in line 238
4. Attach the script to Unity
5. Make sure that “Use Existing Build (Android)“ is checked in Addressables Groups > Play Mode Script
6. Open the “EntryPoint“ Scene and enter the Play mode
7. Click the “Sign in as Guest“ button and create a profile until a breakpoint appears
Expected result: Function "Addressables.LoadResourceLocationsAsync" returns "Count = 1"
Actual result: Function "Addressables.LoadResourceLocationsAsync" returns "AsyncOperationHandle<IResourceLocation[2]>"
Reproducible with: 2022.1.16f1
Couldn’t test with: 2020.3.39f1, 2021.3.10f1 (errors after downgrade), 2022.2.0b8, 2023.1.0a10 (errors after upgrade)
Tested and reproduced with: Windows 10
Note:
- not reproducible when “Use Asset Database (fastest)” is checked in Addressables Groups > Play Mode Script
- couldn’t test with “Simulate Groups (advanced)” checked in Addressables Groups > Play Mode Script (the game doesn’t load)
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
There are no fixes planned for this Bug
Resolution Note (2022.1.X):
There are no fixes planned for this Bug