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
- Rigidbody2D.Slide correctly ignores colliders specified with "Physics2D.IgnoreCollision" however encountering them can still modify movement behaviour in subtle ways.
- [Quality Hackweek] A black separator appears when the left panel in the UI Builder tab is resized, and the tab is narrow
- Animator states quickly jump during the Blackboard navigation when the playing state is moved outside the view
- "New" Label overlaps long Asset names in Import Unity Package Window
- Rotation values flip in animation when importing FBX with a generic rig
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.