Search Issue Tracker
By Design
Votes
0
Found in
6000.0.54f1
6000.1.16f1
6000.2.0f1
6000.3.0a4
6000.4.0a1
6000.5.0a1
Issue ID
UUM-113967
Regression
No
Visual Effect Graph Node creation folder colors are not set to default by default
Steps to reproduce:
- Create a new Unity project using the Universal 3D template
- Install the Visual Effect Graph package (com.unity.visualeffectgraph)
- Create a new Visual Effect Graph (Assets > Visual Effects > Visual Effect Graph)
- Double click the Visual Effect Graph to open the Visual Effect Graph window
- Open the Create node popup (Right click > Create Node)
- Enable "Show Details Panel"
- Select any category
- Reset color to default in the Context part of the Create node popup
- Observe the color
Actual results: The default color is not set by default
Expected results: The default color should be set by default
Reproducible with versions: 6000.0.54f1, 6000.1.16f1, 6000.2.0f1, 6000.3.0a4
Tested on (OS): macOS Silicon Sequoia 15.5
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
The custom colors for node categories are not bound to a specific project. The current behavior is exactly what we expect.
While it could also make sense to save custom colors by project, it's not the choice we made.
Thanks for raising this issue.