I absolutely agree. This is the best thing I've found on TH-cam about visual scripting and programming in general. Even official resources do not provide information so readily. Great job!
This was amazing. I really love how you kept things simple and assumed that the viewer does not have prior experience. I also really like the fact that you often provided examples with visual aids which tailors to the type of people who would be interested in using visual scripting to begin with.
I like that you added 7.0 as a float data type as its a great way to show why we sometimes use floats and why we sometimes use integers since some people would think you could just use floats every time to be safe but ultimately you are adding more data than necessary
The first 90 seconds saved me a headache. I have Bolt asset on my system and decided to learn it last night. I have Unity 2021.3.0f1 and installed Bolt 1.5. Then problems. I found out Bolt won't work with Unity 2021.3, only older version 2019 LTS and 2020 LTS releases. So, I installed 2019.4.3911 and Bolt installed great. I followed a tutorial and Bolt is really good, then as per usual, my head said, 'Find out why Bolt won't work.' That's when I found out it's now Visual Scripting. I watched your video and saw Bolt, but called Visual Scripting. I am so happy as everything I did with Bolt 1.5, can now be replicated after watching your video. Great video. To the point and has opened me up to Visual Scripting as something really worth pursuing. Thanks again.
Absolutely fantastic introduction to Visual Scripting in Unity, and programming concepts in general. The production value is fantastic, and I especially appreciated the animated illustrations of different concepts like variable type.
Brilliantly produced. One thing I haven't seen much of is a tutorial on interaction with code in scripts. Like say you have a 'flow' of states where each state just links to a custom code script.
Thanks for this video. It was the best video about Visual Scripting. We really want a video about touch controls like.. tap, double tap, swap etc. THANKS A LOT!!! ❤️
@@NotSlot maybe will be good thing if you do video for every node more in depth and possibilities about that node. Yes that will be a lot of videos but that only can be a good thing i think.
I'm trying to learn how to code to create my own game, and you used two of the games I love and inspire me as examples at 8:53. Made me feel like I am in the right place XD
I played that game, it’s called Hades, I have all 4 Supergiant Games, my favorite is Transistor, then Pyre, then Bastion, then Hades, Transistor is just so relaxing and magical and stuff, like I would love to go to a place like that in real life
Code forever . Used to like and preferred visual stuff years ago, now I like all my stuff done with code . Even constructing controllers and such directly from code , instead of prefabs
Thank you for your very clear and logical video, I really like your chapter segmentation, which is excellent for filling in the gaps or understanding the whole logic of visual scripting (after a practicing case). A small suggestion is to consider AI dubbing, which may sound smoother to non-native English-speaking audiences.”
I have just come across this video and i will be sure to watch it to the end but I would like to know if there is a way to take a visual script graph and turn it into a regular c# script? this is for performance as I assume visual scripting can have slight performance loss even if minimal
Hello. Good tutorial. Once I've created a project with Visual Scripting nodes, is there a way to see its C# equivalent code? Thanks in advance for the answer.
When I use visual scripting then I do build and run but the visual scripting code won’t work please help!!! But when I press play in unity it works idk
I know how to use bolt but I want to instead learn C# because how much better performance it has and because of how many more Tory risks there are on TH-cam on how to make stuff using it. Does anyone know any videos showing how to learn C# if you already know how to use Bolt Visual Scripting?
Very good, You got a like and sub from me. This even helped me better understand how my C# scripts work! I really like you teaching style and pace in this video, and your well thought out use of visuals is very helpful
Where was this video when I started using bolt, I had no idea how to use it and I had to figure out everything my self and it took sooooo long, there are also like no videos about how to use bolt
This is an amazing video.. Subscribed! Please next video.. Have the presentation background color the same as the unity color. Because its jarring to the eyes when you go from a dark background to a white background.. Especially at night
I like the way you explain things step-by-step easier for newbies like me to follow. Can you please make a short game tutorial with this visual scripting way? 2D Game / Sprite files and animation using PNG sequences will be interesting to see rather than the other ways I find confusing. Thanks ahead! SUBBED 💙
The first seven minutes are seemingly random bits of theory that I'll instantly forget because I'm not actually *doing* anything with them. Finally, at minute 7, there are instructions to do about the most simple thing possible: print "Hello" to the console. I followed the steps and added two nodes pictured--it didn't result in printing anything. It seems that there are important details being left out. I gave up after that.
@@NotSlot Thanks a Lot Bro!!!! Would you please tell me how much time could it take, Approx? If You don't have any problems with that... Thanks for engaging and replying. ♥️
@@NotSlot I think you can also make speed paint videos of making the art. I am sure people will love to see that too.Maybe a tutorial on it at some point :D
Hey! This video is about laying the foundations. 🤓 We plan to dive deeper into Visual Scripting in upcoming videos - is there anything particular you are interested in?
it's easy for you because you are a programmer but for non programmer they don't know which part to put and which code to select. why they don't put a error pop up box on which code to replace when a non programmer select a code that not compatible with one another
Hey why don't you start a fully functional third person shooter game like Uncharted 4 A theif's End? Add mountain climbing with ropes physics logic & shooting mechanics & other stuffs like weapon inventory, main menu, vehicle driving stuffs.
Parece muito bem explicado, pena que não dá pra entender nada, por vários motivos, o inglês tá ruim de entender, e a legenda em português não funciona, daí você tem que tentar entender o inglês falado que tá muito ruim e prestar atenção na legenda em inglês e ainda conseguir olha pra tela.. resumindo : não dá.
From 0-32secs am done confused, every tutorial is always the same on youtube lets make a game start coding but I don't know wht game i making. Instead (In my opinion) a game should be presented at the start which was made by the developer so we know what game we gonna make then we get started ofc after downloading the assets in the description lol sigh anyways keep up the good work.
This video is a great start. I will admit, I did have some difficultly understanding the accent of the presenter in more than a few parts. Otherwise, I'm anxiously waiting for more tutorials like this one.
Thanks, happy it helped! Doing my best to speak as clearly as possible, we added Closed Captions to overcame the accent barrier. More videos to follow…
It is amazing how simply you explained every single bit, node by node in a clear manner, I wish all programming tuts were as clear as this one
🙏 Thank you
I absolutely agree. This is the best thing I've found on TH-cam about visual scripting and programming in general. Even official resources do not provide information so readily. Great job!
Top quality tutorial. Straight to the points, well planned and executed. Keep it up. Thanks a lot. This is exactly what I'm looking for.
Thanks! More on the way 🙏
This was amazing. I really love how you kept things simple and assumed that the viewer does not have prior experience. I also really like the fact that you often provided examples with visual aids which tailors to the type of people who would be interested in using visual scripting to begin with.
I like that you added 7.0 as a float data type as its a great way to show why we sometimes use floats and why we sometimes use integers since some people would think you could just use floats every time to be safe but ultimately you are adding more data than necessary
The first 90 seconds saved me a headache.
I have Bolt asset on my system and decided to learn it last night.
I have Unity 2021.3.0f1 and installed Bolt 1.5. Then problems. I found out Bolt won't work with Unity 2021.3, only older version 2019 LTS and 2020 LTS releases.
So, I installed 2019.4.3911 and Bolt installed great. I followed a tutorial and Bolt is really good, then as per usual, my head said, 'Find out why Bolt won't work.'
That's when I found out it's now Visual Scripting.
I watched your video and saw Bolt, but called Visual Scripting.
I am so happy as everything I did with Bolt 1.5, can now be replicated after watching your video.
Great video. To the point and has opened me up to Visual Scripting as something really worth pursuing.
Thanks again.
Visual Scripting was so confusing watching literally every other tutorial I Saw. I love this lady!
Wow this is such a detailed overview! Just what I’ve been looking for. Thanks!!
🙏
Wow. This is a truly excellent video. Top notch teaching. Clear, concise, informative. Perfectly paced. Bravo.
Thanks Casey! 😋
I am a game artist and dont know anything about coding. This helps a lot . Thanks for this :)
😁 Glad to hear!
Absolutely fantastic introduction to Visual Scripting in Unity, and programming concepts in general. The production value is fantastic, and I especially appreciated the animated illustrations of different concepts like variable type.
This is perfect also I just needed to know how to get the visual script but this is even better!
wow, you even make blur to make your lesson easier to understand and this works!
thank you for this great lesson!
🙏
Wow, thanks a ton! This is a great and detailed tutorial which has been incredibly valuable to me! I’ve subbed and liked- keep up the awesome work!!!
🤗 Thank you!
🎁 FREE High-quality assets: bit.ly/2dhp-free-yt
📚 Read: notslot.com/tutorials/2021/05/visual-scripting-101-getting-started
🐦 Follow For More: twitter.com/notslotgames
🌟 Getting Started Tutorial: th-cam.com/video/JYkFm1Sc3v8/w-d-xo.html
💯 Complete Video Course: th-cam.com/play/PLqqkaa8OrxkHxJHcGATpq-MCJnjX5hUBj.html
Plz make tutorial beginners to advanced plzzzzzzzzzzzzz
I believe you make more videos on this so I will subscribed
Still extremely relevant and useful. Great production value of this video. Thank you very much! You are the GOAT
Brilliantly produced. One thing I haven't seen much of is a tutorial on interaction with code in scripts. Like say you have a 'flow' of states where each state just links to a custom code script.
👌 On our future videos list
Was Waiting for this :)
30:40 such an excellent series, but you never did the video exploring the Physics nodes, which is what I'd most want to see
That's the video I was searching for 😌. Thanks a lot it deserves more views 👏
🙏🙏
Hi man the best video I have ever seen on explaining Visual scripting and even general programming a big thank you to you ^^
This is extremely well done for a free video
Massive respect for making this video
I'm coming from Blueprints (UE) and this is what I need to catch up on Unity Nodes! Thank you!
Best explanation video have seen so far.
Thank you very much!
Thank you! 😁
Thanks for this video. It was the best video about Visual Scripting. We really want a video about touch controls like.. tap, double tap, swap etc.
THANKS A LOT!!! ❤️
Thanks 🙏 more VS videos should come soon…
Thank you for the video and I really hope more tutorials of this kind coming soon.
Sure do…
@@NotSlot maybe will be good thing if you do video for every node more in depth and possibilities about that node. Yes that will be a lot of videos but that only can be a good thing i think.
I'm trying to learn how to code to create my own game, and you used two of the games I love and inspire me as examples at 8:53. Made me feel like I am in the right place XD
I played that game, it’s called Hades, I have all 4 Supergiant Games, my favorite is Transistor, then Pyre, then Bastion, then Hades, Transistor is just so relaxing and magical and stuff, like I would love to go to a place like that in real life
A good example would be to show us different ways to make a basic 2d sprite change to a different colour. We could use keyboard inputs and stuff
This is an amazing tutorial! I'm now able to make... Playable Experiences!
Wonderful Tutorial!!! It's really helpful for learning visual scripting to beginner. Thanks a lot!!
This video was a really amazing, fully explained with details and simple examples... congratulations by the awesome job... Superb!!!
Thank you 🙌
Fantastic resource! Thank you for creating this
😄
Very well explained.....feeling excited
This was incredibly helpful to me, a complete beginner. Very clear and concise explanations. Thank you!
So happy to hear 🙏
And did you get any further till now?
You're a real life saver, thanks.
Thanks bud! great video and instructions.
Code forever . Used to like and preferred visual stuff years ago, now I like all my stuff done with code . Even constructing controllers and such directly from code , instead of prefabs
fire editing 🗣🗣🗣
This is amazing!!
Thanks :)
Great tutorial man. Looking forward for more of bolt. Cheers.
Thanks! Working on more :)
I can't thank you enough
I wish you all the best❤️
You’re welcome 🥰
Thank you for your very clear and logical video, I really like your chapter segmentation, which is excellent for filling in the gaps or understanding the whole logic of visual scripting (after a practicing case). A small suggestion is to consider AI dubbing, which may sound smoother to non-native English-speaking audiences.”
Thanks so much for taking the time to create this tutorial.
🙏 Happy to hear you found it useful
Thank you for this! Wanting to get into unity and this will be useful!
Sure! Hope you’ll make it!
I have just come across this video and i will be sure to watch it to the end but I would like to know if there is a way to take a visual script graph and turn it into a regular c# script? this is for performance as I assume visual scripting can have slight performance loss even if minimal
Super helpful. Thanks for making this!
Glad you found it helpful! 🤩
This video should ship with bolt! Thank you so much!!!
🤗
wow...amazing tut.
AotList error: can not convert generic list of gameobjects to an aotList. Google shows no results for this error.
Hello. Good tutorial. Once I've created a project with Visual Scripting nodes, is there a way to see its C# equivalent code? Thanks in advance for the answer.
thanks for ur tutorial, good luck
i have a game started with black screen about 10 seconds and then it started, do u have any solution
When I use visual scripting then I do build and run but the visual scripting code won’t work please help!!! But when I press play in unity it works idk
I know how to use bolt but I want to instead learn C# because how much better performance it has and because of how many more Tory risks there are on TH-cam on how to make stuff using it. Does anyone know any videos showing how to learn C# if you already know how to use Bolt Visual Scripting?
how make a dialog box in my 2d platform game on unity with visual scripting?
Tyvm, Subbed!
🤗
thank you. Very good explanation for beginners.
🤗
Great tutorial! Love to hear fellow developers from Israel
Thanks pal :)
Very good, You got a like and sub from me. This even helped me better understand how my C# scripts work!
I really like you teaching style and pace in this video, and your well thought out use of visuals is very helpful
Thank you! That's fantastic to hear! 😁
Where was this video when I started using bolt, I had no idea how to use it and I had to figure out everything my self and it took sooooo long, there are also like no videos about how to use bolt
please I need help :'D I don't see the visual scripting component at all. I have the right version
This is an amazing video.. Subscribed!
Please next video.. Have the presentation background color the same as the unity color. Because its jarring to the eyes when you go from a dark background to a white background.. Especially at night
Thank you! Noted 👌
There is no 'Script Machine' option to add to the game object?
Beautiful made. Thank
🙏
I like the way you explain things step-by-step easier for newbies like me to follow.
Can you please make a short game tutorial with this visual scripting way?
2D Game / Sprite files and animation using PNG sequences will be interesting to see rather than the other ways I find confusing.
Thanks ahead! SUBBED 💙
Thanks! Looking into making more Visual Scripting videos…
The first seven minutes are seemingly random bits of theory that I'll instantly forget because I'm not actually *doing* anything with them. Finally, at minute 7, there are instructions to do about the most simple thing possible: print "Hello" to the console. I followed the steps and added two nodes pictured--it didn't result in printing anything. It seems that there are important details being left out. I gave up after that.
i think the true power of visual scripting is make your own nodes
Please Make a Video About Touch API or Touch Control in VS.
I can't find any help regarding this topic.
Neither video nor Docs :-(
Added to our future vid list 👍Thank you.
@@NotSlot Thanks a Lot Bro!!!!
Would you please tell me how much time could it take, Approx? If You don't have any problems with that... Thanks for engaging and replying. ♥️
We'll resume uploading Visual Scripting videos shortly...
@@NotSlot A Million Times Thanks Bro! ✌️
Question, what version of unity is this?
I am just wondering why you are being so generous with your knowledge?
these videos are soooo well produced and easy to learn but still so less views
can you make a tutorial about the state machine?
Yep, it's on the roadmap 😃
personally visual scripting just hurts my eyes haha i like to write it down
I can not find a book on Unity Visual Scripting or BOLT - any ideas?
you make some nice art assets.
Thank you.
@@NotSlot I think you can also make speed paint videos of making the art. I am sure people will love to see that too.Maybe a tutorial on it at some point :D
Hi, I visited your web is fantastic, What tools did you use to create it?
very good video I am starting to learn about Bolt.
Nuxt & Tailwind
you would be a great voice actor!
thanks! 🙏
This is Gold
🙏
Will there be more videos in this series or this is the only vidio. :)
Hey! This video is about laying the foundations. 🤓
We plan to dive deeper into Visual Scripting in upcoming videos - is there anything particular you are interested in?
@@NotSlot I just subbed to you looking forward to new vidios. :)
@@NotSlot yes shader Graph and math for games ( vectors, location calcul. etc. ) thanks : )
Thank you
Is unity built in visual scripting is available for free and personal version?.
Yep
Will there be more tutorials?
Yep! The next Visual Scripting tutorial will be up in a few days 🥳
@@NotSlot Thank you!!!
very useful
Will u make more videos on VS scripting or it is the last?
:) We plan to dive deeper into Visual Scripting in upcoming videos - is there anything particular you are interested in?
@@NotSlot Yes.Shader Graph in unity and How to use Written Scripts with Visual Scripting?
👌
@@NotSlot :)
@@NotSlot Using the new input system with visual scripting
Does using Visual Scripting makes our game a little slower than Code Scripting?
Is this any performance diff between VS and Scripting?
Yes, it’s slower but for most the difference is negligible...
@@NotSlot Thanks for Replying.
it's easy for you because you are a programmer but for non programmer they don't know which part to put and which code to select.
why they don't put a error pop up box on which code to replace when a non programmer select a code that not compatible with one another
realy useful
Thumbs up === TRUE
Great video
🙏
Hey why don't you start a fully functional third person shooter game like Uncharted 4 A theif's End? Add mountain climbing with ropes physics logic & shooting mechanics & other stuffs like weapon inventory, main menu, vehicle driving stuffs.
אני מזהה את המבטא הישראלי מקילומטרים. אחלה תוכן
Auto subscribe, please make more Visual Scripting tutorial in Unity3D,
Working on it! Anything specific you’re looking for?
@@NotSlot third person character like Unreal engine use blueprint, can jump, lie down, hanging, vaulting (parkour), climbing, crouching, crowl,
🗿🗿🗿🗿🗿good sigma video
Parece muito bem explicado, pena que não dá pra entender nada, por vários motivos, o inglês tá ruim de entender, e a legenda em português não funciona, daí você tem que tentar entender o inglês falado que tá muito ruim e prestar atenção na legenda em inglês e ainda conseguir olha pra tela.. resumindo : não dá.
From 0-32secs am done confused, every tutorial is always the same on youtube lets make a game start coding but I don't know wht game i making. Instead (In my opinion) a game should be presented at the start which was made by the developer so we know what game we gonna make then we get started ofc after downloading the assets in the description lol sigh anyways keep up the good work.
Muito bom o tutorial
This video is a great start. I will admit, I did have some difficultly understanding the accent of the presenter in more than a few parts. Otherwise, I'm anxiously waiting for more tutorials like this one.
Thanks, happy it helped!
Doing my best to speak as clearly as possible, we added Closed Captions to overcame the accent barrier.
More videos to follow…
@@NotSlot : The benefits of this video far out-weigh the opposite. I look forward to more.
cool!!!
😄
+1 subscriber)
at the start i know that you from israel
מההתחלה ידעתי שאתה מישראל