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
- Prefab Override popup displays on wrong monitor when Inspector width is resized to minimum
- Scroll View is not moving by inertia after scrolling by click and dragging when Editor window is minimized and Canvas "Render Mode" is set to "World Space"
- "type mismatch error" occurs when the currentDirectionWS output of a Sample Water Surface node is connected to a float3 input
- URP Material Upgrade utility does not enable Alpha Clipping when material had Rendering Mode set to Cutout
- Particle System emission ignores the Sprite Atlas when using a Material that has the "Include in Build" setting unchecked
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.