FreyaHolmer / ShaderForge

A Shader Editor for Unity
2.65k stars 532 forks source link

Read Custom vertex stream / custom data into shaders #11

Open ivangarciafilho opened 4 years ago

ivangarciafilho commented 4 years ago

Hi Holmer! Trying to figure out if there's a way of loading custom data or custom vertex streams within shader forge!

FreyaHolmer commented 4 years ago

currently there's no way to do that, aside from assigning to UV coordinate mesh data and reading those. SF does support float4 UVs though, so you do get 4 values per UV at least!