Unity Issue Tracker - User gets errors in the console during category creation with the same title in VFX blackboard window
Fixed
UUM-17383
User gets errors in the console during category creation with the same title in VFX blackboard window
Unity: Visual Effects
Fixed
2023.3.X
Won't Fix
2023.2.X
2023.1.X
2022.3.X
2022.2.X
2022.1.X
2021.3.X
2020.3.X
2022.1 has reached end of life so the issue will be fixed in a newer version.
How to reproduce:
Open HUB;
Create 3D(HDRP) project;
Create visual effect graph in the "Project" window (Create->Visual Effects-> Visual Effect Graph);
Drag it to the "Scene" window;
Select newly created graph in the "Project" window and go to "Inspector" window;
Click "Open" button;
In the opened graph window turn on "Blackboard";
Click "+" in it and select "Category";
Verify, that category becomes created;
Rename that category to "AAA;
Make duplicate of the newly created and renamed category;
Verify that duplicated category is named "AAA 1";
Select first category, which was duplicated, and try to rename it to "AAA 1".
Expected result: User should get a validation message, which would inform him that such title already exists and user would be forced to enter a new unused title at that step.
Actual result: Console displays error. Image added in the attachments section.