Search Issue Tracker
Fixed in 4b29153fc88df46ca61152c273d232701075a598
Votes
0
Found in [Package]
2020.2.0a11.1312
Issue ID
1304162
Regression
No
[Shadergraph] Action that causes the graph to error does not print errors to console
Repro steps:
1. Create a shadergraph
2. Create a virtual texture
3. Copy and paste a word with an invalid symbol (such as an exclamation point or a space) into the "Layer Reference" space in the virtual texture options in the node settings in the graph inspector
Expected result: if the bug still reproduces, an error should be printed to the console with a stack trace or line number so the user can more easily figure out what's going on
Actual result: there are errors in the graph but the errors are not printed to the console
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
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
Resolution Note (fix version 4b29153fc88df46ca61152c273d232701075a598):
Added a catch-all console error on save (import) for shaders