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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
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.