I can't stress enough how much this has helped me. You've just help me fix all the collision issues I was having. This is such an important lesson for beginner to intermediate game developers!
@MadTwistCGStudio4 жыл бұрын
Please keep up the tutorials for bolt . They are very help full since there isnt a lot on youtube. They have helped me a lot to understand bolt .
@oheybom10 ай бұрын
thanks for the good clear straightforward explanation, only had to watch it once to fully grasp the concept!
@andisarifi580510 ай бұрын
after 3 years still great! ty soo much!
@appstuff6565Ай бұрын
Great, can you do one on hinge joints and how to properly make it feel?
@alexjr9774 жыл бұрын
Your videos gonna help many peoples in future keep them up
@needful39614 жыл бұрын
Nice grammar.
@alexjr9774 жыл бұрын
@@needful3961 what is correct ?
@needful39614 жыл бұрын
@@alexjr977 Your videos are going to help many people in the future. Keep them up!
@needful39614 жыл бұрын
@@alexjr977 maybe i can't. :(
@EngiNetion4 жыл бұрын
you are very underrated, also i love your both unity and buildbox tutorials
@Jono19824 жыл бұрын
this is a really good reference video to bookmark and look back on during projects
@appstuff6565Ай бұрын
Loved it, if i have a claw machine [like seen in entertainment centers] and I want it to feel natural, yet control the grappling effect, how would I go about that in your opinion?
@billtwok6864 Жыл бұрын
This was so helpful. Thank you very much. Clearest explanation I have seen.
@AMN_208026 күн бұрын
Excellent and perfect
@Renegen1 Жыл бұрын
amazing demonstration
@wolfgangvonposen18862 жыл бұрын
Very nice way to make tutorial, clear and only about topic
@michaeltherandomperson96523 ай бұрын
I should have watched this as a beginner lol. This is so good.
@raxacoricofallapatorius84849 ай бұрын
excellent! thanks for the visualization.
@valorantworld88953 жыл бұрын
10/10 content
@mr.creeper88814 жыл бұрын
thank you
@dcbayro60732 жыл бұрын
Amazing clear tutorial. Thank you so much dude.
@Someone-kw6mw4 жыл бұрын
Ur future Brackeys Or Brackeys++ Like C++ Your first video was Much much much better Than Brackeys first video!!! Awesome U are 😎
@PaulJonesy Жыл бұрын
Thanks! Nicely explained.
@jimmy6427 Жыл бұрын
Could explain how you made the scene look like this, it’s beautiful.
@gamerassassins39154 жыл бұрын
thankyou
@lee1davis14 жыл бұрын
Very well explained
@bserre56474 жыл бұрын
Great explanation dude. Thanks you
@miketang70627 ай бұрын
very helpful, thank you.
@stormer2682 жыл бұрын
Nice video, thanks! How can I let a gameobject follow the kinematic object move together?
@Gamergirl11-u7o2 жыл бұрын
Also how to add sound effects to specific characters
@bongolikhon25574 жыл бұрын
Sir will you also explain the is trigger function ? If we turn on is trigger the static dynamic kinematic gets jumbled
@SmartPenguins4 жыл бұрын
With is trigger on there will not be any collision with objects but the physics of moving the objects stays the same. You also get OnTrigger evens instead of OnCollisions evens.
@bongolikhon25574 жыл бұрын
@@SmartPenguins ok got it. Thanks
@bongolikhon25574 жыл бұрын
@@SmartPenguins please keep up the tutorial sir
@gsogaming666 Жыл бұрын
Thanks a lot for the help mate
@painted6313 жыл бұрын
Is there a way to make an object dynamic then kinamatic while game is running(code wise probably?), sorry if this is worded weirdly
@SmartPenguins3 жыл бұрын
yes, you can switch the flag on and off for the Is Kinematic with code or with visual scripting. rigidbody.SetKinematic(true/false)
@TheYa2000 Жыл бұрын
Thank you so much! Spasibo! ☺☺☺
@SmartPenguins Жыл бұрын
You're welcome 😊
@badis67174 жыл бұрын
do u move the rb or the transform? , cause when I do move the rb it always increase and when i move the transform it always lose track of collisions
@SmartPenguins4 жыл бұрын
for this demo I used transform inside of the Fixed Update
@italianstyle76113 жыл бұрын
Nice video, but what about collision events? Who can detect collision and who cant?
@SmartPenguins3 жыл бұрын
to detect collisions one of the objects needs to have a rigidbody
@italianstyle76113 жыл бұрын
@@SmartPenguins oh ok, thanks
@fhox58714 жыл бұрын
Keep it up!
@restushlogic57944 жыл бұрын
Thank you.
@Kumail1014 жыл бұрын
so halpfull thank you
@howto15234 жыл бұрын
nice vid
@UnclothedPotatoАй бұрын
Ahhhh thank youuuuuu
@susi26223 жыл бұрын
I'm unfamiliar to bolt though this tutorial is helpful for me to get the idea of 3D basics
@vcorner60334 жыл бұрын
nice vid!
@exhilex17 сағат бұрын
Why can't two kinematic objects collide with each other? For instance, say you have bots chasing you in a game. To prevent the bots from passing through each other, they must collide with each other. A dynamic bot will transfer momentum through the bots, causing unwanted behaviour like unwanted angular momentum and momentum. But a kinematic bot won't collide with other bots at all. The same goes with Static bots. What's the point of a kinematic body if they can't collide with each other?
@Gamergirl11-u7o2 жыл бұрын
Help us make a full small fps game plz
@dominiktoser8531 Жыл бұрын
I still don't know how to make a dynamic object
@alexjr9774 жыл бұрын
And 1 q : u r age?
@batnikelam-mavzer4432 жыл бұрын
gj
@ppmpyae11524 жыл бұрын
Oh god. Thank u so much. Was confused on those three as I am kinda dumb. By the way can u make a video tutorial on how u made this? kzbin.info/www/bejne/jp6bZaqairR4aq8 I have been trying to understand the bolt graphs but I am stuck. I am new to bolt and I believe this will help solve the problem of all new bolt users. And any plan on continuing fps with bolt series?