0
Fixed

Example Card_Lightening Bug

tlstjsdyd85 7 years ago updated by jackielo 7 years ago 1

Aplpha3 Node 


Custom Alpha 


Time.y%1<0.2?(_Time.y%0.04<0.02?1:0)  Copy 


After Update  


Shader Error 

color_alpha3 = -1 +1*(_Time.y%1<0.2?(_Time.y%0.04<0.02?1:0):0) + color_alpha3; << Before OK


color_alpha3 = -1 +1*((Time.y%1<0.2?(_Time.y%0.04<0.02?1:0))) + color_alpha3;    <<Update  Error


Parsing Error






Answer

Answer
Fixed

Thank you for submitting this bug. 

I just fixed it. The fixing will be included in Shader Weaver 1.2.1b

Answer
Fixed

Thank you for submitting this bug. 

I just fixed it. The fixing will be included in Shader Weaver 1.2.1b