UnityTechnologies / ShaderGraph_ExampleLibrary

A library of Shaders created using Unity's Shader Graph.
1.74k stars 299 forks source link

Please unify shadergraph examples with ShaderGraph/TestbedAssets/ #4

Open Neovariance opened 6 years ago

Neovariance commented 6 years ago

In the source of the shadergraph project, there is ShaderGraph/TestbedAssets/ It contains some very interesting examples like PartyPreview.ShaderGraph that is a terrain shader, but if you installed Shader Graph with the package manager, you don't have it.

It's confusing and messy to have to download the sources to have access to that.

andytouch commented 5 years ago

I am going to keep these examples seperate from the main Shader Graph Testbed. Both sets of examples are created for different reasons and are maintained by different teams. :)

Neovariance commented 5 years ago

ok then you can "solve this issue" by mentioning in the samples documentation that :

" Note: there are more interesting examples in the testbed, you can access them by downloading the Shadergraph source package from github"