Search Issue Tracker
By Design
Under Consideration for 2022.3.X, 6000.0.X, 6000.1.X
In Progress in 6000.2.X
Votes
0
Found in
2022.3.49f1
6000.0.22f1
6000.1.0a7
6000.2.0a1
Issue ID
UUM-84067
Regression
Yes
ShaderGraph tabs persist to projects that do not have that shader graph
Steps to reproduce:
- Create a new URP project
- Right-click Project > Create > ShaderGraph > URP > Lit Shader Graph
- Open this in Shader Editor.
- Ensure the tab is in a group, and then click off the tab so that another is focused instead of it.
- Create a new URP project. Observe your layout.
Actual results: The shader graph tabs you had previously opened carry over into the layout of the new project. When you click on the tab, it disappears.
Expected results: These tabs should not exist in the layout of a new project.
Reproducible with versions: 6000.0.23f1, 2022.3.49f1, 2022.3.1f1
Not reproducible with versions: 2022.3.0f1
Can’t test with versions:
- 2022.2.0a1 - project wouldn't open
- 2021.3 - not supported on Ubuntu 24.04
Tested on (OS): Ubuntu 24.04
Notes:
- If you don't do Step 4, this issue still occurs but is harder to catch as it opens when the project opens and then immediately disappears.
* The new project in step 5 doesn't necessarily have to be the same editor version, but the above might happen.
Attached .mp4 of this occurring with a new project, but I think I've seen it happen when opening existing projects too.
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
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
Resolution Note:
By design, tool windows, including Shader Graph, get saved to the window layout. However, Shader Graph currently doesn't show anything when no asset is loaded, and closes itself. We're looking to display something more useful in a future version. For now, you can click on the extra Shader Graph tabs to close them.