Search Issue Tracker
Won't Fix
Unknown (hidden) 2020.3.X
Votes
0
Found in
2020.3.2f1
Issue ID
UUM-9127
Regression
Yes
[Backport] [Serialization][Addressables] Scriptable objects can not be loaded in Fast Mode when they have a Serializable field
Reproduction steps:
1. Open the attached user's Unity project "AddressableTest2.zip"
2. Go to the Scenes folder and open "SampleScene.unity" Scene
3. Enter the Play Mode
4. Observe the Console window
Expected result: The Asset is loaded, no errors in the Console window
Actual result: Error is thrown in the Console window
Reproducible with: 2020.3.24f1, 2020.3.26f1
Not reproducible with: 2019.4.34f1, 2020.3.23f1, 2021.1.0a1, 2021.2.8f1, 2022.1.0b3, 2022.2.0a2
Notes:
- Error in the Console window: "Exception thrown in DynamicInvoke: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation."
- The issue happens with the same Addressables package version (1.18.19), but in different versions of the Editor
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 Scrollbar becomes unusable when adding Elements to the List
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
Resolution Note:
There are no fixes planned for this Bug
Resolution Note (2020.3.X):
Upgrading Addressable package should fix it.