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
- Unity Version Control window during "Create workspace" updates only when the mouse is moved
- Crash on AudioMixer::GetFloat when entering Play Mode in a specific project
- Test assembly files are not generated when using a local package included in a subdirectory
- URP Terrain Shaders are always included when building on any target platform
- Multiple errors thrown and Scene/Game view is not rendered when Lighting Override Mask is set to the same layer as the Volume
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.