sideeffects / GameDevelopmentToolset

A series of Houdini shelf tools that are geared towards game developers!
Other
1.03k stars 213 forks source link

Unity - Impostor Alpha Blended shader errror in Unity 2017.2.of3 #44

Closed Limbicnation closed 6 years ago

Limbicnation commented 6 years ago

impostoralphablended

//Shader error in 'sidefx/Impostor Alpha Blended': Vertex program 'vert': unknown input semantics TEXOORD/1 (on d3d11)

tractopoutre commented 6 years ago

typo line 64 of the shader, replace TEXOORD1 by TEXCOORD1

Limbicnation commented 6 years ago

Thanks, that was a quick fix. I should have spotted that too!