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
- Popup windows spawn on the incorrect monitor when the Editor is placed near the boundary of scaled monitor next to a monitor with different scaling
- Hidden Tabs do not shift into empty space after closing visible Tabs
- [Android] Application not deployed on a device when "activity-alias" is used in the AndroidManifest
- Shader compile process adds shader ID to the constant buffer name when the word "Globals" is being used in Vulkan
- Audio Mixer Snapshot link to the documentation isn’t working
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.