Search Issue Tracker
Duplicate
Votes
0
Found in
5.6.0b5
Issue ID
874981
Regression
No
References in inspector not updated when changing the type of a field in a script
To reproduce:
1. Open any project
2. Create either a public variable or a private one with [SerializeField] of type Object in a script and attach it to an object
3. Drag any prefab into the appropriate inspector slot
4. Change the field into another type (E.g. Collider)
Notice that the field is still set to the prefab in the inspector
Reproduced on 5.6.0b5, 5.5.0f3, 5.4.3f1
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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
This is a duplicate of issue #840159