Search Issue Tracker
Fixed
Fixed in 2023.2.10f1, 6000.0.0b11
Votes
0
Found in
2023.2.2f1
6000.0.0b11
Issue ID
UUM-57757
Regression
Yes
A Script Component that has a serialized custom class is not detecting changes in the first boolean variable when entering the Play mode with the Script Components GameObject opened in the Inspector
How to reproduce:
1. Open the “SerializibleBug“ project
2. Open the “SampleScene“
3. Open the “Testing“ GameObject in the Inspector
4. Enter the Play mode
5. Observe the Console window with the Collapse option
6. In the “Test“ Script Component drop-down the “Unit“ array and toggle on the “Boolean 1“ check box
7. Observe the Console window with the Collapse option
Expected result: When only the “Boolean 1“ check box is toggled on a message “1 True; 2 False; 3 False“ is displayed in the Console window
Actual result: When only the “Boolean 1“ check box is toggled on a message “1 False; 2 False; 3 False“ is displayed in the Console window
Reproducible with: 2023.2.0a18, 2023.2.2f1, 2023.3.0a16
Not reproducible with: 2021.3.33f1, 2022.3.14f1, 2023.2.0a17
Reproducible on: macOS 13.5.2 (Intel)
Not reproducible on: No other environment tested
Note: The issue is only reproducible when entering the Play mode with “Testing“ GameObject already open in the Inspector
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
- NullReferenceException is thrown when assigning an Object to a custom DebugUI.ObjectField in Rendering Debugger
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
Resolution Note (fix version 6000.0.0b11):
This was fixed in 6000.0.b7 through an internal bug.
Resolution Note (fix version 2023.2.10f1):
This was fixed in 2023.2.10f1 through an internal bug.