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
- Constant console errors when using Min/Max Slider in PlayMode
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
- [iOS] WebCamDevice.availableResolutions returns a single resolution with width and height both 0 on some iOS devices
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.