Shader Graph Water River Unity part 2
15:40
Shader Graph Water River Unity part 1
10:23
16 сағат бұрын
Multi-Parent Constraint Unity
13:25
Twist Correction Unity (The Hacky Way)
18:08
Animation Layers Unity part-2
12:36
21 күн бұрын
Animation Layers Unity part 1
17:28
28 күн бұрын
Damped Transform Unity Basics
9:07
Coroutine vs Async Unity C#
9:28
2 ай бұрын
Blend Constraint Basics Unity
8:29
Look At Constraints Unity Basics
8:46
TwoBoneIkConstarints Unity Basics
7:32
Rotating Shapes Unity part 4
5:42
Rotating Shapes Unity part 3
16:35
Rotating Shapes Houdini part 2
17:35
Rotating Shapes Houdini part 1
13:04
Пікірлер
@usercontent2112
@usercontent2112 2 күн бұрын
Nice tut!
@usercontent2112
@usercontent2112 2 күн бұрын
I just created a stylized eye like palworld. Ty so much
@usercontent2112
@usercontent2112 2 күн бұрын
Awesome tut. Ty so much!
@hellfim
@hellfim 4 күн бұрын
Thank you for the tutorial, sir! Is there any chance you would make a constraints tutorial on how to make a 3 bone insect leg in Unity? I do see there is no built-in 3 bone ik constraint, but I guess it should be doable with some combination of two-bone constraints/multi-parent constraints.
@TechHamlin
@TechHamlin 3 күн бұрын
I might do actually! I’ve been thinking about it, but I can’t promise anything or when atm 🙂👍
@GameDevBox
@GameDevBox 6 күн бұрын
Thank you! You really showcased the chainIK the best possible way,! I had a question, I'm doing tree chopping similar to the forest, I implement it with multi constraint to rotate the spines so it always hit the same spot but can I use the chainIK to change the way of hitting the tree? Is it good for arms and how they behave?
@TechHamlin
@TechHamlin 6 күн бұрын
interesting question! Hmmm... You probably want to have some kind of script first just dealing with one collider, then when chopping done, it convert the tree to two colliders. then finally the falling tree part is swapped out to the colliders representing the pieces. Thats just a quick thought about it, Dont think you should use any rigging for that. But!! if you can, share your progress, sound interesting! good luck
@ronigleydsonvilasnovas8067
@ronigleydsonvilasnovas8067 7 күн бұрын
shaders are always so simple and complex at the same time. That said, I'm looking forward to part 2
@TechHamlin
@TechHamlin 7 күн бұрын
Totally agree! simple yet complicated! And super fun 😀
@jacksonsmollen4575
@jacksonsmollen4575 14 күн бұрын
This is epic
@TechHamlin
@TechHamlin 14 күн бұрын
Im glad you like it!!
@jacksonsmollen4575
@jacksonsmollen4575 14 күн бұрын
Can u have animation with dampped bones like if I have a shrimp body that’s damped and under its body I have it’s legs animating but there connect to the damped bones? Will it mess up
@TechHamlin
@TechHamlin 14 күн бұрын
So lets say you have bone01 damped transform. If you have ten legs that have bone01 as parent. If you only! animate the ten legs and not doing any animation (no keys) on bone01, That should work! Because you only happen to animate the rotations on those 10 legs. Sounds interesting! Good luck with that 🙂
@RoxGame
@RoxGame 16 күн бұрын
This channel deserves more subscribers as it truly has excellent content. Thank you.
@TechHamlin
@TechHamlin 14 күн бұрын
Im happy you like it! What is the content you like the most?
@RoxGame
@RoxGame 14 күн бұрын
@@TechHamlin I appreciate all of your ideas, but if I had to choose, I would opt for the ones related to shaders, similar to this video.
@HygorBuss-Urocultura
@HygorBuss-Urocultura 20 күн бұрын
Thanks for that!
@TechHamlin
@TechHamlin 17 күн бұрын
You are welcome 🙂
@edit.r4k
@edit.r4k 21 күн бұрын
this is so cool!
@nobisstudio8497
@nobisstudio8497 28 күн бұрын
I trying to creat third person gun machines like holding gun and looking aim up and down with IK animation rig but it's not working pls make video on it😊
@TechHamlin
@TechHamlin 28 күн бұрын
There is some good ones online. check out code monkey! He does a lot of good stuff! Good luck! :-)
@user-Drak
@user-Drak 28 күн бұрын
These animations are genuinely good definitely underrated
@TechHamlin
@TechHamlin 28 күн бұрын
Makes me happy to hear!
@RoxGame
@RoxGame Ай бұрын
Interesting, I like the idea. I wonder if it performs well on mobile devices.
@TechHamlin
@TechHamlin Ай бұрын
Try it and let me know, I wonder too.
@_anna_zou
@_anna_zou Ай бұрын
Hello! If I needed this to work on a non-square texture what nodes would I need to add/change?
@TechHamlin
@TechHamlin Ай бұрын
Hello! So at time 3.00 in video, you have an integer node. that is put into vector2 right. So make a vector 2 instead, and if you have a textur with aspect ratio lets say 1.6:1 in ratio, then do 1.6 times integer in vector2.x. and then 1 times integer in vector2.y. and put that vecto2 node into multiply. I haven't tried this, but that should point you in the right direction. Good Luck!
@StratoCatster
@StratoCatster Ай бұрын
Thank you for this video! Would you kindly to show how blend damped transforms and Animation for characters like fish or Dragons - with fins and tails maybee
@TechHamlin
@TechHamlin Ай бұрын
I would try another way than using damped transform, because it has some limitations. But! Maybe that's only me who have problems with it. You already have those ones here: kzbin.info/www/bejne/pYSaYWaheL6qiqM and here kzbin.info/www/bejne/oajKhJyufr9pntE Good luck!
@ronigleydsonvilasnovas8067
@ronigleydsonvilasnovas8067 Ай бұрын
It's so overwhelming to see this, it's amazing how easy you make it all look. These videos remind me a lot of a procedural animation video made at the unity that became very famous a while ago.
@TechHamlin
@TechHamlin Ай бұрын
I understand your feeling about it. It is a bit overwhelming at first but then when you use one thing, the next stuff follow the same rules so you eventually get the hang of it. Yea I found them good, I might do a robot later actually! It’s so fun! 😁
@Hikizuru
@Hikizuru Ай бұрын
alot of nodes in houdini are missing... cloud is deprecated and i cant find volume texture export.
@TechHamlin
@TechHamlin Ай бұрын
Then you miss a package, probably the labs package. You find where to install it it Houdini launcher. About deprecated, then use the Unity version I use in the tutorial. I might do a new one in the future. Hope Unity get more stable and less experimental new features that gets deprecated. Good luck friend!
@durvids474
@durvids474 Ай бұрын
Good stuff! Liking the videos!
@TechHamlin
@TechHamlin Ай бұрын
Glad you like them!
@franciscoameijeira4878
@franciscoameijeira4878 Ай бұрын
That it great! I picked up a few tricks. Thanks!
@TechHamlin
@TechHamlin Ай бұрын
Great to hear!
@RoxGame
@RoxGame Ай бұрын
Awesome i like the idea
@hoshicameron
@hoshicameron Ай бұрын
Great tutorial, please continue. tnx
@TechHamlin
@TechHamlin Ай бұрын
Thanks, will do! 🙂
@nevarrgaming
@nevarrgaming Ай бұрын
does this work with 3D objects if we where too rotate the camera, would the pixels change?
@TechHamlin
@TechHamlin Ай бұрын
It’s not a camera effect. It’s a shader effect, so think about it like a pixelated texture
@franciscoameijeira4878
@franciscoameijeira4878 Ай бұрын
Really good! Thanks!
@TechHamlin
@TechHamlin Ай бұрын
Glad you like it! It’s a simple yet visually satisfying effect
@jukkakorhonen7543
@jukkakorhonen7543 Ай бұрын
Exactly what i needed. Thanks
@TechHamlin
@TechHamlin Ай бұрын
Glad it helped!
@headacheRemoni
@headacheRemoni Ай бұрын
Thanks for the tutorial, but is there a way to make it work in the HDRP pipeline? I tried changing the target setting of the shader to HDRP, but it encountered an error.
@TechHamlin
@TechHamlin Ай бұрын
I don’t know that. I found it messy to do tutorials for urp and HDRP. So I only do URP. Thankfully their plan is to merge them two eventually. Looking forward to that, this is just messy. No help here but check the forums and good luck.
@smirelesz
@smirelesz 2 ай бұрын
Nice! I enjoyed this tutorial a lot.
@TechHamlin
@TechHamlin Ай бұрын
Im glad you did! I really like stuff like this, Pretty simple and cool at the same time!
@franciscoameijeira4878
@franciscoameijeira4878 2 ай бұрын
Great tutorial! Thanks!
@usercontent2112
@usercontent2112 2 ай бұрын
Wow, this is awesome!!!
@bxb5625
@bxb5625 2 ай бұрын
great video but you're kinda wrong, the exemple you show isn't a use case where you would prefere async over coroutine. You mention that async work best for this since they give us access to invalidation Token but Coroutine do too, it's the coroutine it self. When you call StartCoroutine on your monobehaviour, this will return an Object of type coroutine which you can store just like your token. You can know call StopCoroutine passing this Coroutine and this will stop the coroutine for you. Just be sure to set your coroutine variable to null once you are done with it. Ex: IEnumerator MyEnumerator(){ yield new WaitForSeconds( 10 ); MyCoroutine = null; } MyCoroutine = StartCoroutine( MyEnumerator() ); now you can if you want at some point do if ( MyCoroutine != null ){ StopCoroutine( MyCoroutine ); MyCoroutine = null //Handle what to do if their is a coroutine already running } // The rest of your logic normally
@bxb5625
@bxb5625 2 ай бұрын
+ Another point to reconsider your need of an async function, coroutine are single threaded and run on the main thread but async don't, this means that some unity fonctionnality are straight up not accessible from async. Or At least until Unity 6, I didn't try this with the new Awaitable unity introduce
@TechHamlin
@TechHamlin 2 ай бұрын
Thanks for sharing that! Oh I thought not being in the main thread always would be a good thing. What kind of functionality did you miss at least before unity 6? I never thought about that scenario
@TechHamlin
@TechHamlin 2 ай бұрын
Thank you so much for clarifying that
@nek0chu113
@nek0chu113 2 ай бұрын
This is realy cool and simple! Thanks for tutorial)) Going to watch next part
@TechHamlin
@TechHamlin 2 ай бұрын
Glad you liked it! 🙂
@abdialibabaali132
@abdialibabaali132 2 ай бұрын
awesome
@franciscoameijeira4878
@franciscoameijeira4878 2 ай бұрын
Really good content! keep it up. Thanks for all the tutorials
@TechHamlin
@TechHamlin 2 ай бұрын
Thank you! Makes me happy to hear!
@ronigleydsonvilasnovas8067
@ronigleydsonvilasnovas8067 2 ай бұрын
incredible, you manage to take the subject of shaders to another level. Would it be possible to use shaders to deform vehicle tires, as if they were fuller or deflated, or perhaps deform them according to the type of terrain?
@TechHamlin
@TechHamlin 2 ай бұрын
Glad you like it! In some way it should be possible. Similay to here, you could have a script that pick up to 2 or three collision. (Use OncollisionStay) and pass the hit.point from a ray and pass it into the shader for each tire. Then kind of do the same thing. That would mean you can have up to three point collisions. Just an idea thrown up in the air. Could work. Or if just on plane, then you could do similar as in the tutorial 🙂
@ronigleydsonvilasnovas8067
@ronigleydsonvilasnovas8067 2 ай бұрын
Thanks for the tips, they will be a great starting point. It's a challenge, but I think it's worth trying.
@bojo_O
@bojo_O 2 ай бұрын
"fuse" after "polyextrude1"
@TechHamlin
@TechHamlin 2 ай бұрын
Oh shit, I though I edited that fumble mumble away haha. Thanks for sharing and pointing out! :-)
@shadesbelow
@shadesbelow 2 ай бұрын
Awesome. Can you share that on your github? thanks
@TechHamlin
@TechHamlin 2 ай бұрын
Sorry I don’t have it there. Do the tutorial 🙂
@spiderbrr
@spiderbrr 2 ай бұрын
Thanks very much waiting part 2 :-)!
@ironknightzero
@ironknightzero 2 ай бұрын
Thank you for making this! Stuff like this is so niche and hard to find, but glad someone out there made it!
@TechHamlin
@TechHamlin 2 ай бұрын
Im glad you enjoy it! Its fun to make to :-)
@terryyu5597
@terryyu5597 3 ай бұрын
Great tutorial! Is there a way to use multiple avoid pos?
@TechHamlin
@TechHamlin 3 ай бұрын
Yes you can, you just add another position and do “min” node on that. I explain it in this video Scaling Cubes VFX Unity Visual Graph - part 2 kzbin.info/www/bejne/d6m8fqtqYt-GgJo at 13.15 👍🙂
@olivermetz8242
@olivermetz8242 3 ай бұрын
Hey i finished all the parts of the tutorial! really cool effect btw i love it, how can i move it instead of it being at the 0,0,0 posiitons in the world, say if i wanted it else where i tried to move it but it dosent move? it's only stuck there?
@TechHamlin
@TechHamlin 3 ай бұрын
Happy to hear! Oh, I can't give an easy answer. I need to dive into that. Actually, it’s a good tutorial to cover. But I would recommend isolating the issue with just a box in a simple system. Figure out how to solve the position based on the system, and then apply it to the positions. You need to fiddle with the World/Local space in the VFX. You can tick on the VFX system in the top right corner. Also, use the position node to get the system's position and use add or subtract with the player’s position and particle position to transfer from world to local positions to solve it. Not a straight answer, but a pointer in the direction you need to go. I will try to remember to post here when I have a tutorial covering that. Good luck!🙂
@lawrence4301
@lawrence4301 3 ай бұрын
good video
@EduardKhusainov-i6o
@EduardKhusainov-i6o 3 ай бұрын
You have good taste in vfx
@_Elizabeth_online_
@_Elizabeth_online_ 3 ай бұрын
I did everything exactly as in the video, but it gives this error: “Error rendering child: /obj/geo1/ropnet1/vertex_animation_textures1/render_mesh_fbx” Please help me to fix it.🙏🙏🙏🙏🥺😥
@TechHamlin
@TechHamlin 3 ай бұрын
Oh its really hard to say like this, but is there a node that gives you error? if you hover your mouse over it and middle-mouse click. What do you get any error guidance that explain in any way? what time stamp in the video do you get error?
@payrgames
@payrgames 3 ай бұрын
This channel will be one of the best Unity archives!
@TechHamlin
@TechHamlin 3 ай бұрын
That make me happy to hear! Thanks 😀. You motivate me
@黄海光-l4w
@黄海光-l4w 3 ай бұрын
Does this method only apply to simple geometric shapes? I tried to test this with pighead, but it didn't match,and the normal looks weird too.
@TechHamlin
@TechHamlin 3 ай бұрын
It should work on everything. Did you change your texture to normal in inspector for that texture? Also make sure you keep it in the boundaries, scale it down before export in Houdini and then scale up in unity.
@黄海光-l4w
@黄海光-l4w 3 ай бұрын
@@TechHamlin Thanks ! It's solved. Everything look correct after I reduce scale value, so limiting bound size is the key?
@TechHamlin
@TechHamlin 3 ай бұрын
@@黄海光-l4w Yea I think it is because vertex color is clamped to 0-1 value. And if you are animate something that exceed distance longer than can be saved in vertex channel then that's when the problem occurs. Probably more ways to sole it. But that is how I Solved it. I would like to be able to skip scale it in Unity. If someone solve that or now something please share. Happy you solved it :-)
@ancienttaro4810
@ancienttaro4810 3 ай бұрын
If anyone can't see the shader graph box in OuputParticleUnlitQuad, you should activate "Preferences -> VisualEffects -> ExperimentalOperators/Blocks".
@snowhxy4021
@snowhxy4021 4 ай бұрын
@snowhxy4021
@snowhxy4021 4 ай бұрын
Looking for the part 2!☺
@franciscomarques7071
@franciscomarques7071 4 ай бұрын
YOU ARE THE GOAT TYSM !!!!!
@TechHamlin
@TechHamlin 4 ай бұрын
I’m glad you liked it, then you should check out this one too. Procedural Blood Splash Shader Graph Unity kzbin.info/www/bejne/qZPYlaOMZt-lp8k it do cover some more stuff
@usercontent2112
@usercontent2112 4 ай бұрын
Awesome tutorial!
@TechHamlin
@TechHamlin 4 ай бұрын
Glad you think so!
@QuyetBuiTrung-jo3ks
@QuyetBuiTrung-jo3ks 4 ай бұрын
tks you so much
@BINEHE-eq1dz
@BINEHE-eq1dz 5 ай бұрын
Hi, I really like your video! May I get a new git hub link for the Unity project? The link you sent seems not the one you showed in the video. Thank you
@TechHamlin
@TechHamlin 5 ай бұрын
Im glad you like it! I just verified its the correct link. You are looking for the project on github right? Then this is the correct link. github.com/NikLever/Unity-URP-Cookbook