Search Issue Tracker
Fixed
Fixed in 1.21.9
Votes
0
Found in [Package]
1.19.19
1.21.1
1.21.2
Issue ID
ADDR-3157
Regression
No
Asset is not loaded in Play Mode when using UnityEngine.Object
How to reproduce:
1. Open the project “IN_29193”
2. Enter the Play Mode
3. Observe the Console
Expected result: “loaded main” is printed in the Console and Addressables Main asset is loaded
Actual result: “loaded main” is not printed in the Console and Addressables Main asset is not loaded
Reproducible with: 1.19.19, 1.21.1, 1.21.2 (2020.3.44f1, 2021.3.18f1, 2022.2.5f1, 2023.1.0b2)
Reproducible on: Windows 10 Pro
Notes: not reproducible in Player
Workaround: use “Addressables.LoadAssetAsync<mysub>” instead of “Addressables.LoadAssetAsync<UnityEngine.Object>”
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android][Mobile Notifications] The Player freezes or crashes when calling "AndroidNotificationCenter.GetNotificationChannel" every frame
- Tile Palette selected dropdown text does not update when palette is renamed
- ArgumentException thrown and reference to Template gets unset when opening UXML file after editing referenced Template in Play mode
- [iOS][WebGL] Player freezes when multiple properties of a VisualElement are changed at the same time
- Warning 'GetControlID at event ValidateCommand returns a controlID different from the one in the Layout event' is logged when undoing the deletion of an Edited Freeform 2D Light
Add comment