Search Issue Tracker
Won't Fix
Votes
9
Found in
2021.3.10f1
2022.2.0b8
2023.1.0a11
2023.2.0a1
Issue ID
UUM-15645
Regression
Yes
Array values aren't changed when altering them in a custom EditorWindow
How to reproduce:
1. Open the user’s attached “BB_ReportBugProject” project
2. Open the “Window → Configuration” window from the menu
3. Change any array value
Expected result: The array value is changed successfully
Actual result: The array value isn’t changed
Reproducible with: 2020.2.0a13, 2020.2.6f1, 2021.1.0a1, 2021.3.10f1, 2022.1.17f1, 2022.2.0b8, 2023.1.0a11
Not reproducible with: 2020.2.0a12, 2020.2.7f1, 2020.3.40f1
Reproduced on: macOS 12.5 (Intel), Windows 10
Comments (1)
-
bugbombstudio
Oct 11, 2022 08:18
I can confirm that.
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
- The Scrollbar becomes unusable when adding Elements to the List
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
Resolution Note:
The fix would require making lengthy and risky changes to ReorderableList control. In order to avoid that we've converted users' editor window to UI Toolkit and verified the issue does not reproduce both in the newest Unity versions and 2020.3 LTS with the reworked window.
If experiencing the same issue, we recommend users consider converting their problematic IMGUI windows to UIToolkit.