Search Issue Tracker
By Design
Votes
0
Found in [Package]
7.1.2
Issue ID
1193468
Regression
No
Errors are thrown when using keywords defined in a BlackBoard with Custome Nodes
Steps to reproduce:
1. Open user's attached project "ShaderGraphPlus.zip"
2. Navigate to Project -> Assets -> Materials and open "New Shader Graph"
3. Notice the errors in the console
Expected results: No errors are displayed when using Keywords from Blackboard with custom nodes
Actual results: Errors are displayed in the console when using Keywords from Blackboard with custom nodes
Reproducible with: 2019.3.0b8(7.1.2), 2020.1.0a9(7.1.2)
Note: ShaderGraph does not open with this project in 2019.2.10f1 and lower
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
- “Asset X has no meta file, but it's in an immutable folder. The asset will be ignored.” errors are thrown when importing package with files not listed in package.json's "files" property
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
- UI Document file remains marked as Dirty after Undoing made changes
Resolution Note:
To reference keywords from the blackboard in a custom function, use "#ifdef" instead of "#if".