VaxKun's Sketchbook

I guess the shape is too round for a fire, even if it’s aim to be cartoon-like !
I suggest you to give more upward velocity for the main fire, and much more for the smoke ! :smile:

And also, it’s seems like the embers aren’t connected with the fire, may be give the same amount of bloom and the same color will help :slight_smile:

1 Like

This is so cool mate! Can you explain How to make the model looks like anime style like that?
Thank you!

Nice, thanks!

:kissing_smiling_eyes:

Well, thats a bit of all the parts of the process. First, the model normally is very simple, but have some things “detailed” in model, like for example buu eyebrows, the chest relief, and the pants folds. That way
you know the model will have some nice cel shading there if you are going to use a shader like that.
Afterwards, the rest of the work is on the textures, look at the model of the left, all the details on the things talked before (chest relief, pants folds…). If you cant texturize nice (idk if you arent good at that or dont want to do it from hand) dont worry, you can do some less detailed textures like this:

https://www.youtube.com/watch?v=HI3Un7KQOuY

Some more examples of models here:

Have a good dev!

1 Like

Thank you for this information!
It is very helpful!

So, made some bullet effects, need some more work tho.

So i was like, hey! lets do some more cracks! xD

3 Likes

Btw that second crack is near 50 polys if i remember so its highly optimized xd.

Gonna make some tests on mobile to see if its viable to release it as an asset and a mobile asset :thinking:

For new ppl wondering, ive made a tutorial of this while ago: GroundCrack DepthMaskShader Tutorial

Have a good dev! :stuck_out_tongue_winking_eye:

1 Like

So, i havent been posting for a long time bc i was hella busy with a lot of things once. But i think i can start sharing some things ive made this time (made a lot of commission that cant be shown :frowning: )
Continued testing my CelShading Shader, still needs polish but ive been quite happy with it :smiley: (btw available on unity asset store :smiley:)

Added a Glass toony shader to the same asset pack :smiley: looking good and can be tinted if wanted.
https://imgur.com/VnOtlde
Made a Blur shader with mask for snipers (and non snipers if the mask is full white xD)

Working on a new Fire Shader asset, planning to make some nice options for masking :smiley:

Took back from the closet a QuadFog shader to make some cool and performant things :stuck_out_tongue_winking_eye:

Well, there are some things i cant show and some others im currently thinking. Like new things on the Procedural Random Tileset :smiley:
(same gif, just stating about what shader im talking xd)

Have a good dev and see you soon!

3 Likes

Been testing some things for roots effects, and thanks to https://twitter.com/Gaxil/status/989451306569027586 simple and compact tutorial, ive reached this interesant thing:

3 Likes

Lil sneak peek of something ive started today, i enjoy recieveing feedback but the 70% of things i make has an NDA xd.
There are a LOT of things left but i wanted to share it xddd
https://www.youtube.com/watch?v=WVJLLP5vOBY
(GIF)

she dont actually shoot right now tho

SO, ive been working a bit on this effect : D
First of all, ive modified the zelda transformation and the arrow appear/appearance.
Now it shoots!
Made the environment with some nice stylized trees, grass and grass.
Added postprocessing, darkening of the scene… and few more things

Still a WIP, the explosion sphere has only a fresnel and i want to work more on it and in more things like the pre-explosion flares : S
Made a nice memetastic end :stuck_out_tongue_winking_eye:


Gif fixed :stuck_out_tongue_winking_eye:

A lot since my last post here, bc i was just wipping my way on twitter, and its crappy compressed videos, but i feel like i gotta post some sauces here ^^



Also big rip to the gif compression lol

2 Likes

Oh my god those trails back theeeere! :star_struck:

How did you do that!?
I’ve been reading Shannon McSheehan posts and managed to draw a good texture, but the shader part is a pain!

:star_struck: Love It!
Can you go over how you made those too?

Love the cracks!
I’m definitely watching the tutorial anytime soon!

Overall my trails shader its a whole changed to add soulercoaster features, rotations so it can be used on other meshes with different UVs and so. But the base idea is the same, the erosion base.

I dont know if its way upper because the shannon post is quite large, but i think ive started looking on to that kind of trails since this post:

That shader is from Amplify editor, but it can be easily made on Unreal/ShaderGraph/ShaderForge/RawText…

Then, the next most important thing for me, its to play around with the trail texture and the erosion texture.
(If my mind doesnt betray me, on the last trail gif, the first, third and fourth trails, had the same trail texture, simply played with another erosion texture and a bit with the values to get other results)

2 Likes

Thanks for the reply! :smiley:

Oh yeah, Shannon’s post is huge and it’s as awesome as it is long!

About the shader you linked, I tried to replicate it but got confused on this part in green:


I’m not even sure if this is only sensible to the project of the person who posted this, or if I should try to replicate entirely. Anyway, would you know what are the equivalents of those in green on Unity Shader Graph?

Oh yeah, on the green left box:
The orange-yellow ish node is just the UV node, note that in Shader graph u will need to use split in order to use the X channel (The U on Amplify). So you will end with a simple gradient through the UVs for the base of the eroded trail.

Based on that idea, on the same left green box, the red node is the Vertex color (same on ShaderGraph), it suggests you to use the Alpha channel, so you can control the erosion position if you are using the material on a particle system and want to modify that erosion position through the color over lifetime gradient.

And for the right green box.
All the green nodes are float nodes in shader graph. Three of them are just a constant number (Zero, One and Negative(-1)), and the other one is a float, but on shader graph is a Slider node, its the same, the only change is that you can slide to one number to another in the editor.

And for the multiply node, it multiplies the dissolve Softness by -1 to make Dissolve softness negative. Normally this kind of things on scripts are modified by values between 0 and 1. Thats why the developer should have decided to go with a positive for dissolve and then made it negative.

BUT, the better way to understand this things is to try them, so go ahead and test it yourself ^^

Have a good day!

1 Like

Hey, Vax! I think I did it :star_struck:

Though I have to work on a better noise texture for the erosion hehe :sweat_smile:

Big thanks for everything, specially for translating that stuff for me, it was crucial.
I wish you a wonderful night!