Welcome!

Here is the place for:

• General discussion

• Request features

• Ask questions

• Report bugs

• Showcase

Give feedbacks, share you made with Shader Weaver and help Shader Weaver be better!

0
Fixed

Trouble on some mobile devices

Havoc 7 years ago updated by jackielo 7 years ago 11

Hello Jackie!


First off, thank you for your excellent work. I am delighted with this tool, it is one of the best tools I have seen, it is just top notch! However I understand it is still in dev because there is a (minor, I hope) issue.


On some mobiles it looks fine (Xiaomi Redmi Note 4 Snapdragon 625) but on others it bugs out, like on the screenshot (Acer e700 http://www.gsmarena.com/acer_liquid_e700-6420.php ). This is the demo scene Cards, straight from the package (no changes done).


The Xiaomi has a Qualcomm and the Acer a Mediatek, I'm not sure if it helps.



Thank you very much


Image 5

0
Answered

Blending Modes of Image Node

captain 7 years ago updated 7 years ago 3

Hello, is it possible to achieve similar effect like the blending modes in Photoshop to the image nodes such as screen, linear dodge(add), or overlay?

0
Answered

Move & spin a mask?

JMClaw 7 years ago updated by jackielo 7 years ago 1

Hello, I am trying out Shader Weaver, and like the results so far, but I am wondering if there is a way I can move & spin a mask?


Image 3

As you can see in this effect I have everything moving / spinning by a custom parameter, except the mask appears always in the same position (not moving with the coin)


My setup looks like this:


Image 4


I would like to either:


Use move & spin on the mask (link to the same parameter)


or


Group the nodes circled in red, to move & spin them from a single parent node






0
Answered

Issues with latest SW version.

matt 7 years ago updated by jackielo 7 years ago 3

We had some issues with the latest shader weaver update where it invalidated things created with the previous version. Is there a way to get a a hold of your directly that works? We've tried from the asset store page but that didn't work. 

0
Answered

Can I use shaderweaver with NGUI?

Kelvin 7 years ago updated by jackielo 7 years ago 2

Can I use shaderweaver with NGUI?

0
Answered

Is it possible to create distortion effect?

captain 7 years ago updated by jackielo 7 years ago 1

Like the effect shown in the video.

Youtube video
0
Answered

How to set texture name?

captain 7 years ago updated by jackielo 7 years ago 2

How do you set the texture name of a node without the number at the end?

I need to change texture at runtime but it looks like the number changes sometimes.

Image 2


0
Fixed

Error when building player or asset bundle

captain 7 years ago updated by jackielo 7 years ago 2

Shader Weaver version 1.2.0beta

Unity 5.6.1p4

Image 1

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
jackielo 7 years ago

Thank you for submitting this bug. 

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

0
Answered

Using your own Mask Texture

pthongsari 7 years ago updated 7 years ago 10

Hello I would like to know if I can use my own mask texture for current version of the Shaderweaver (1.1.0)? And if it is possible how should I prepare that mask? (As texture with alpha or put it in any of RGB channel?)