Unity Bolt Visual Scripting Tutorial - Game Development without Coding

  Рет қаралды 10,586

Charger Games

Charger Games

Күн бұрын

Пікірлер: 78
@ChargerGames
@ChargerGames 4 жыл бұрын
Move To Any Specific Part Of The Video(Click Below): 1. 00:00 - Intro 2. 00:25 - Installing Bolt 3. 00:55 - Setting Up Bolt in Unity 4. 03:29 - Creating Player & Ground 5. 04:15 - Adding Flow Machine 6. 05:11 - Setting up Workspace 7. 06:35 - Printing Text On Console 8. 07:30 - Creating Groups in Bolt 9. 08:27 - Detecting Mouse Click on Bolt 10. 11:27 - Jumping On Key Press 11. 17:50 - Moving Player Left & Right
@PlayGamesBrasilOficial
@PlayGamesBrasilOficial 4 жыл бұрын
Hello. could you help me in a game i'm creating? I'm trying to do a synchronization but a delay if you can help me with the problem and this one that shows in this video kzbin.info/www/bejne/oKXcoqSmp9Caapo
@ChargerGames
@ChargerGames 4 жыл бұрын
My Best wishes to Brackeys, hope he enjoys his new journey.. Everything in life becomes monotonous after doing the same thing for years..
@omanshsharma292
@omanshsharma292 4 жыл бұрын
@KamiKaze every game dev knows that
@fdsKedi
@fdsKedi 4 жыл бұрын
I hope he comes back one day.. Even without coding.
@pranshugupta1040
@pranshugupta1040 4 жыл бұрын
Yay like school education😐
@ChargerGames
@ChargerGames 4 жыл бұрын
What would you prefer using? Bolt or C# ?
@m-unity-developer6823
@m-unity-developer6823 4 жыл бұрын
C#
@useful-eng
@useful-eng 4 жыл бұрын
C#
@dontusedontuse8273
@dontusedontuse8273 4 жыл бұрын
Bolt
@majesticchicken3213
@majesticchicken3213 4 жыл бұрын
Me : I need to learn visual scripting.. Charger game : premiering bolt in 35 minutes I think I can learn anything from this channel
@harshitabakre3714
@harshitabakre3714 4 жыл бұрын
Same bro i was also thinking to learn visual scripting I think im lucky
@ChargerGames
@ChargerGames 4 жыл бұрын
Haha, Keep Learning :)
@Rahulsingh-theraha
@Rahulsingh-theraha 4 жыл бұрын
KamiKaze its depend person to person ...many of us like writing the code instead of visual scripting where u just connects node ...( normal writing coding is superior in every way btw)
@Rahulsingh-theraha
@Rahulsingh-theraha 4 жыл бұрын
It is just visual representation of c# ....so those who know c# will feel more comfortable but those who don’t know will be overwhelmed for sure
@ChargerGames
@ChargerGames 4 жыл бұрын
Yes, but there's a human naming convention as well for people new C# / Coding in general. But I would prefer C# scripting
@canplayonandorid5848
@canplayonandorid5848 4 жыл бұрын
Sir please make full series on this topic
@ChargerGames
@ChargerGames 4 жыл бұрын
I'll try to create a series using Bolt
@footballliveshere1043
@footballliveshere1043 3 жыл бұрын
@@ChargerGames yes sir please make it
@mikaelsvensson9539
@mikaelsvensson9539 4 жыл бұрын
i love your tutorials, you are very good at explaining in a easy and pedagogically way. Keep up the good work!
@ChargerGames
@ChargerGames 4 жыл бұрын
Thank you! Will do!
@vaibhavkrkm
@vaibhavkrkm 4 жыл бұрын
Wow, that's a really awesome way of making a game with a GUI based flow graph :) Edit* Hey, I can not say, how much happy I'm, I saw the Visual Scripting option in Godot too once, but I didn't know it's like this (like GUI type interface), and you made me go check Godot for it and it also has a similar interface.. now I can work with Visual Scripting in Godot along with GDScript or other languages.. !! Thanks a lot 😊🤗
@ChargerGames
@ChargerGames 4 жыл бұрын
That's awesome, Keep Learning :)
@vaibhavkrkm
@vaibhavkrkm 4 жыл бұрын
@@ChargerGames Thanks :)
@alvintan1226
@alvintan1226 4 жыл бұрын
Another great video by Mr Raja!
@xDTHECHEMISTx
@xDTHECHEMISTx 3 жыл бұрын
Do you have a discord or any videos where i can follow to understand how to add in a vertical input to have my 2D character "Crouch"? i got it working half way but the character doesnt stand back up after i release the down button on my Keyboard or Gamepad
@kyle_films
@kyle_films 4 жыл бұрын
Thanks for the tutorial! Very useful? Might be a dumb question, but can this also be applied to 3D games?
@ChargerGames
@ChargerGames 4 жыл бұрын
Ya sure, you need to use 3D specific functions... I'll try to make a video for 3D projects as well..
@harshitabakre3714
@harshitabakre3714 4 жыл бұрын
Brackeys gone now you are my new brackeys
@ChargerGames
@ChargerGames 4 жыл бұрын
Really Sad news, hope he does well in his new journey..
@harshitabakre3714
@harshitabakre3714 4 жыл бұрын
@@ChargerGames yes
@madman10769
@madman10769 3 жыл бұрын
So I got it to work but my character is jumping an infinite amount of times, I only want it to jump twice, can you help
@kunkerkar
@kunkerkar 4 жыл бұрын
Is bolt as good as C# for performance plz help!!
@shaunakphalak3995
@shaunakphalak3995 4 жыл бұрын
Raja Are you Indian also great vids and there is everything on this channel you are great Bhai tu to top me hai
@ChargerGames
@ChargerGames 4 жыл бұрын
Thanks Bhai :)
@Stinger-rq4gy
@Stinger-rq4gy 3 жыл бұрын
Dear Charger games, thanks for the video, and making the time to make them, In my scene I got my FPS Character Controller (the player) and my Zombie following the FPS Character Controller with script, and I added a attack trigger so when the FPS Character Controller gets close the zombie attacks the FPS Character Controller at 4.0 Stopping Distance. So all I need to do is the health bar goes down when the zombie attacks the FPS Character Controller, does anyone know any tutorials that show the C# Visual Studio code or in Bolt Visual Scripting to make the health bar go down when the zombie attacks the FPS Character Controller? Or can anyone walk me through it on Unity 3D? I cannot find any KZbin tutorials on a health bar going down when a enemy attacks the FPS Character Controller, in the tutorial they just talk about the health bar going down when the space bar is pressed, or the health bar changing color's as it goes down. Can you make this KZbin tutorial for me, I am sure it will help lots of other people with making their video games?😓😓😓😓😓😓😓😓🎈🎈🎈🎈🎈🎈🎈🎉🎉🎉🎉🎉🎉🎉🎮🎮🎮🎮🎮🎮🎮🎮🤕🤕🤕🤕🤕🤕🤕🤕🤕
@Stinger-rq4gy
@Stinger-rq4gy 3 жыл бұрын
Could you start with like a basic thing like spinning a cube, to making a cube move, with Bolt, then moving on to more complicated things like making a object collectable disappear when picked up by the player. I need to find out how to make a enemy on a plane attack my FPS Character Controller (the player) when he is close to the player. I already have the C# script to make the enemy follow the FPS Character Controller around on the plane. If you could make the process of the enemy attacking when close to the player in Bolt Visual Scripting I would love this. I think people would learn Bolt a lot faster if Bolt was shown quickly in a split screen mode, with the code below in the Flow Graph, and what the code in the Flow Graph was making objects in the scene do in the other split screen. Can you make this video? 😓I need help learning bolt
@JimAndcco
@JimAndcco 2 жыл бұрын
Hi. Can you make course on bolt .
@hankyplayer2934
@hankyplayer2934 4 жыл бұрын
Can you make more videos on bolt for a beginners
@ChargerGames
@ChargerGames 4 жыл бұрын
Yes, I plan to do more :)
@teonion4884
@teonion4884 4 жыл бұрын
Plz PlZ make part 2 in which cover partical system and much more ....plz
@yufoo
@yufoo 4 жыл бұрын
Waiting for bolt 2.0
@vinay_aniv
@vinay_aniv 3 жыл бұрын
Hey Bro...is it possible.. How can I use PYTHON SCRIPTS in unity..
@madman10769
@madman10769 3 жыл бұрын
No sadly unity only runs on c# and visual scripting
@shaunakphalak3995
@shaunakphalak3995 4 жыл бұрын
Can we convert visual scripting into written or written into visual?
@ChargerGames
@ChargerGames 4 жыл бұрын
May be these features will come in newer versions of Bolt.
@shaunakphalak3995
@shaunakphalak3995 4 жыл бұрын
@@ChargerGames OK
@foxstarfacts8484
@foxstarfacts8484 4 жыл бұрын
Please make full course of bolt
@dontusedontuse8273
@dontusedontuse8273 4 жыл бұрын
Please do more bolt tutorial and courses
@ChargerGames
@ChargerGames 4 жыл бұрын
Ok, Thanks for the suggestion :)
@kaushikrathod6561
@kaushikrathod6561 4 жыл бұрын
can we use both
@ChargerGames
@ChargerGames 4 жыл бұрын
I'm not sure about that , but in Bolt2, I think we'll be able to convert from one to another..
@twiningaaron
@twiningaaron 3 жыл бұрын
I would like to see more videos on bolt.
@Mbuso.B.Dlamini
@Mbuso.B.Dlamini 4 жыл бұрын
Bolt is awesome, but I first want to know more about c#
@ChargerGames
@ChargerGames 4 жыл бұрын
Ya sure.. Check out my C# in 15 minutes series :)
@LuiDeca
@LuiDeca 4 жыл бұрын
incredible! more bolt tutorials please!! even more helpful if it's in 3D
@pranshugupta1040
@pranshugupta1040 4 жыл бұрын
I need to learn full concept of making joystick and touch controls in unity android AND, I am student of your course its awesome but pls shift that content in new version of unity it will help me a lot :)
@ChargerGames
@ChargerGames 4 жыл бұрын
Thanks for the suggestions Pranshu, I'll try to cover this topic in my courses :)
@lucasdesouza9674
@lucasdesouza9674 4 жыл бұрын
Thats great I was looking to learn to use bolt
@canplayonandorid5848
@canplayonandorid5848 4 жыл бұрын
Thanks sir ...for this great content
@ChargerGames
@ChargerGames 4 жыл бұрын
Most welcome
@scaryteachersquad4
@scaryteachersquad4 4 жыл бұрын
I learned a lot thanks for this video
@Karthikjl
@Karthikjl 4 жыл бұрын
Make some multiplayer tut bro i am waiting for it
@ChargerGames
@ChargerGames 4 жыл бұрын
I'll try to create :)
@aayushkumar7558
@aayushkumar7558 3 жыл бұрын
It was a little bit confusing but better than scripting........................
@waltermossis2694
@waltermossis2694 4 жыл бұрын
great tutorial!go on
@ChargerGames
@ChargerGames 4 жыл бұрын
Thanks, will do!
@Trading883
@Trading883 3 жыл бұрын
Sir make more video tutorials using bolt for non coder.plz🙏🌹
@amulpatel
@amulpatel 4 жыл бұрын
more bolt game tutorials please!
@Stinger-rq4gy
@Stinger-rq4gy 3 жыл бұрын
Dear Charger games, thanks for the tutorial, really great, Can you make a Bolt Visual Scripting KZbin Tutorial with like a split screen of what is going on in the Graph Inspector with the nodes connected, and what it is making an object do in the scene simultaneously? So you would simultaneously show 2 screens one with the Graph Inspector, and another screen showing the behavior of the object in the scene really quickly in like a fast montage of split screen clips, so people can learn Bolt Visual Scripting fast, and find what they are trying to code quickly. I think this would make a great KZbin tutorial and teach people so quickly, can you make a KZbin tutorial like this? this would be sooooooooooooooooooooooooooooooooooooooooooooooooooooooo awesome and excellent for everyone to help them make their games in unity 3D🥳🥳🥳🥳🥳🥳🥳🎖🎖🎖🎖💕💕💕💕💕👍👍👍🌈🌈🌈🚀🚀🚀🚀✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨
@dontseemyprofilepicture1292
@dontseemyprofilepicture1292 4 жыл бұрын
👍👍😁😁
@Stinger-rq4gy
@Stinger-rq4gy 3 жыл бұрын
I saw this its great thank you👍👍👍👍🌈🌈🌈🌈🌈🚀🚀🚀🚀🚀
@ugochanneltv5600
@ugochanneltv5600 4 жыл бұрын
1 month ago Raja: I don't like visual scripting.
@ChargerGames
@ChargerGames 4 жыл бұрын
Haha.. :D I was getting many requests for Creating videos on Bolt
@mayanksingh891
@mayanksingh891 4 жыл бұрын
Me 2 I also don't like visual scripting C# is more esay to learn for me..
@omanshsharma292
@omanshsharma292 4 жыл бұрын
Brackeys left youtube ;(
@ChargerGames
@ChargerGames 4 жыл бұрын
Yes, very sad news bro..
@main888
@main888 3 жыл бұрын
MORE PLSSSS
How to Make a Game in 5 Minutes (Playmaker vs. Bolt)
14:50
David Wehle
Рет қаралды 259 М.
Make games without Code? Visual Scripting! (Unity, Bolt)
13:10
Code Monkey
Рет қаралды 270 М.
I Sent a Subscriber to Disneyland
0:27
MrBeast
Рет қаралды 104 МЛН
Ozoda - Alamlar (Official Video 2023)
6:22
Ozoda Official
Рет қаралды 10 МЛН
Make Your First Game with BOLT(Unity Visual Scripting)  - Tic Tac Toe
20:55
MAKE GAMES WITHOUT CODE! - Unity 3D Game Kit
13:39
Brackeys
Рет қаралды 1,8 МЛН
Was it worth it??? 8 Months with Bolt Visual Scripting
10:09
One Wheel Studio
Рет қаралды 76 М.
Super Units! Visual Scripting in Unity! (Bolt)
13:09
Code Monkey
Рет қаралды 47 М.
Learn C# Scripting for Unity in 15 Minutes (2024 Working)
15:15
Charger Games
Рет қаралды 949 М.
Visual scripting for programmers | Unite Now 2020
16:16
Unity
Рет қаралды 15 М.
This AI Robot Is Doing the Impossible - Unitree x ElizaWakesUp
9:30
AI Revolution
Рет қаралды 163 М.