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
- “FocusController has unprocessed focus events.” warnings are thrown after adding iOS, tvOS or visionOS Build Profiles
- Holes and different colors appear on default Tree Materials after applying them to the Tree GameObject and undoing changes
- Error indicating that the Text Asset Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
- Documentation installation shows "Install failed: Validation Failed" when installing Android Build Support module
- Error indicating that the Package Manifest Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
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.