Page 1 of 1

Create Particle Anim Alpha Blend with Amplify Shader Editor.

PostPosted: Fri Oct 19, 2018 3:33 am
by Twins3D
In the Unity 2018 shader, create the Particle -> Anim Alpha Blend shader in the amplify Shader Editor.

I'm a beginner. Please help me. :(

Re: Create Particle Anim Alpha Blend with Amplify Shader Edi

PostPosted: Fri Oct 19, 2018 10:12 am
by Amplify_Borba
Hello, thank you for getting in touch and for your support!

In order to create a shader for particle effects, you'll need to use our Particle Shader Template:

Image

We also provide a sample that shows how you can build a simple effect using these template, which you can find here:

AmplifyShaderEditor \ Examples \ Official \ TemplateExamples \ Particles \ HeatHaze

Please let me know if this helps, thanks!

Re: Create Particle Anim Alpha Blend with Amplify Shader Edi

PostPosted: Tue Oct 23, 2018 2:34 am
by Twins3D
Thank you for your reply.

What I want is not Alpha Blend, but Anim Alpha Blend.

Note is the video link.

https://www.youtube.com/watch?v=8lhMZH6SmIY

ps. We need to test for mobile use.

Re: Create Particle Anim Alpha Blend with Amplify Shader Edi

PostPosted: Tue Oct 23, 2018 2:01 pm
by Amplify_Borba
Our Particles Alpha Blended template allows you to set up an Anim Alpha Blend shader, you can achieve it by following the instructions in the video that you've shared. On ASE's side, I'm sharing an example that should serve as a good starting point:

Image

Image

Do note that you need to be careful on passing the Custom Vertex Streams' values correctly into the Texture Sample, as exemplified in the first screenshot.

Image

Re: Create Particle Anim Alpha Blend with Amplify Shader Edi

PostPosted: Thu Oct 25, 2018 11:58 am
by Twins3D
Thank you very much.

It is the best support for the best asset.

Re: Create Particle Anim Alpha Blend with Amplify Shader Edi

PostPosted: Thu Oct 25, 2018 1:15 pm
by Amplify_Borba
Glad we could help!

Have you had the chance to rate and review Amplify Shader Editor? It would be awesome if you could share your experience with the Unity community, your feedback is extremely valuable to us!

Feel free to get back in touch if you have further issues or questions, thanks!

Re: Create Particle Anim Alpha Blend with Amplify Shader Edi

PostPosted: Wed Jan 16, 2019 8:54 am
by dinaris89
Hi. I want ask about your solution for anim alphablend. Is it work with lightweight SRP? or only wight legacy shaders?

Re: Create Particle Anim Alpha Blend with Amplify Shader Edi

PostPosted: Wed Jan 16, 2019 11:40 am
by Amplify_Borba
Hello, thank you for getting in touch!

Our Shader Templates ( such as the particles one ) should be working on the LW and HD as long as the SRP supports the features being used.