Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2019.3.X, 2020.1.X
Votes
1
Found in
Issue ID
1228136
Regression
No
Resizing a serialized array will not set new elements to null
New elements in the array should be set to null but now repeat the last entered
How to reproduce:
1. Open project (SerializedReference Repro)
2. Create game object, add SerializedObjectList, click "Add Cell1", change size to 5
3. Change the Name field
4. See the result
Expected result: the 4 last stays unchanged
Actual result: the 4 last elements are rename
Reproducible with: 2020.1.0b2.3333
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “InvalidOperationException: System.InvalidOperationException” and “Assertion failed on expression” errors are logged when starting Server in Play mode
- [iOS] App freezes and the "You can attach a managed debugger now if you want” message doesn’t show up when running the app on iOS devices with the "Wait For Managed Debugger" setting enabled
- TouchScreenKeyboard.hideInput set from "true" to "false" when TextField is clicked in Android builds
- [Android] ReadPixels gives different results when using Vulkan on some devices
- [URP] Exceeding the platform's supported light limit gives shadow distortion when using Deferred Rendering Path
Add comment