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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment