Search Issue Tracker
By Design
Votes
0
Found in [Package]
6.9.0
Issue ID
1203306
Regression
No
Shader Graph Master Node unsupported render pipeline error message is not informative enough
How to reproduce:
1. Create a new project
2. Install Shader Graph
3. Create a Shader Graph asset (either Unlit or PBR)
4. Double click it to open Shader Graph window
5. Mouse over the red exclamation error notification in Shader Graph
Expected result: The error gives you information, with either telling you what Master Nodes are supported in current Renderpipe, or by naming Renderpipelines which are available for the Master node
Actual result: "The current render pipeline is not compatible with this master node."
Reproducible with: 6.9.0, 6.9.2 (2019.2.17f1), 7.1.1, 7.1.6, 7.1.7 ( 2019.3.0f4, 2020.1.0a17)
Couldn't test: 2017.4.35f1 Shader Graph is not introduced, 2018.4.15f1 Shader Graph is not supported on the built-in pipeline
Notes:
- Reproducible on macOS, Windows
- Screenshot of reproduction result is attached in EditD
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note:
The documentation pages for each master node found in either the Shader Graph or the respective render pipeline package documentation lists the compatible render pipelines for each node. It will also tell you to check if a render pipeline is assigned in your graphics settings.