Hi everyone! I just want to share more of my work and get some feedback
Thumbnail:
Hi everyone! I just want to share more of my work and get some feedback
Thumbnail:
I like it ! If I wanted to be nitpicky, I’d say, the flame behind the fireball has a somewhat dull shape. But it’s not even bad by itself
I’d be interested to have a look at your shader, they are smooth looking as butter and I love it. There is a simplicity I enjoy here
Thanks!
Yeah when I started to increase the speed of the effect, trail kinda loose some of his motion but after all I want explosion to stand out.
In shader I’m using default Shader Graph noises with different tiling and offsets. This gives decent result and can be used in many ways with custom meshes
I’ve made sure that every part of this explosion is in constant movement even if it’s dissolving so I made shader like this. Sprite is eroding while increasing it’s scale.
谢谢分享!
It’s amazing.Thank you for sharing.
Thank you and no problem!
Hi folks!
I want to share with you some of my approach to my recent effect.
Yet another projectile going on
Effect is made in the two parts an actual missile and a hit effect.
I’m using two meshes to set up frontal shape of the projectile. Outer mesh is much bigger and less vibrant than smaller one inside.
With using them both I indicate overall shape of the projectile and it’s core when damage happens. Both of them has has the same shader with panning noise and faded edges.
Just different settings on!
To get more intensity in core I’ve added camera facing particle on top of inner mesh.
Here’s breakdown:
Most feel of this missile comes from a trail of course. It’s Unity’s Trail Renderer with custom shader and it looks like this:
Hit effect is much simpler and contains:
Mesh similar to one from projectile, couple of particle sparks and glowing hit indicator.
This is it, and I hope it will become useful for you in some point
Also I will appreciate feedback from you guys and gals!
any chance to show us how to draw the trail texture?
It’s buried pretty deep in Shannon’s thread, but she goes over it here: Shannon McSheehan - LoL FX + Knowledge Share - #6 by ShannonBerke
Like Travis mentioned, it’s pretty much the same approach
really good shape and animation color, great!
Hello world!
I’ve started working on my graduation project. To better motivate myself and get some valuable feedback I’m gonna share my progress, since I don’t want to spam here too much I’m will post stuff in bigger chunks
Concept is to create set of abilities for someone who control sand (Gaara intensifies).
I find this topic isn’t overused so it can be interesting to explore.
So far I did sand rings just for warmup and getting sand feel. I was thinking about an approach for sand shapes but best I found is flat shape with texture based vertex offset. Mesh could be optimized a bit more but I can change this later on.
Here is part of the shader responsible for vertex offset. I’m multipling two samples of the same texture with different panning speed to get sand piles as well as some secondary motion to it.
For now, thank you for reading and I would like to here some feedback from you
I also hope that some of them may be useful to you.
Cheers, be safe
Gifs of sand projectile for my project.
There is still some room for improvement but I want to share some progress
Another effect I made for sand study
I’m pretty happy of this one
Hello, I though I will refresh this thread
Some time ago I made effects insired by original Mulan movie and this is one of them:
I rewatched Mulan fire/smoke animations like hundred times to get as close as I could to original effect. Of course with real time limitation in mind and my 0$ budged in my spare time
Quick breakdwn:
Effect contains two elements: fire trail and smoke particles
My shader was super messy so I recreted the main idea behind this fire, also I reused texture from different effect that works fine when distorted
And for smoke I made custom shader with distortion dependent on color over lifetime which improved alpha erosion.
Keep in mind I did this effect for fun and not for production and it has some flaws inside
More of Mulan work this time with trails
My recent projectile/gunshot effects