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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment