heyx3 / GPUNoiseForUnity

A Unity plugin for generating noise on the GPU for use in the editor.
Other
108 stars 17 forks source link

[BUG] Duplicate Scalar Params #3

Open Bamboy opened 7 years ago

Bamboy commented 7 years ago

For large graphs, having duplicate scalar param nodes with the same name would be desirable, to keep things clean. Currently if you use multiple scalar params with the same name, you will get a shader warning about duplicate variable definitions.