Search Issue Tracker
Fixed in 2.0.3
Votes
0
Found in [Package]
2.0.1
Issue ID
1041673
Regression
No
Possible to choose shader functions / shader graph nodes as a shader for a material
Currently looking for reproduction steps on this one, it happened after a shader graph shader failed to compile.
Basically the list of shaders to choose from becomes annoyingly huge as what shader functions (perhaps specific nodes) are added to this list of shaders that a material can choose from.
2018.2 w/ HDMasterMerge
Kink3d commented 17 days ago
Afaik this is not actually a bug. Its because of the regression tests in the repository. Each one generates a shader and we have one for each individual math node (with all the other nodes coming soon, so its only going to get worse).
The plus side is these wont exist in packages, the downside is this is incredibly annoying. Need a solution.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment