Search Issue Tracker
Duplicate
Votes
0
Found in
2022.1
2022.1.0a13
Issue ID
1378058
Regression
No
SerializedReference field is not populated when initializing from null which doesn't have a CustomPropertyDrawer to a class
How to reproduce:
1. Open the user's attached project "NewFeaturesTest.zip"
2. Open the "testScene" Scene
3. In the Hierarchy window select "GameObject"
4. In its Inspector window press the "Thing (A)" or "Other (B)" button
5. Expand the newly created "T" foldout
Expected result: The foldout has an int item inside
Actual result: The foldout has no item inside
Reproducible with: 2022.1.0a10, 2022.1.0b2
Could not test with: 2019.4.34f1, 2020.3.25f1, 2021.2.7f1, 2022.1.0a9 (no foldout is created)
Notes:
- Pressing the other button in "GameObject" Inspector window creates a foldout with an item inside. Pressing the first selected button again will update the foldout item
- Similar to case https://issuetracker.unity3d.com/product/unity/issues/guid/1216937/
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
Add comment