Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.52f1
2022.3.62f1
6000.0.49f1
6000.1.4f1
6000.2.0b2
Issue ID
UUM-107464
Regression
No
Color picker does not show the correct color when selecting color on the moving object
Steps to reproduce:
1. Create a new project
2. Install Visual Effect Graph package (Window > Package Management > Package Manager)
3. Create Visual Effect Graph (Create > Visual Effects > Visual Effect Graph)
4. Select any of the default Graphs (ex. Simple Loop)
5. Create a GameObject, add Visual Effect Component and attach Visual Effect Asset to it
6. Select Color field to open HDR Gradient Editor (linear) window
7. Select one of the gradient markers and press on HDR Color field to open HDR Color window
8. Press on color picker icon in the newly opened window, hover over the moving VFX particles and observe the preview window
9. Select a color of the moving VFX particle
Actual results: Selected color is different than the one that was clicked on and preview window does not show the VFX particles moving
Expected results: Preview shows movement of the VFX particles or the selected colour is the same colour that was clicked on
Reproducible with versions: 2021.3.52f1, 2022.3.62f1, 6000.0.49f1, 6000.1.4f1, 6000.2.0b2
Tested on (OS): macOS Sequoia 15.4 (M4)
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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Resolution Note:
The color picker is an running on the editor update loop which doesn't run at the same frequency as the scene view. The color is sampled on click. A workaround is to pause the visual effect with the in-scene overlay so that the color in the scene view stays the same.