NEW PORTAL in VFX GRAPH: ruclips.net/video/V2NZb0WN7SY/видео.html UDEMY COURSE - VFX FOR GAMES: www.udemy.com/course/vfx-for-games-in-unity-beginner-to-intermediate/?couponCode=18.99_UNTIL_20-09
I followed the tutorial and everything works great except the portal disappears after exactly 2 minutes. I have no idea why! Do you know how I can fix this please?
Great tutorial! If anybody would like to be able to scale the *Mask* without creating a whole new texture simply do this: 1. Create a float (Vector1), this will be your MaskScale variable, and create a Tiling and Offset node. Plug the tiling and offset node into the UV(2) slot of your texture 2D 2. Connect the MaskScale float directly into the Tiling(2) slot of the Tiling and Offset node. 3. Connect the MaskScale float to a Multiply node A slot, and set the B slot to -0.5 4. Connect the out of your Multiply node to an Add node A slot, and set the B slot to .5. 5. Plug the out of your Add node to the offset(2) port on your Tiling and Offset I set my MaskScale then as a slider with a max of 1 and min of 0, and have found with the default particle texture a good default value is .85
For anyone wondering where the two-sided option has gone in shader graph 10, you can find it in the graph inspector, enable it on the top-right, then select "graph settings" instead of "node settings" and there it is.
For everyone having troubles because the quad inside the scene doesn't move/rotate, just go to the scene panel, take a look on top/right of this scene and you'll see "2D" followed by other icons. You should click the third one (th one which says toogle the skybox, fog and other values). Hope it helps :)
Thanks for this amazing video! Everything made sense! to me. I appreciate you showing what the portal looks like in between steps because it helped a ton! You earned a sub.
if you don't save changes in Shader Editor (just do Ctrl+S), you cannot create material via Shader Graphs. It took some time but I finally found it. You should use the save button in the editor. I'm writing in case anyone can't do it like me.
Great tutorial for learning the basics of shader graph! I'm a game artist with a very basic understanding of programming and this really helped me to get grasp of what's going on. Very cool, thanks!
0:19 I want that pool. Would love a tutorial on that. 0:29 Especially that water if possible. It looks amazing and would really help immerse the player in a jungle environment
[From the future] If you are having issues with the alpha channel going to 0 when pulling from the color multiply step just pull alpha from the sample texture 2D multiple step.
Really nice effect! I just tried to re-create this with the new Unity Update 2019.2 and the new 2D Shader Graph. Saldy without success. I would love to see a turtorial for how to do this in 2D~
Yea 2019 vomit all over my project, so now I have to uninstall 2019 and get what ever version he used here... Kind of ANNOYING to bounce unity versions all the time I do tutorials for different things, like I expect more from unity's newer versions, but guess not...
Really awesome! I always had trouble understanding Shader Graph cause everyone always jumps into 5 things I don't understand, and you always take things step by step, explaining every piece, which is awesome. I'm curious, are you planning on showing anything off with the new VFX Graph that just dropped in beta? I imagine it'll take some time to play with it and figure out first, of course.
Hello! I am having trouble with the shader when you get to the part where you add color. When I hook the now colored multiply node into the alpha node, nothing shows up in my preview. Would anyone know why that would happen?
If you want to fix it you can just multiply the twirl by a vector 1 and then plug it into the alpha. It doesn't work because it doesn't have a alpha channel
If been following this tutorial and I ended up with some problems, I don't know if it's because of the pipeline or if it was an update on shader graph but if I use the output of the last multiply for the emission and the alpha I can't see anything, at first it was only with blue colors, now with alls, so weird, I don't know why. I solved it using the output of the multiply before the color for the alpha and it works fine. I also suggest leaving the albedo in black or having a color property to control it.
Ok so I followed the tut with unity 2019 my preview is a magic pink square. I can see the previews along the way which show similar to yours, but the texture seems to be messed up.
Okay so, for those who have problems using green/blue colors in the alpha channel on *Unity version 2019.2.0f1* / *Shader Graph version 6.9.1* , hear me out. My issue was using the *Gradient Noise* for the twirl effect. It's currently an unstable node which leaves artifacts when paired with the *Power* node as well as decreases opacity when multiplied with a *Color* node. Hope I helped those who also deviated a bit from the tutorial!
Awesome video, all explained well and perfect. But i have a problem, my portal doesnt glow, it is just a lit color without lights. how can i solve it? I have all set up like you said in the video and the previous one, and the final color is set to the Emission input. NVM, i had no camera. But here's another: the portal displays in different ways based on what there's behind it. For example, it glows correctly with a mesh behind, but different with a shadow or the background
Something seems to be missing. Around 6:30, you speak of how it look small in the preview, we'd fix that, then goes on about adding color, dissolve, and next is particle effect. Nothing about sizing or "size" wasn't what you mean was about the dissolve to have finer lines instead of a blob of light? I suspect the actual sizing is done by scaling the quad or using appropriate mask.
is multiplying voronoi by time more expensive than multiplyng the twirl? we could have used a texture instead of using voronio rite? any ideas were can i look into shader graph performance tips? like how much power each kind of node takes.. ty man
i foking love shader graph, so simple and yet powerful, try to do this portal once you learned how, notice that its done in just 2 minutes? xD coding is slower... i think ill have a few months of fun with this haha
Great work! Although I have an issue - Whenever I save the asset in the shader graph I lose the texture within the mask property when exiting back to Unity
Amazing tutorial! Are these designed for pure beginners in shader development? If so, could you go a little more in depth on the effects the multiply and power node can give, or when you should use them?
Hey i found your channel... really glad that i did and i am going to enroll in your Udemy course maybe today itself and all your RUclips tutorials too..just had a minor questions...i am targeting mobile games will everything work fine? If i am using these effects?
Welcome aboard! Yes they work fine. But if you are using the 2D Renderer in the Universal Render Pipeline, then you need to start with a different type of shader. It's the 2D Sprite Lit Graph. The rest, most of the nodes, should be the same.
@@GabrielAguiarProd Thanks for replying... it really means a lot..do you recommend any specific template (i want to create a 3d mobile game with all of your awesome VFX's like portal one you created in shader graph, and waterfall and projectiles etc. )... And yea i am facing a issue too while following the portal video (the latest one) ... Whenever i create a VFX i can see it playing it in game window but not in scene window ...the scene window is empty with just a genie lamp ...all the time!! Please any help?
I have an error that says 'the current render pipeline is not compatible with this master node'. The main preview is it just pink. Can someone help me?
Well at the time I was more focused on the result rather than the technicality of it. But yes, I would choose an Unlit shader if I were to redo it today.
So I follow the tutorial and everything works fine within the shader graph but when I apply the material to the quad nothing moves. Any ideas why? It would be much appreciated
@@GabrielAguiarProd same problem when doing your new tutorial. Every value has been setted up, but it still doesn't move on the scene (only in shader graph previews pipeline)
So I followed this from start to finnish and when I got to the particle texture the texture complete went away, can't see the object at all and no effects. Know how to fix?
Found the problem, it was dissolve. Need to be a -2 and not +2 or it won't work apparently for me. And Color doesn't work either because if I turn in anything from white it will go dark.
I tired to get this to work and all I got was that I couldn't use the PBR graph for some reason because of my render pipeline... how do I know what pipeline I'm using, I tried to set mine up for URP but when I did all my models turned pink... I'm using unity 2019.4.15f1
The easiest way to start with a HDRP or URP project is with Unity Hub. Create a new project and select the desired template (HDRP or URP), and that's it. Install Shader Graph in the package manager and you are good to go.
Make sure in the package manager you only have installed URP. Then in a folder with right click create a Pipeline Asset (Create>Rendering>Universal Render Pipeline>Pipeline Asset). Then drag and drop the UniversalRenderPipelineAsset to the "Scriptable Render Pipeline Settings" in Graphics (Edit > Project Settings > Graphics). If materials are still pink, then you need to convert them to URP materials (Edit>Render Pipeline>Universal Render Pipeline>Upgrade Project Materials to URP OR Upgrade Selected Materials to URP if you only want to convert a few). Hope this helps.
@@GabrielAguiarProd that was super helpful, tho sadly it will not work with this project... it still breaks too much like my particles lighting and just over all ruined the look of what I had going so far.
It depends on the Unity version you've (2018.1 up) and if you've installed Shader Graph. Here's a video with the instructions: ruclips.net/video/O75iGGUQXBI/видео.html
I've followed this tutorial successfully using URP and Shader Graph, but is it possible to create the portals using an alternative method without using URP and Shader Graph?
@@aarondelgado3421 Amplify shader is a paid tool from unity asset store. For what reason you do not want to use URP and shader graph when its free? Its like you don't want to upgrade from typewriter to computer unless you started the project long ago when there was no URP.
@@GabrielAguiarProd There are more than 100 game objects... Is there another method? (I think that this method takes up a lot of RAM, or not?) The game is for android's devices
Anytime you need to have a different texture or a different property, you need a new material. It's not possible to have a material render 2 or more different Main Textures at the same time. That's just the way it is, you may need to reconsider your Game Design options. Good luck.
I followed the tutorial and everything works great except the portal disappears after exactly 2 minutes. I have no idea why! Does anyone know how I can fix this please?
Its funny how Im using 2018.2something and I still dont have that shader graph in my context menus. I thought Unity did not release it after announcing like a year ago.
Unity HDRP and LWRP are still in preview mode, as well as Shader Graph. It's under development and there's very little information about mobile development and optimization at this point. But anyway, this shader isn't a very heavy. You can make it lighter if you switch to a unlit shader. Cheers!
If anyone who is having a hard time understanding this let me know I might help this is a two year old video and the options are hard to find since this is a newer version of unity for my laptop and might be different for you.
I love these videos for learning, although I hate I have to install older unity versions for them to actually not error weirdly. Even step by step caused my unity 2019 to vomit all over the place, which sucks cause you can't put more than 2, and u have 2 versions, 1 for mapping and 1 for modifying games like 7 days to die, and now 2019 for terrain is like NOPE, thou shalt not make portals using newer UNITY... GIT GUD or GO backwards... :(
The biggest difference is when creating the shader, instead of PBR start with a Blank Shader Graph, and then add Universal as the target (if you are in URP) and from there it's pretty much the same.
Yes. The thing was I needed to change renderer, I believe, from none to new added universal rp. Before that, the shader was all pink and nothing I applied to it had any affect.
NEW PORTAL in VFX GRAPH: ruclips.net/video/V2NZb0WN7SY/видео.html
UDEMY COURSE - VFX FOR GAMES: www.udemy.com/course/vfx-for-games-in-unity-beginner-to-intermediate/?couponCode=18.99_UNTIL_20-09
I followed the tutorial and everything works great except the portal disappears after exactly 2 minutes. I have no idea why! Do you know how I can fix this please?
Great tutorial! If anybody would like to be able to scale the *Mask* without creating a whole new texture simply do this:
1. Create a float (Vector1), this will be your MaskScale variable, and create a Tiling and Offset node. Plug the tiling and offset node into the UV(2) slot of your texture 2D
2. Connect the MaskScale float directly into the Tiling(2) slot of the Tiling and Offset node.
3. Connect the MaskScale float to a Multiply node A slot, and set the B slot to -0.5
4. Connect the out of your Multiply node to an Add node A slot, and set the B slot to .5.
5. Plug the out of your Add node to the offset(2) port on your Tiling and Offset
I set my MaskScale then as a slider with a max of 1 and min of 0, and have found with the default particle texture a good default value is .85
Thanks for the tips, I'm sure they will help someone who stumbles upon this. 👍
Can't believe it actually works in URP, usually I never get any of these to work when I try to follow a tutorial because of my lack of skill. Thanks!
For anyone wondering where the two-sided option has gone in shader graph 10, you can find it in the graph inspector, enable it on the top-right, then select "graph settings" instead of "node settings" and there it is.
You are a KING
Thank you
TY
For everyone having troubles because the quad inside the scene doesn't move/rotate, just go to the scene panel, take a look on top/right of this scene and you'll see "2D" followed by other icons. You should click the third one (th one which says toogle the skybox, fog and other values). Hope it helps :)
Why only 24K subs... You're one of the best GameDev content maker on RUclips. Thank you for your videos so much.
Your work is always so beautiful. This is professional grade stuff you put out only for the price of our time. Thanks so much!
Thanks man! Appreciate the feedback!
Thanks for this amazing video! Everything made sense! to me. I appreciate you showing what the portal looks like in between steps because it helped a ton! You earned a sub.
Glad it was helpful!
if you don't save changes in Shader Editor (just do Ctrl+S), you cannot create material via Shader Graphs. It took some time but I finally found it. You should use the save button in the editor. I'm writing in case anyone can't do it like me.
Great tutorial for learning the basics of shader graph! I'm a game artist with a very basic understanding of programming and this really helped me to get grasp of what's going on. Very cool, thanks!
0:19 I want that pool. Would love a tutorial on that.
0:29 Especially that water if possible. It looks amazing and would really help immerse the player in a jungle environment
Very nice. Thanks!!
Awesome tutorial, Gabriel!
Glad you liked it!
You are the shader master of Unity name your channel as Shader Guru
wow dude you have created so many cool and butiful stuff over your videos .
Thanks plenty friend. Still in the progress of getting the hang of Shader graph properly and all these tutorials help a lot. Subbed
I love this video, it's a great simple, practical and beautiful example of shader graph usage.
You are the best when it comes to shader graph & particle system tutorials...😍😍😍😍 Please also make some vfx graph HDRP tutorials!!!
I will. Thanks!
Hey Gabriel, thank you very much for sharing this. It's amazing and very easy to understand. Keep up the good work 💪🚀
Thanks dude. I also bought your Udemy course for later studies. Keep up the good work!
Great video! I wish I discovered your channel a long time ago!
How you said effects made my day
Amazing So simple to understand, Thank you !!
Thank you!
I will used a variant of this effect in my first game.
My game is almost done, and your name will be in the credits.
Thanks, that sounds great, let me know when it's finished. :)
@@GabrielAguiarProd I will share with you.
Thanks my friend!
A good video. It brings to me a good view of Shader Graph. Thank you!
omg man this tutorials are super awesome thanks!
Holy shit man!!! That's amazing :D Right on time!
subbed, ur content is just amazing
I always wonder how people can remember all the shader nodes and their location to create these effects
great tutorial btw :)
Ah! De portal effek! Ye ow talented man!
this is an awesome tutorial, thank you!!!
Glad you like it!
[From the future] If you are having issues with the alpha channel going to 0 when pulling from the color multiply step just pull alpha from the sample texture 2D multiple step.
Thank you so much!!
Glad it helped!
Really nice effect! I just tried to re-create this with the new Unity Update 2019.2 and the new 2D Shader Graph. Saldy without success. I would love to see a turtorial for how to do this in 2D~
Yea 2019 vomit all over my project, so now I have to uninstall 2019 and get what ever version he used here... Kind of ANNOYING to bounce unity versions all the time I do tutorials for different things, like I expect more from unity's newer versions, but guess not...
8:04 I can't change these settings and I don't know why?
Thanks for the video!
Fantastic! Thank you so much :)
Really awesome! I always had trouble understanding Shader Graph cause everyone always jumps into 5 things I don't understand, and you always take things step by step, explaining every piece, which is awesome.
I'm curious, are you planning on showing anything off with the new VFX Graph that just dropped in beta? I imagine it'll take some time to play with it and figure out first, of course.
Yes I've been playing around with it. It's fun, and there's definitely a tutorial coming in a not so far future :)
Thank you! I learned a lot in this tutorial.
I'm glad it helped you :)
There's more Unity Shader Graph tutorials in my channel in case you are interested.
Cheers!
Hello! I am having trouble with the shader when you get to the part where you add color. When I hook the now colored multiply node into the alpha node, nothing shows up in my preview. Would anyone know why that would happen?
If you want to fix it you can just multiply the twirl by a vector 1 and then plug it into the alpha. It doesn't work because it doesn't have a alpha channel
Nice stuff!
looks great
If been following this tutorial and I ended up with some problems, I don't know if it's because of the pipeline or if it was an update on shader graph but if I use the output of the last multiply for the emission and the alpha I can't see anything, at first it was only with blue colors, now with alls, so weird, I don't know why.
I solved it using the output of the multiply before the color for the alpha and it works fine. I also suggest leaving the albedo in black or having a color property to control it.
thank you so much. Had the same problems. Made me crazy xD.
Yea, that solved for me too. Thanks for calling that out!
Thank you so much brooo
Love it! More please :D
Dude that's awsome
You are the best!
Ok so I followed the tut with unity 2019 my preview is a magic pink square. I can see the previews along the way which show similar to yours, but the texture seems to be messed up.
Why does power control dissolve? More importantly, why does negative dissolve make it all sparkly?
Okay so, for those who have problems using green/blue colors in the alpha channel on *Unity version 2019.2.0f1* / *Shader Graph version 6.9.1* , hear me out.
My issue was using the *Gradient Noise* for the twirl effect. It's currently an unstable node which leaves artifacts when paired with the *Power* node as well as decreases opacity when multiplied with a *Color* node. Hope I helped those who also deviated a bit from the tutorial!
Awesome video, all explained well and perfect. But i have a problem, my portal doesnt glow, it is just a lit color without lights. how can i solve it? I have all set up like you said in the video and the previous one, and the final color is set to the Emission input.
NVM, i had no camera.
But here's another: the portal displays in different ways based on what there's behind it. For example, it glows correctly with a mesh behind, but different with a shadow or the background
Something seems to be missing. Around 6:30, you speak of how it look small in the preview, we'd fix that, then goes on about adding color, dissolve, and next is particle effect. Nothing about sizing or "size" wasn't what you mean was about the dissolve to have finer lines instead of a blob of light? I suspect the actual sizing is done by scaling the quad or using appropriate mask.
I think the visible "size" of the portal was adjusted once we changed the hdr color's intensity since more of it showed up afterwards?
is multiplying voronoi by time more expensive than multiplyng the twirl? we could have used a texture instead of using voronio rite? any ideas were can i look into shader graph performance tips? like how much power each kind of node takes.. ty man
un buen video si se quiere empezar con el tema de los shader
Perfection
i foking love shader graph, so simple and yet powerful, try to do this portal once you learned how, notice that its done in just 2 minutes? xD coding is slower... i think ill have a few months of fun with this haha
It seems the Quad is no longer transparent, is there anyway to fix this in Unity 2022.3.26?
Go to graph editor settings and make the surface transparent
Does anyone else have an issue, where they put in the default particle and the twirl either disappears or the the twirl doesn't change its color?
Great work! Although I have an issue - Whenever I save the asset in the shader graph I lose the texture within the mask property when exiting back to Unity
Thanks! Yeah that is normal, no worries :)
Amazing tutorial! Are these designed for pure beginners in shader development? If so, could you go a little more in depth on the effects the multiply and power node can give, or when you should use them?
Very cool, but you should consider using the unlit shader instead of pbr for this 👍
Yeah you are right, I just tried it out and it's fine. Thanks, good point!
@@GabrielAguiarProd what is unlit shader?
It's a shader that isn't affected by light. And no light calculations make it high performance, meaning it's mobile friendly.
is it possible to create this shader and import it into a different project? An older existing project that was just created in 3D Template?
nice stuff
Is there a reasion to use PBR shader? since Unlit shader also have the same effect.
Yeah unlit will work just fine. :)
Could you do a series on shaders in 2d space for sprites? I try and create your shaders for my 2d games with no luck. They come out looking wrong.
hi ! im using unity 2020 facing problems as there is no lightwieght rendering.pbr shader graph is also unavailable. what should i do??
any tutorial?
The new PBR is Lit. There's everything in it, but the names can vary
Hey i found your channel... really glad that i did and i am going to enroll in your Udemy course maybe today itself and all your RUclips tutorials too..just had a minor questions...i am targeting mobile games will everything work fine? If i am using these effects?
Welcome aboard! Yes they work fine. But if you are using the 2D Renderer in the Universal Render Pipeline, then you need to start with a different type of shader. It's the 2D Sprite Lit Graph. The rest, most of the nodes, should be the same.
@@GabrielAguiarProd Thanks for replying... it really means a lot..do you recommend any specific template (i want to create a 3d mobile game with all of your awesome VFX's like portal one you created in shader graph, and waterfall and projectiles etc. )...
And yea i am facing a issue too while following the portal video (the latest one) ... Whenever i create a VFX i can see it playing it in game window but not in scene window ...the scene window is empty with just a genie lamp ...all
the time!! Please any help?
I have an error that says 'the current render pipeline is not compatible with this master node'. The main preview is it just pink. Can someone help me?
You need to create a render pipeline asset first then make sure it is set in the Graphics section of the Project Settings.
Thanks a lot man, the only problem i get is connecting the last node to the alpha makes the effect disappear. Everything else is ok.
Increase the alpha in the color.
Just out of curiosity, why did you use a PBR graph instead of an Unlit Graph considering that portals are often not affected by lights?
Well at the time I was more focused on the result rather than the technicality of it. But yes, I would choose an Unlit shader if I were to redo it today.
So I follow the tutorial and everything works fine within the shader graph but when I apply the material to the quad nothing moves. Any ideas why? It would be much appreciated
Hope you solved this, in case you haven't make sure you adjust the values on your shader, or make sure it has double sided turn on. Good luck.
@@GabrielAguiarProd same problem when doing your new tutorial. Every value has been setted up, but it still doesn't move on the scene (only in shader graph previews pipeline)
So I followed this from start to finnish and when I got to the particle texture the texture complete went away, can't see the object at all and no effects. Know how to fix?
Found the problem, it was dissolve. Need to be a -2 and not +2 or it won't work apparently for me. And Color doesn't work either because if I turn in anything from white it will go dark.
when do you plan to release the next part?
It's probably going to be next week.
Why use particle system for this black thing instead of simple quad?
Use whatever you are more comfortable with.
@@GabrielAguiarProd I wondered what are ups and downs and performance overhead of using particle system in this case
I tired to get this to work and all I got was that I couldn't use the PBR graph for some reason because of my render pipeline... how do I know what pipeline I'm using, I tried to set mine up for URP but when I did all my models turned pink... I'm using unity 2019.4.15f1
The easiest way to start with a HDRP or URP project is with Unity Hub. Create a new project and select the desired template (HDRP or URP), and that's it. Install Shader Graph in the package manager and you are good to go.
@@GabrielAguiarProd I converted my project to upr and everything turned pink
Make sure in the package manager you only have installed URP. Then in a folder with right click create a Pipeline Asset (Create>Rendering>Universal Render Pipeline>Pipeline Asset). Then drag and drop the UniversalRenderPipelineAsset to the "Scriptable Render Pipeline Settings" in Graphics (Edit > Project Settings > Graphics).
If materials are still pink, then you need to convert them to URP materials (Edit>Render Pipeline>Universal Render Pipeline>Upgrade Project Materials to URP OR Upgrade Selected Materials to URP if you only want to convert a few).
Hope this helps.
@@GabrielAguiarProd that was super helpful, tho sadly it will not work with this project... it still breaks too much like my particles lighting and just over all ruined the look of what I had going so far.
How to control Emission intensity by different vector1?
You can learn how to do it here: ruclips.net/video/O75iGGUQXBI/видео.html
Is it possible to translate from
shader graph to code?
As far as I know I don't think it's a straight forward process.
Why would you want to? This is the reason WHY Unity has made shader graph possible!
Gow often, r u recalled about aguilar the assassin
From time to time
@@GabrielAguiarProd Thats the right answer
HI good time...I have a question...is it optimized for android cell phones?
Yes, if you use the Universal Render Pipeline (URP).
my unity doent have PBR shaders, why?
It depends on the Unity version you've (2018.1 up) and if you've installed Shader Graph.
Here's a video with the instructions: ruclips.net/video/O75iGGUQXBI/видео.html
I've followed this tutorial successfully using URP and Shader Graph, but is it possible to create the portals using an alternative method without using URP and Shader Graph?
Yes. You can use Amplify Shaders to create this in a standard render pipeline.
@@GabrielAguiarProd Really? Can you make a video on how to do this?
@@aarondelgado3421 Amplify shader is a paid tool from unity asset store. For what reason you do not want to use URP and shader graph when its free? Its like you don't want to upgrade from typewriter to computer unless you started the project long ago when there was no URP.
A question... I want to change a property of shader graph for only 1 game object that uses it... Is it possible? (I want to change the 2d sprite)
In that case you need to create another material from that Shader.
@@GabrielAguiarProd There are more than 100 game objects... Is there another method? (I think that this method takes up a lot of RAM, or not?) The game is for android's devices
And all of those 100 game objects need a different shader/material?
@@GabrielAguiarProd They need the same shader but a different property (different sprite)... I don't know if I need more than 1 material
Anytime you need to have a different texture or a different property, you need a new material. It's not possible to have a material render 2 or more different Main Textures at the same time. That's just the way it is, you may need to reconsider your Game Design options. Good luck.
I followed the tutorial and everything works great except the portal disappears after exactly 2 minutes. I have no idea why! Does anyone know how I can fix this please?
For anyone having the same problem, I managed to fix it by changing the output of the time node from Time to Delta Time.
That's not a bad shader. I was thinking, what if you added some kind extra noise to the shader, would it make the portal look better?
Its funny how Im using 2018.2something and I still dont have that shader graph in my context menus. I thought Unity did not release it after announcing like a year ago.
You need to install it from the package manager.
is it mobile friendly ?
Unity HDRP and LWRP are still in preview mode, as well as Shader Graph. It's under development and there's very little information about mobile development and optimization at this point.
But anyway, this shader isn't a very heavy. You can make it lighter if you switch to a unlit shader.
Cheers!
If anyone who is having a hard time understanding this let me know I might help this is a two year old video and the options are hard to find since this is a newer version of unity for my laptop and might be different for you.
I love these videos for learning, although I hate I have to install older unity versions for them to actually not error weirdly. Even step by step caused my unity 2019 to vomit all over the place, which sucks cause you can't put more than 2, and u have 2 versions, 1 for mapping and 1 for modifying games like 7 days to die, and now 2019 for terrain is like NOPE, thou shalt not make portals using newer UNITY... GIT GUD or GO backwards... :(
Where are the differences between Shader-Graph and Visual-Effect-Graph?
one for particle effect system for the 2 new renderer pipeline. old particle system doesnt work in the new piplelines
Can anyone explain to me how to do it in new unity, because I'm losing my freaking mind
The biggest difference is when creating the shader, instead of PBR start with a Blank Shader Graph, and then add Universal as the target (if you are in URP) and from there it's pretty much the same.
Yes. The thing was I needed to change renderer, I believe, from none to new added universal rp. Before that, the shader was all pink and nothing I applied to it had any affect.
Hey. What's up guys :D :D :D Where are you from? :)
Portugal :)
@@GabrielAguiarProd Beginning of your videos sound always so inspiring with the accent :) Thank you for good tutorials.
every beginner probably: default particle is absolute crap
Gabriel : ._>
haha true. I love it, it helps save tutorial time xD
like and sub though
BR?
PT
123
Partles. You say them as Partles. They’re called Portals. What are you, Russian?
This is a joke, dumbass.