Search Issue Tracker
By Design
Votes
0
Found in [Package]
Issue ID
1200145
Regression
No
[Shader Graph] Shader Graph Window is not available in Windows drop down
[Shader Graph] Shader Graph Window is not available in Windows drop down
To reproduce:
1. Create a new project
2. Install Shader Graph package
3. Open Window dropdown
Expected result: Shader Graph window can be opened there
Actual result: Shader GRaph window cannot be opened from there
Note: This is not consistent with similar tooling (Visual Effects Graph), which can be opened from that window.
Reproduced on:
2020.1.0a14 Shader Graph 7.1.5
2019.1.14f1 Shader Graph 5.7.2
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
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
- Debug Console does not reappear when disabling and re-enabling Debug.developerConsoleEnabled
Resolution Note:
Shader Graph uses a document model which means each window is tied to a specific asset. Simply opening a SG window with no graph does not make sense. To open Shader Graph, create a Shader Graph asset and double-click it.