Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
4.4.0, 4.3.1, 4.0.2
Issue ID
1285073
Regression
No
[ProBuilder] Element under Color Palette in the Vertex Colors window doesn't update until the mouse cursor hovered on it
Color Palette changes from Inspector don't update in the Vertex Colors window until the mouse cursor hovered on it, Refer attached video.
Steps to repro:
1. Create a new project.
2. Window > Package Manager > ProBuilder > Install
3. Create a new shape and select it
4. ProBuilder window > Vertex Color
5. Project > ProBuilder Data > Default Color Palette
6. Inspector > Colors > Change the Array size to 10
7. Hover mouse on the Vertex Color window
Actual Result:
Color Palette changes from Inspector doesn't update in the Vertex Color window until the mouse cursor hovers on it.
Expected Result:
Element under Color Palette is updated without mouse cursor hovers on it in the Vertex Color window
Reproducible in:
2021.1.0a1, 2020.2.0b8, 2020.1.10f1, 2019.4.12f1, 2018.4.27f1 with package version 4.4.0, 4.3.1, 4.2.3, 4.1.0, 4.0.2
Environment:
Windows10 and macOS 10.15
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
This is how windows work, they don't repaint unless it's necessary. In some rare cases like this where there are two windows inspecting the same asset it can be a bit strange to have the lag, but I do not think it is worth forcing repaints to inactive windows to fix.