Last one of the Year 2021!!! What a great year of Visual Effects! Thank you all for the amazing feedback and support!!! Let's go 2022!!! 🎉🎉 In case you haven't, check out our great sponsor Unity: assetstore.unity.com?aid=1100l3Jhu And this awesome Stylized Explosion course: www.udemy.com/course/visual-effects-for-games-in-unity-stylized-explosion/?couponCode=17.99_UNTIL_20-09 Oh and it's available on the Asset Store: assetstore.unity.com/packages/slug/222918?aid=1100l3Jhu
it's more then just a tutorial, it's basically lessons how to properly design a visual effect from start to finish. such amazing high quality content every single time. thanks.
For anyone having the problem that their decals ar not shoing in game view. You can fix it in your URP-Asset. There you just need to allow "DepthTexture" in the general settings.
Thanks for yet another great tutorial! I noticed you forgot one thing about multiple meshes... In order to use the two Debris meshes, not only do you have to set the "Mesh Count" to 2, but you have to pick which mesh you want with the "Set Mesh Index" block. Put it in the "Output Particle Mesh" or "Output Particle URP Lit Mesh" group. Connect a "Random Number" node to that, with settings of "Per Particle", "Min" to 0, and "Max" to 2.
I'm not even into vfx.. just stumbled across your video randomly. I really like the way you explain & present.. even got me interested in vfx! great job!!! What a wonderfull way of presenting tutorials :-).
Awesome, thank you! That's very nice of you, appreciate the feedback and glad that you become interested in VFX. It's an awesome field. Good luck, you have plenty of tutorial on my channel that can help you out. ;)
@@GabrielAguiarProd also another thing to note Blender natively supports importing of .blend files and auto converts them to FBX if you leave then in your assets and have blender properly installed using blenders .MSI installer so you can completely ignore the export to FBX part, but you will have to modify the importer settings to make it apply fbx unit scaling's.
True, totally agree and I used to do that. But once I discovered that if someone picked up my project from patreon or the asset store and they wouldn't have Blender installed, they would be smacking their heads trying to figure out why it wasn't working. So yeah, I went back to the good ol FBX export :)
I really like your tutorial! It explained everything very well. I just have one thing to comment, & that might be specific to my Unity Version: the Mesh count property from the Output particle mesh doesn't appear by default. You need to go to Edit > Preferences > Visual Effect Graph; and check > Experimental Operators/Blocks. Then That property will apear.
When did you renamed the model? Also, what are your blender export settings? How did you apply the pivot changes? Can you move a bit faster? I can still see what you are doing on the screen. 16 is the new 10?!
DId someone have the same problem with some nodes not showing up? For example: Simple Particle System? I installed everything for VFX Graphs and turned on Experimental Operators/Blocks ,but still, some nodes are not visible.
i have an error where when i press play the vfx will play itself and then get destroyed at the end so when i left clic to use it i get an error message saying im trying to call a missing object
For some reason my fire trail looks very dull and not vibrant at all. The slash and debris work perfectly but the orange trail is very greyed out as if someone was covering it with a layer. Any tips?
@GabrielAguiarProd I tried making this slash effect but the issue is my slash didnt turn out to be bright as yours. It eas just orange but yours is comparatively much brighter and blooming. What could be the reason?
I would first recommend this course it has all the theory and practice ideal for a beginner, I recommend using the course unity version which is 2019.1: www.udemy.com/course/vfx-for-games-in-unity-beginner-to-intermediate/?couponCode=16.99_EXPIRES_09-02_ And then maybe this one if you are into VFX Graph: www.udemy.com/course/unity-visual-effect-graph-beginner-to-intermediate/?couponCode=16.99_UNTIL_11-01 And then I recommend this playlists which goes from beginner to advanced and has a lot, a lot of information that will help you create awesome vfx: Shader Graph: ua-cam.com/play/PLpPd_BKEUoYjcFaqriaMchx5gOqBs2tDh.html VFX Graph: ua-cam.com/play/PLpPd_BKEUoYhN8CiOoNLTSVh-7U5yjg3n.html Particle System: ua-cam.com/play/PLpPd_BKEUoYh40LeJXTgA6E53gCMPq3MX.html Good luck!
Hi great video! I have 2 questions 1. Why does my slash mesh doesn’t follow the terrain on the ground only the decals? 2. Why are My debris spawning under the plane aswell as in top? And some are floating in the air?
Niagara and VFX Graph are very similar, I'm sure you can easily convert this to UE. Blueprints is also not that hard, if you know how to use raycasts you should be fine too. The rest (mesh and textures) is pretty much the same. It isn't much, but I hope it helps.
21:13 I did everything as in the lesson, the orange trail and fragment particles are displayed, but why does this light trail not fall on the fragments? they don't interact with each other
As soon as I increase the mesh count for the debris, I get the kernel issue. I don't know how to fix it other than reinstalling VFX graph each time, which isn't a very good solution
I was wondering how would one approach this effect but in a circular, shockwave like style. Is there any option for a circular raycast? Any help would be appreciated!!
Great tutos and I really appreciate your efforts, but I have a problem the decals appears on top of the debris It looks awful even thou I watched the tuto over 20 times and made sure to follow every step, I tried the sorting but it shows an error when I select it so any help please. Btw the debris are not affected with the emission of the decals like there is no relation between them
Hello, Super tutorial as always. I saw many people are facing the same issue than me, the decals doesn't show on the "debries mesh particles" but "overwrite" them, resultingg in a weird effect where the debries are "under" the decals and are not affected by the glowing of the decal. I tried to change the order of the differents particles system inside the VFX graph, but the debries are already the last to be rendered. Does anyone manage to solve this issue ? EDIT : I managed to solve the issue, I'm using Unity 2021.3.4f1 and now the default Output Mesh particle seems to be Unlit when "None" shader is assigned, the tricks I did was to create an empty Lit VFX Shader Graph and assigned it to convert the "Output Particle Mesh" to "Output Particle Lit Mesh" and it works now Thanks a lot
I really don't know what I'm doing wrong or if Visual Effects is still being used in this way, but I couldn't get past minute 7:52, when I use the version of unity 2020.3.22f1 it gives me this error >>> Shader error in 'Hidden / VFX / vfxgrapg_GroundSlash / System / Output Particle Mesh': redefinition of 'PackHeightmap' at Projects / Inventory / Library / PackageCache / com.unity.render -pipelines.core@10.7.0/ShaderLibrary/Common.hlsl (1202) (on d3d11) >>> I just create a Visual Effect Graph and add it to the scene, and when I use version 2021.2.7.f1 it throws me this other >>> InvalidOperationException: SystemNames: Model is not registered (UnityEditor.VFX.VFXDataParticle) UnityEditor.VFX.VFXSystemNames.GetUniqueSystemName (UnityEditor.VFX.VFXModel model) (at Library/PackageCache/com.unity.visualeffectgraph@12.1.2/Editor/Models/VFXSystemNames.cs: 108) UnityEditor.VFX.UI.VFXViewController.UpdateSystems () (at Library/PackageCache/com.unity.visualeffectgraph@12.1.2/Editor/GraphView/Views/Controller/VFXViewController.cs: 2013) UnityEditor.EditorApplication: Internal_CallUpdateFunctions () >>> when I am working in editor. If someone had something similar happened or had any idea, please reply to this message
Thank you, glad you like it! Everything is available in my Patreon page: www.patreon.com/GabrielAguiarProd Or in my website: www.gabrielaguiarprod.com/marketplace
Hi Great tutorial works very well i have couple questions tho i want to give damage with this and i want to throw this to mouse point even mid air can you give me some tips please at least for shooting it to everywhere instead of in a direct line :)))
Hey, great tutorial! Only issue im running into is that the ground effect will not show up in the game view while it does work in scene view. Do you have any idea how to fix this?
@@Eterlik Thanks! For anyone still confused, head over to the settings folder and turn on the "DepthTexture" for the URP asset. There are 3 in there make sure to do it for all of them or the one you have your render settings on (High, Low, Medium)
@@GabrielAguiarProd do you know how to create an animated character using the particle system? How would one do that? Like this video ua-cam.com/video/yz945ejHBJI/v-deo.html&ab_channel=BradHammond
Hi! I've watched this about 50 times over 3 days now. I still got a problem with the decal. It is rendered on the ground and all objects in scene. But i cant get it to render on top of my "debris"-particles. Also, if i place my debris-meshes in the scene, the decal is rendered on top as expected, but not when i spawn them as particles in the VFX.. Any ideas? Thanks.
@@dead_____line3401 not working on that project anymore. So i havnt tried this, but i saw another tutorial where they mentioned the render order of the different particles. Maybe look at that if it helps! I believe the decal has to be rendered after the debris.
Hey, your object starts to emit a glow/bloom once you increase the intensitiy which does not happen for me. Are you using some kind of post processing shader for it, or is it a unity setting which i have set up incorrectly? If it is a shader, have you made a tutorial for it? Great tutorials so far. learning a lot from them. thank you very much for making them.
Thanks! Yes you are correct. You can add a Global Volume with right-click in your scene and then create a new Profile, on that Profile you can add Bloom.
Hello Gabriel, I have been having alot of trouble with creating textures recently. I have never made textures before I watched you, and I have noticed that you have photoshop, but I do not feel like spending the money of photoshop. I currently use gimp, and have a decent computer with 32 gigs of ram. I'm not sure why, but after I do a brush stroke with my mouse, it takes around 2-3 seconds for the stroke to actually appear. do you have any recommendation for free texture creating apps that are like photoshop?
hi, i have a very weird problem, my particle is not changing when i do anything in the VFX graph, the set size and set angle for example do nothing. also it doesnt show if i use the burst methond, only with a fixed rate. can anyone help me with this?
hey, my slash works great, but there is one thing that doesnt work. the big slash mesh itself doesnt rotate to the direction in which it is shot, I am going to use this attack for a boss, and the targeting works, but the slash mesh just faces one static direction, no matter what direction it shoots in. does anyone know how to fix this?
Maybe a bit late for a 'fix' but I had the same issue where the projectile script was used, but for some reason when i changed the 'true' for the OnlyV bool to false, the projectile conformed to the direction it was aimed to. nothing else worked even freezing rotations on the RigidBody did not solve it, untill the 2 routines that passed the bool for OnlyV where changed to false. I Used Unity 2021.3.4 if not mistaken.
Last one of the Year 2021!!! What a great year of Visual Effects! Thank you all for the amazing feedback and support!!! Let's go 2022!!! 🎉🎉
In case you haven't, check out our great sponsor Unity: assetstore.unity.com?aid=1100l3Jhu
And this awesome Stylized Explosion course: www.udemy.com/course/visual-effects-for-games-in-unity-stylized-explosion/?couponCode=17.99_UNTIL_20-09
Oh and it's available on the Asset Store: assetstore.unity.com/packages/slug/222918?aid=1100l3Jhu
Really cool choice for the final effect! Happy new year 🎉!!
it's more then just a tutorial, it's basically lessons how to properly design a visual effect from start to finish.
such amazing high quality content every single time. thanks.
If only there was a game with this level of quality.
@@cannotfigureoutaname yeah okay, although, I feel like you could achieve quite similar to this while bumping down the pixel / particle count
As usual I'm at a loss of words- a tutorial for some of the best VFX I've seen, and 100% free!
You are welcome, enjoy!
For anyone having the problem that their decals ar not shoing in game view.
You can fix it in your URP-Asset. There you just need to allow "DepthTexture" in the general settings.
Thank you, you saved me.
Thank you!
your effects always look so good, thanks for doing all these.
and man I hope that stylized water one gets voted on next.
Glad you like it! Thanks for voting! :)
Thanks for yet another great tutorial!
I noticed you forgot one thing about multiple meshes... In order to use the two Debris meshes, not only do you have to set the "Mesh Count" to 2, but you have to pick which mesh you want with the "Set Mesh Index" block. Put it in the "Output Particle Mesh" or "Output Particle URP Lit Mesh" group. Connect a "Random Number" node to that, with settings of "Per Particle", "Min" to 0, and "Max" to 2.
Very nice feedback, thank you!
I'm not even into vfx.. just stumbled across your video randomly.
I really like the way you explain & present.. even got me interested in vfx!
great job!!!
What a wonderfull way of presenting tutorials :-).
Awesome, thank you! That's very nice of you, appreciate the feedback and glad that you become interested in VFX. It's an awesome field. Good luck, you have plenty of tutorial on my channel that can help you out. ;)
Such a good guy .
All this explanation for free .
I've just found this amazing channel, i will come back whenever i finish my blender character tutorials.
I hope you have fun whenever you come back! GL
This VFX is really Groundbreaking! Thanks
literally groundbreaking.
AMAZING… beautiful work, wonderful tutorial, gorgeous results. Your tutorial’s are incredible!
WOW.... Amazing result Gabriel ! Merry XMAS and a Happy New Year !! Good job man !
Thank you! Cheers!
Woah! That sounds ground breaking!
This is awesome, and I love you.
Amazing.
Added as earth bending to my online multiplayer avatar game.
Thanks :)
thanks dude! awesome result)
gj this is amazing !! happy new year
Thanks! You too!
Outstanding tutorial!
You know I’m gonna watch it
Great tutorial! It's very cool, thanks!
Incredible video as always, thanks!
Very high quality tutorials. thank you!
Glad you think so!
Great!! Thanks for making this tutorial!! It's really appreciated :D
You are the best, i love effect on the ground.
Thanks! 😃
A note for the future when exporting from blender you can fix the size issue by exporting scalings as FBX Unity Scale.
Oh nice tip, thank you! Didn't noticed it.
@@GabrielAguiarProd also another thing to note Blender natively supports importing of .blend files and auto converts them to FBX if you leave then in your assets and have blender properly installed using blenders .MSI installer so you can completely ignore the export to FBX part, but you will have to modify the importer settings to make it apply fbx unit scaling's.
True, totally agree and I used to do that.
But once I discovered that if someone picked up my project from patreon or the asset store and they wouldn't have Blender installed, they would be smacking their heads trying to figure out why it wasn't working. So yeah, I went back to the good ol FBX export :)
@@GabrielAguiarProd ahhh that's fair, I tend to only do world and avatar work for vrchat so nothing really ever leaves my PC.
Wow, amazing video! I've learned a lot with this. Thanks.
Glad it was helpful!
Good tutorial, thanks for sharing!
To this effect you only can awe and say Noiceee Noiceee Noiceee!
Another great lesson from the master! nice! thank you Gabriel!
Great video, many thanks!
GETSUGA TENSHOU -ICHIGO KUROSAKI
I really like your tutorial! It explained everything very well. I just have one thing to comment, & that might be specific to my Unity Version: the Mesh count property from the Output particle mesh doesn't appear by default. You need to go to Edit > Preferences > Visual Effect Graph; and check > Experimental Operators/Blocks. Then That property will apear.
thanks man
When did you renamed the model? Also, what are your blender export settings? How did you apply the pivot changes? Can you move a bit faster? I can still see what you are doing on the screen. 16 is the new 10?!
Man I remind me of Brackeys :,) . You 100% desere another sub!
DId someone have the same problem with some nodes not showing up? For example: Simple Particle System? I installed everything for VFX Graphs and turned on Experimental Operators/Blocks ,but still, some nodes are not visible.
Thankyou for tutorials
Would like to see a kind of videos for realistic vfx for hdrp. You are the man
amazing this work !!!
Wow its amazing
GOAT
Yayyyy another one 😀
Fantástico como sempre.
Bom ano Gabriel.
Obrigado! Bom ano para ti também!
Damn looks so cool !
UNITY’S PARTICLE SYSTEM
Anyone stuck with Mesh Count in the output mesh particle make sure to Check Experiment Operators / Blocks under Preferences > Visual Effects
i have an error where when i press play the vfx will play itself and then get destroyed at the end so when i left clic to use it i get an error message saying im trying to call a missing object
For some reason my fire trail looks very dull and not vibrant at all. The slash and debris work perfectly but the orange trail is very greyed out as if someone was covering it with a layer. Any tips?
@GabrielAguiarProd I tried making this slash effect but the issue is my slash didnt turn out to be bright as yours. It eas just orange but yours is comparatively much brighter and blooming. What could be the reason?
Awesome!
GT Frisk must be sweatin'
Thank you
QUESTION* I'm using Unity 2022, and here i can't control how many meshes i want to output :( ... is this feature only available in Unity 2021 ??
hello i have problem in mesh not animate upword if you have solution plz help me 9:13
Amazing, do you have some tutorials that come close to black desert skills or lost ark skills?
Awesome
Getsuga tenshouuuu !!!
Gabriel love this! If i wan to start to do it, totally noob in this. Where i have to put my hands on first?
I would first recommend this course it has all the theory and practice ideal for a beginner, I recommend using the course unity version which is 2019.1: www.udemy.com/course/vfx-for-games-in-unity-beginner-to-intermediate/?couponCode=16.99_EXPIRES_09-02_
And then maybe this one if you are into VFX Graph: www.udemy.com/course/unity-visual-effect-graph-beginner-to-intermediate/?couponCode=16.99_UNTIL_11-01
And then I recommend this playlists which goes from beginner to advanced and has a lot, a lot of information that will help you create awesome vfx:
Shader Graph: ua-cam.com/play/PLpPd_BKEUoYjcFaqriaMchx5gOqBs2tDh.html
VFX Graph: ua-cam.com/play/PLpPd_BKEUoYhN8CiOoNLTSVh-7U5yjg3n.html
Particle System: ua-cam.com/play/PLpPd_BKEUoYh40LeJXTgA6E53gCMPq3MX.html
Good luck!
@@GabrielAguiarProd ty so much! Im going for it
in output particle mesh for the debris when i keep the blend mode to opaque nothing is visible. how do i fix this?
Happened to me too. I'm using 2021.3. I had to switch my "Output Particle Mesh" block to "Output Particle URP Lit Mesh". That fixed it.
By the way in 3.0 you can access convert to mesh in right click menu
hello when i add 2 meshes they draw only 1 in scene how this fix?
Hi great video! I have 2 questions 1. Why does my slash mesh doesn’t follow the terrain on the ground only the decals?
2. Why are My debris spawning under the plane aswell as in top? And some are floating in the air?
this is gold Gabriel, thanks al lot for the in depth explanation. DO you have any idea how I could achieve a similar result in UE4?
Niagara and VFX Graph are very similar, I'm sure you can easily convert this to UE. Blueprints is also not that hard, if you know how to use raycasts you should be fine too. The rest (mesh and textures) is pretty much the same. It isn't much, but I hope it helps.
dude i wish i was gifted with vfx design ...
Dude just like, learn then
It's been a year , have you learnt it yet?
@@vocheseleon😂
21:13 I did everything as in the lesson, the orange trail and fragment particles are displayed, but why does this light trail not fall on the fragments? they don't interact with each other
Where would you recommend starting to learn Unity and C# so I can start making my own small games?
Fantastic!!! Do you sell effects that can be attached to an animated mesh? Like a fire that animates from a hand up to the shoulder?
Thanks for this amazing tutorial. For some reason, the HDR color is not shown correctly with bloom effect in my unity. Any tips will be appreciated.
how come that the default settings here make the particle glowy from the get-go but when i do it i just get standard no glow tints
There's a Global Volume with Bloom btw
Also, the coupon code didn't work for me. For sale products or non-sale products.
Yeah I guess the "coupon" sale is over. Sad
As soon as I increase the mesh count for the debris, I get the kernel issue. I don't know how to fix it other than reinstalling VFX graph each time, which isn't a very good solution
I was wondering how would one approach this effect but in a circular, shockwave like style. Is there any option for a circular raycast? Any help would be appreciated!!
New subscriber
Welcome!!
Hi Gabriel, I can’t see the mesh count slider on my computer. Is there anyway to fix this?
make magic game with these effects
it would be amazing
Great tutos and I really appreciate your efforts, but I have a problem the decals appears on top of the debris It looks awful even thou I watched the tuto over 20 times and made sure to follow every step, I tried the sorting but it shows an error when I select it so any help please.
Btw the debris are not affected with the emission of the decals like there is no relation between them
Hello,
Super tutorial as always.
I saw many people are facing the same issue than me, the decals doesn't show on the "debries mesh particles" but "overwrite" them, resultingg in a weird effect where the debries are "under" the decals and are not affected by the glowing of the decal.
I tried to change the order of the differents particles system inside the VFX graph, but the debries are already the last to be rendered.
Does anyone manage to solve this issue ?
EDIT : I managed to solve the issue, I'm using Unity 2021.3.4f1 and now the default Output Mesh particle seems to be Unlit when "None" shader is assigned, the tricks I did was to create an empty Lit VFX Shader Graph and assigned it to convert the "Output Particle Mesh" to "Output Particle Lit Mesh" and it works now
Thanks a lot
Thanks Man.... I always lost the part that i am using different render pipeline then him.... you saved me
I really don't know what I'm doing wrong or if Visual Effects is still being used in this way, but I couldn't get past minute 7:52,
when I use the version of unity 2020.3.22f1 it gives me this error
>>>
Shader error in 'Hidden / VFX / vfxgrapg_GroundSlash / System / Output Particle Mesh': redefinition of 'PackHeightmap' at Projects / Inventory / Library / PackageCache / com.unity.render -pipelines.core@10.7.0/ShaderLibrary/Common.hlsl (1202) (on d3d11)
>>>
I just create a Visual Effect Graph and add it to the scene, and when I use version 2021.2.7.f1 it throws me this other
>>>
InvalidOperationException: SystemNames: Model is not registered (UnityEditor.VFX.VFXDataParticle)
UnityEditor.VFX.VFXSystemNames.GetUniqueSystemName (UnityEditor.VFX.VFXModel model) (at Library/PackageCache/com.unity.visualeffectgraph@12.1.2/Editor/Models/VFXSystemNames.cs: 108)
UnityEditor.VFX.UI.VFXViewController.UpdateSystems () (at Library/PackageCache/com.unity.visualeffectgraph@12.1.2/Editor/GraphView/Views/Controller/VFXViewController.cs: 2013)
UnityEditor.EditorApplication: Internal_CallUpdateFunctions ()
>>>
when I am working in editor.
If someone had something similar happened or had any idea, please reply to this message
I want to play this game if there is ever one
The UV sync selection option doesn't show for me, help? 3:18
Hello! so cool tutorial!
So, I have a question. Where can I check sources of camera or ground slash scripts that introduced in this tutorial ?
Thank you, glad you like it!
Everything is available in my Patreon page: www.patreon.com/GabrielAguiarProd
Or in my website: www.gabrielaguiarprod.com/marketplace
Why you so Pro
wowww
Could I use these in a vrchat avatar
Hi Great tutorial works very well i have couple questions tho i want to give damage with this and i want to throw this to mouse point even mid air can you give me some tips please at least for shooting it to everywhere instead of in a direct line :)))
Hey, great tutorial! Only issue im running into is that the ground effect will not show up in the game view while it does work in scene view. Do you have any idea how to fix this?
Your camera rendering settings likely do not include the layer the effect is on
@@Enalius which renderer are you using because mine is set to UniversalRenderPipelines
Hey, had the same problem.
You can fix it in your URP-Asset. There you just need to allow "DepthTexture" in the general settings.
@@Eterlik Thanks! For anyone still confused, head over to the settings folder and turn on the "DepthTexture" for the URP asset. There are 3 in there make sure to do it for all of them or the one you have your render settings on (High, Low, Medium)
@@Eterlik bro,I allow the depth texture but still can't see ground effect
If you were going to make this for the built in rendered in Unity, how would you go about doing so?
Pretty much the same, but use the Particle System and Amplify Shader (to create shaders if necessary)
@@GabrielAguiarProd do you know how to create an animated character using the particle system? How would one do that? Like this video ua-cam.com/video/yz945ejHBJI/v-deo.html&ab_channel=BradHammond
Hi!
I've watched this about 50 times over 3 days now. I still got a problem with the decal.
It is rendered on the ground and all objects in scene. But i cant get it to render on top of my "debris"-particles. Also, if i place my debris-meshes in the scene, the decal is rendered on top as expected, but not when i spawn them as particles in the VFX.. Any ideas?
Thanks.
I have the same problem, did you find a solution?
@@dead_____line3401 not working on that project anymore. So i havnt tried this, but i saw another tutorial where they mentioned the render order of the different particles. Maybe look at that if it helps! I believe the decal has to be rendered after the debris.
@@danielbalogh8102 Thanks for the tip
Hey, your object starts to emit a glow/bloom once you increase the intensitiy which does not happen for me.
Are you using some kind of post processing shader for it, or is it a unity setting which i have set up incorrectly?
If it is a shader, have you made a tutorial for it?
Great tutorials so far. learning a lot from them. thank you very much for making them.
Thanks! Yes you are correct. You can add a Global Volume with right-click in your scene and then create a new Profile, on that Profile you can add Bloom.
@@GabrielAguiarProd Thank you very much. Looking forward to also trying out your other tutorials.
Hello Gabriel, I have been having alot of trouble with creating textures recently. I have never made textures before I watched you, and I have noticed that you have photoshop, but I do not feel like spending the money of photoshop. I currently use gimp, and have a decent computer with 32 gigs of ram. I'm not sure why, but after I do a brush stroke with my mouse, it takes around 2-3 seconds for the stroke to actually appear. do you have any recommendation for free texture creating apps that are like photoshop?
For this type of textures Krita is great. Which is what I used in this tutorial to create a quick gradient. :)
@@GabrielAguiarProd Thank you! You are a great man Gabriel!
Can we implement it in threejs ?
Why is my cell fracture not like yours even though I have the same settings?
I believe everytime you break it, it's a different outcome. It's the seed. But as long as you have a small debris, you are good to go!
is there a way to render the debris above the decals? when I try this, my decals make the meshes look like they are transparent - thanks!
Sadly not yet. In HDRP yes, thanks to decal sorting layers, but not in URP.
@@GabrielAguiarProd Thanks for the reply! :) I ended up using textured quads, for the ground effects, love the channel!
Hanokami no Kagura!
Greate
It would be great if you could do the Nightcrawler teleportation effect
An interesting idea indeed :)
*genshin impact particles intensifies*
Getsuga-tensho
hi, i have a very weird problem, my particle is not changing when i do anything in the VFX graph, the set size and set angle for example do nothing. also it doesnt show if i use the burst methond, only with a fixed rate. can anyone help me with this?
nvm, didnt press compile, not very smart haha
Ey it happens, no worries :)
Please can u also do ue4 stuff? Skills, effects .
cool
hey, my slash works great, but there is one thing that doesnt work. the big slash mesh itself doesnt rotate to the direction in which it is shot, I am going to use this attack for a boss, and the targeting works, but the slash mesh just faces one static direction, no matter what direction it shoots in. does anyone know how to fix this?
Did you try to remove the Orient block in the Output Particle Mesh?
Maybe a bit late for a 'fix' but I had the same issue where the projectile script was used, but for some reason when i changed the 'true' for the OnlyV bool to false, the projectile conformed to the direction it was aimed to. nothing else worked even freezing rotations on the RigidBody did not solve it, untill the 2 routines that passed the bool for OnlyV where changed to false. I Used Unity 2021.3.4 if not mistaken.