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
- 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
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
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.