Search Issue Tracker
By Design
By Design in 2023.3.X
Votes
4
Found in
2021.3.30f1
2022.3.9f1
2023.1.11f1
2023.2.0b7
2023.3.0a2
Issue ID
UUM-48598
Regression
No
Editor freezes when attempting to load an Addressable asset with WaitForCompletion
Reproduction steps:
1. Open the attached project “AddressablesTests.zip“
2. Enter the Play Mode
3. Press the Space button
Reproducible with: 2021.3.30f1, 2022.3.9f1, 2023.1.11f1, 2023.2.0b7, 2023.3.0a2
Reproducible on: macOS 13.5.1 (Intel, M1 Max), Windows 11
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:
Closing "as designed". WaitForCompletion can block the main thread, preventing scene loading operations from completing. Wait for the scenes to finish loading first before calling WaitForCompletion on the InstantiateAsync operation, for example during the .completed callback of the second scene loading operation.
https://docs.unity3d.com/Packages/com.unity.addressables@2.0/manual/SynchronousAddressables.html#scene-limitations
Resolution Note (2023.3.X):
Closing "as designed". WaitForCompletion can block the main thread, preventing scene loading operations from completing. Wait for the scenes to finish loading first before calling WaitForCompletion on the InstantiateAsync operation, for example during the .completed callback of the second scene loading operation.
https://docs.unity3d.com/Packages/com.unity.addressables@2.0/manual/SynchronousAddressables.html#scene-limitations