Search Issue Tracker
Fixed
Fixed in 2022.3.17f1, 2023.2.3f1, 2023.3.0a13
Votes
0
Found in
2022.3.16f1
2023.2.2f1
2023.3.0a12
Issue ID
UUM-60072
Regression
Yes
ScriptableObject strips classes from packages when these classes are used for scriptable objects referenced by other scriptable objects in Resources
How to reproduce:
1. Build And Run the attached project
2. Observe the texts
Expected result: Texts are:
This is message 1.
And this is message 2.
And finally this is message 3.
Actual result: Texts are:
This is message 1.
Failed to load Message2
Failed to load Message3
Reproducible with: 2022.2.0a3, 2022.3.16f1, 2023.2.2f1, 2023.3.0a12
Not reproducible with: 2021.3.34f1, 2022.2.0a2, 2023.2.5f1, 2023.3.0b2
Fixed in: 2022.3.17f1, 2023.2.3f1, 2023.3.0a13
Reproduced on: macOS 13.6.3 (Intel)
Not reproducible on: No other environment tested
Notes:
- reproducible on macOS Standalone Build (intel), iOS and Android builds
- not reproducible in the Editor
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Add comment