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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
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.