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
Answered

Can you fix the few unity warnings?

o greil 6 years ago updated 6 years ago 4

Hey there - I am getting a few warnings in Unity from your Shader Weaver code (... is assigned/declared but never used...)- is it possible to fix them with the next release?

Thanks a lot,

Oliver

Answer
jackielo 6 years ago

Except the 'SetupShaderMenu' one, all the rest warnings are removed in the next version.
Hope this will make you feel good : )


0
Answered

[HELP] Custom Parameters not working with Unity animation

Hann 6 years ago updated by jackielo 6 years ago 3

Hi,

I try to use Unity animation to set keyframe for the custom parameter I created in ShaderWeaver, but its not working.

It would be nice custom parameter able to set on animation keyframe, it save time and effort compare with writing a script. 

Answer
jackielo 6 years ago

Yes, you are right. Unity animation does not work for UI. I will declare it in the Q&A section.

However. You can still animate them via 

2. 3rd party tools. DoTween/PlayMaker/Bolt...
3. Scripts. Such as Material.SetFloat
https://docs.unity3d.com/2017.4/Documentation/ScriptReference/Material.SetFloat.htm

Thanks!

0
Answered

[HELP] Fade in & out.

Hann 6 years ago updated by jackielo 6 years ago 1

Hi,

Im new using ShaderWeaver, and I wanted to create a AUTO FADE IN/OUT effect.

Attached is my node settings, but I want to make it auto (Fade in PingPong mode, without creating a script to control the custom param "fade")

Image 29

    Can ShaderWeaver achieve this?

    Thank you :D

    Answer
    jackielo 6 years ago

    Shader Weaver provides parameters. To animate them, here are my suggestions for you.

    1. DoTween
    2. Unity Animation
    3. PlayMaker/ Bolt

    You can easily make fade in/out using them without any coding. And the examples 'Vanish' and 'Card Border' in Shader Weaver use Unity animations. 

      0
      Under review

      It would be great if you can make more UI video tutorials.So I can follow them step by step.

      雷霆 6 years ago updated 6 years ago 3

       It would be great if you can make more UI video tutorials.So I can follow them step by step. So far  I dont know how to make icon fx like this . 

      Image 28please make a tutorial .

      0
      Answered

      Need help on Code Node

      captain 6 years ago updated 6 years ago 5

      Hello,

      I was using Code Node to working on alpha calculation. However I was only able to apply alpha to connect node. How do you make it apply to final display similar to the Alpha Node? Thank you.

      Answer
      jackielo 6 years ago

      This feature has been added in the up-coming Shader Weaver 1.4.1


      Release Notes 1.4.1
      * Code Node can output final alpha 




      0
      Answered

      Working with ui text

      Daniel 6 years ago updated 6 years ago 5

      hi, i’m trying to get an underwater effect over ui text. On sprite works well, but with text objects as source it works but mixes all the letters. Do we have to do something special? It is jus a distortion going down over the text...


      Thanks a lot

      0
      Answered

      Possible to chain mixer nodes?

      Mark Gemmell 6 years ago updated by jackielo 6 years ago 1

      Is it possible that the output of a mixer node feeds into a second mixer node as a child?   


      I try it, but get a solid magenta result.  


      I am trying to blend between two images, and then take the result, and blend that between more images.  

      Answer
      jackielo 6 years ago

      You can chain mixer nodes, which is supported.

      Maybe you can check settings,params and node types.

      Or send me a project to jackielo@aliyun.com

      0
      Answered

      unit of gap in Image node?

      captain 6 years ago updated 6 years ago 2

      what is the unit of the gap in image node loop setting? is it meter, pixel or something else?

      Answer
      jackielo 6 years ago

      Percentage of the image itself.

      0
      Answered

      integer divides may be much slower, try using uints if possible.

      captain 6 years ago updated by jackielo 6 years ago 2

      I got this warning when use animation sheet. I wonder if using animation sheet has any impact on performance.

      Answer
      jackielo 6 years ago

      It has been fixed in the up-coming Shader Weaver 1.3.5

      0
      Not a bug

      problem with sort layout

      Mahdi Sarhan 6 years ago updated by jackielo 6 years ago 2

      Hi guys, I have a problem

      I use UI that show when click on (stop game button) the UI is full screen image. the problem is any sprite that use shaderweaver have no effect with sort layout, it always show as first layout! How i can fix this problem? thanks