I am hung up on Flow and State machines for an enemy AI. A bolt tutorial on that would be amazing!
@bhaveshvishwakarma58434 жыл бұрын
Yeasssss
@bhaveshvishwakarma58434 жыл бұрын
We need it
@abdollah_dadashi4 жыл бұрын
Can't wait!!!
@sykoo4 жыл бұрын
Any OG's remember that intro? I found it on my old computer and HAD to use it in this video. Thank you for sticking by for so long!
@KingdomTerrahearts4 жыл бұрын
Yes, I kind of missed it
@LioncatDevStudio4 жыл бұрын
Oh yeah it brought back old memories of when I was a 15 y.o. kid trying to figure out programming
@sykoo4 жыл бұрын
Just to confirm for anyone who might still be wondering; *1)* Bolt is available now for Visual Scripting *outside* of DOTS *2)* Unity's internally built Visual Scripting tool is coming later *for* DOTS projects
@preflopstore97184 жыл бұрын
When I seen the Dots visual scripting system I was like oh no.. it’s horrible, now that I see bolt I’m like whoa! This is fantastic!!!
@preflopstore97184 жыл бұрын
How quickly things change without bolt2 coming, I dropped it for unreal
@Psyonx774 жыл бұрын
Bolt Tutorials + covering all the bolt kits would be realy nice !!!
@ProkerKusaka4 жыл бұрын
Just check out c# tutorials) and read 10min documentation on unity website
@not_halls4 жыл бұрын
Make a full game tutorial 3D or 2D...Really looking forward to it
@theplaymakerno14 жыл бұрын
I have a channel called Game Designer Online I was creating BOLT tutorials, but due to lack of view, I stopped.
@lionamax4 жыл бұрын
Bolt tutorials would be amazing! :)
@theplaymakerno14 жыл бұрын
Check out Game Designer Online
@emir_audio4 жыл бұрын
I felt emotional when i see the old intro :) (I improved a lot thanks to you Sam)
@chetanamali9564 жыл бұрын
yes please make the whole series on bolt
@russellthorburn92974 жыл бұрын
Disclaimer: I am probably at the high intermediate level for C# coding and have only a small amount of experience with any kind of visual scripting. I get the idea of Playmaker as it's a higher level abstraction of the C# used in Unity which simplifies things but, as always, at the cost of flexibility. I'm misty on the idea of Bolt as, from my brief inspection, it appears to me to be absolutely identical to writing C# code except that it takes up more space because it consists of pictures and arrows rather than text. I'm sure I'm missing something here because it seems to me that if you can use Bolt then you can use C# scripts and make the C# scripts faster and more concise.What am I missing here? I love the idea of visual scripting in general but Playmaker makes more sense to me than Bolt does. Thanks in advance for educating me on why Bolt is cool.
@magdiel67094 жыл бұрын
I can see it being used kinda like how UE4 projects use Blueprint and C++ in tandem. The usual Unreal workflow consists of programmers building the core systems and exposing their functionality to level designers and scenario directors through Blueprint nodes.
@randomname0004 жыл бұрын
dude you're absolutely right chech my comment on this above 👆 or below 👇 I'm not sure 😁
@ZoidbergForPresident4 жыл бұрын
That appears to be exact. It's also excessively more complicated to debug things with this.
@BrainSlugs834 жыл бұрын
In general I agree, but I think you can make your own methods and expose them to bolt for your less technical team mates? Not 100% sure though.
@irql24 жыл бұрын
If you are as proficient with C# as you say, Bolt wouldn't be for you. Bolt is, for some, a stepping stone to C#. The developer has even said as much.
@yourgoodfriend2764 жыл бұрын
Yeah sure, I can get into Bolt
@sykoo4 жыл бұрын
Every got any of that *COPYRIGHT STROKE*? Hate when that happens..
@piyush_tiwari4 жыл бұрын
I got 1 time *copyright strike*
@audiobirdi4 жыл бұрын
Thank you for letting us all know about this! :D Was planning on buying Bolt, but now I don't need to! Thanks Sykoo! :)
@998jayboy4 жыл бұрын
I'd definitely want to see a series done on this!
@Tasker-bp7cu4 жыл бұрын
yes
@trailoftheark48074 жыл бұрын
Yes please for a Bolt beginners tutorial. It would be helpful to keep in mind that it's for Unity beginners too. Great stuff, thanks!
@Dhairya_Mistry4 жыл бұрын
found you through a comment in how to mae a game without code (of braceys)in the comment section you are amazing I just subscribed
@TryL3ss4 жыл бұрын
Pretty late but I’m just starting to get back into creating games after about 1 year. Definitely going to keep checking out your channel and thanks for all the information!! 🙏🏼💜🔥
@N1ghtR1der6664 жыл бұрын
I like the idea of visual scripting but it just seems so complicated to understand compared to just writing code, but I can see how non coders could benefit. I am definitely looking forward to a thorough tutorial on bolt so I can give it a go
@preflopstore97184 жыл бұрын
Yes more bolt tutorials and I’ll smash that like button!
@apollomoon84 жыл бұрын
Evan though I'm an unreal user your channel got me into game development In the first place about a year ago Thankyou.
@GeekTecStudio4 жыл бұрын
A tutorial series about Bolt would be fantastic.
@emmanuel-pauloppong-peprah61774 жыл бұрын
Yes please we would like more bolt tutorials
@MrRaivokasMagma4 жыл бұрын
Good to know! I've been using Unreal Engine with Blueprints on summer course and it has been easier for me to understand code. Mostly done audio work, so it has been easy to add whatever I need to other people's code. So might give Unity another chance with Bolt then :)
@AnonYMouse-ky4sg4 жыл бұрын
MrRaivokasMagma Do you recommend Blueprints or Bolt for newbie devs?
@MrRaivokasMagma4 жыл бұрын
@@AnonYMouse-ky4sg Hmm, hard to say. Haven't had time to look into Bolt that much, but maybe Blueprints have slight advvantage on ease of use. And I could find tutorials and tips for Blueprints, especially when I looked specific thing I wanted to do.
@MrGooGone4 жыл бұрын
I ended up being able to make a controllable cube, and a camera that would look at the cube. So the camera is in the center of the "room" spinning around on the Y axis as the cube moves around. My main problem was trying to keep the X and Z controls for the cube relative to the CAMERA's orientation rather than the world. Since all third person tutorials for Bolt have the camera stuck at a specific camera view, I'm kinda stuck. Also I need for the Y axis for the cube jumping to stay relative to the world Y axis, while X and Z movement are relative to camera view orientation. That way having the cube jump will always be relative to "up" in the world. The game idea is basically a moving box you control and parkour upwards in some kind of facility. (Think something like a Telltale game where you control a third person character while the camera simply looks at the character rather than moving with them.)
@TimeWisely4 жыл бұрын
I would absolutely love if you made visual scripting tutorials. I have very little experience in C# it would be awesome if you do Bolt tutorials!
@marc47084 жыл бұрын
Hey Sykoo, please make more Bolt tutorials! It is so hard to find good ones. Thanks Bro!
@helenawilsena58214 жыл бұрын
Yea we want a series....💜💛💚
@ian.864 жыл бұрын
YES!! BOLT TUTORIALS PLS!!!
@Tenzordk4 жыл бұрын
Yes please. If you make it, they will come. As in, I'll have my students use your tutorials.
@leonaise75463 жыл бұрын
I do remember that intro.
@seasidesandies33344 жыл бұрын
Yes yes yes to bolt tutorials
@ashishbarge44084 жыл бұрын
Which language do you use for game programming ?
@saasjeavenue4 жыл бұрын
I want to see more on bolt please! Ps keep up the great videos!
@chetanamali9564 жыл бұрын
I have one Question that instead of C# scripting we can direct learn bolt for Making games in starting for learning game development???
@prolificgames11124 жыл бұрын
RPG with Bolt? Please
@davetgv1264 жыл бұрын
I would love to have bolt tutorials as they would be really helpful
@RozgarAhmed3 жыл бұрын
Can Bolt be used to develop android app on unity 2020.2 With project settings Player Scripting Backend IL2CPP Api Compability level* .NET Standard 2.0 Target Architectures ARMv7 and ARM64
@subzerg4 жыл бұрын
Bolt tutorials!? Yes please !!
@Oxmond4 жыл бұрын
Bolt rocks! 🤓👍
@FurFroo4 жыл бұрын
came here from your discord ping :)
@declanmerry84074 жыл бұрын
I bought Bolt full price and I think this would be great IF there were enough tutorials to actually cover how to do more than the very very basics in Bolt. If you can't code but like the idea, check out Playmaker tutorials and you'll basically know how to do what you want but yeah focused tutorials covering more than what's already available would be great
@elliotfriesen68204 жыл бұрын
You can get a free refund, you will get an email soon with the email you downloaded it with
@tekz5414 жыл бұрын
Unity: Lets built a visual scripting tool Unity: Oh there is already one available at the asset store Unity: Lets grab that shit and now.....its our tool. Ludiq: Ehm .... hello? For me it sounds exactly like that
@rubberrubbubnik39624 жыл бұрын
Finally! I can make a good finished game now!
@bhaveshvishwakarma58434 жыл бұрын
I used bolt and its amazing 😎😎😎
@nuke26254 жыл бұрын
Yes yes do more. Subscribed.
@MasterofFire-sc3yn4 жыл бұрын
I want to see more Bolt scripting!
@marcosx25854 жыл бұрын
Yes do Bolt tutorials!
@Praxss4 жыл бұрын
Plz make tutorial series on Bolt, and make mini game tutorial using bolt if possible!
@averiebrenner97474 жыл бұрын
Can bolt be used for VR development? If you can you can you make a video about it love these videos !
@guruboltyt83684 жыл бұрын
You are awesome bro
@MrGooGone4 жыл бұрын
Oml pleeeease make some Bolt tutorials. We need them so badly lol
@hoseinbmr34494 жыл бұрын
Yeah a bolt tutorial is great 👍
@gbengamakanjuola95664 жыл бұрын
Hey Skyoo, what game/vid is in the demo?
@MDZIHAD-ny3uc4 жыл бұрын
Full Bolt tutorial series please
@raydougherty40624 жыл бұрын
i would love to see tutorials on how to use Bolt for Dummies!
@AlwaysSomethingHorrible4 жыл бұрын
"Copyright stroke... Stroke?" Half his face just starts drooping.
@timotheekamdem27393 жыл бұрын
hi can us have more bolt tutorial ?
@hamimally84233 жыл бұрын
Please make a tutorial series about Bolt.
@shamsilareefin25674 жыл бұрын
Do I want to see bolt tutorial? F yes.
@tcroft4 жыл бұрын
Visual scripting sounds great, but what is Dots?
@lo3alex4 жыл бұрын
I would absolutely love to see a Bolt tutorial seires!
@marcus95964 жыл бұрын
Please Sam a new bolt tutorial series I have to pls 🙏
@xdeathknight72x4 жыл бұрын
@Sykoo is there any way to modify the post processing stack through Bolt? I've been trying and nothing is working. I think I need to add UnityEngine.Rendering.PostProcessing to Bolt's Assemblies but I can't add it. Any help, I know Playmaker by heart but Bolt is still a mystery.
@giannis0774 жыл бұрын
Yeah really nice.Make more bolt videos
@andrewmartin23414 жыл бұрын
Just fyi if anyone is trying to get through the initial bolt platformer tutorial on Unity's website.... it has issues. I posted a link to a video in the Introduction section comments on that tutorial that walks through it and fixes those issues. It's not my video, but from someone in the Bolt Discord. I'd recommend joining that for any questions, etc.
@davetgv1264 жыл бұрын
Thank you sykoo
@sutharsanny18054 жыл бұрын
Do I need to know C# to use Bolt? Currently I use Playmaker and I have no programming knowledge.
@0fficersally4 жыл бұрын
No you don't need to know C# to use bolt just like playmaker, the only thing about bolt is that it looks more like C# than playmaker does in my opinion.
@kushalbaid4 жыл бұрын
Awesome bro
@darko.ristanovic4 жыл бұрын
Where do you get your uncopyrighted music?
@AcrylicPixel4 жыл бұрын
A beginners guide to bolt showing how to make game with it would be ideal! Preferably a 2D Top down game lol
@wrensey_YT4 жыл бұрын
Glad to see Bolt going offical with unity but I the tutorials for it are VERY SPARSE so I would love to see some more made
@VoidWhisper_VT4 жыл бұрын
I'm in for everything bolt related, or just Visual scripting related !!
@davetgv1264 жыл бұрын
Also as a suggestion if you were to do a tutorial series would you please consider a fantasy rpg game as it covers many game mechanics in multiple games
@arseniy4 жыл бұрын
9:05 - I opened store and all those are paid. Not free. Maybe there was a discount for a while.
@lionelchifamba12794 жыл бұрын
Yes please make bolt tutorials
@sydneyidundun78984 жыл бұрын
We want to see a full fleshed tutorial on bolt
@icon83913 жыл бұрын
We will miss you 😢
@md.hasanaligazi7294 жыл бұрын
Can you make a sci fi level design in unity . It would be appreciating for me
@Brian-vs9sd4 жыл бұрын
I do not get visual scripting???
@roryedmonds94154 жыл бұрын
What are those art assets in the thumbnail?
@iLoveYourFace4 жыл бұрын
What's the thumbnail image?
@ytwithlove4 жыл бұрын
More Bolt tutorials please!
@mallubot70744 жыл бұрын
Bolt + Lean Touch Tutorials please {For mobile}
@krypto95534 жыл бұрын
How do we play ur games
@androidemulation59524 жыл бұрын
yes, please make bolt tutorials I have been using playmaker for a while now and Would like to move to bolt but I heared there aren't many tutorials for it. which makes me hesitate to do so.
@DeadEye_Bronson4 жыл бұрын
Bolt tutorial plz
@pazrotenberg4 жыл бұрын
Please make a Bolt tutorial
@RiorXD4 жыл бұрын
... But where are the trees from The thumbnail.
@zaidkiwan51684 жыл бұрын
i wanna see bolt tutorials!
@AllExistence4 жыл бұрын
What is dots?
@AnamikaRoy4 жыл бұрын
It is. Needed broo
@Robs-824 жыл бұрын
Yep tutorial series please
@sp3ck7044 жыл бұрын
what game is that at 2:20?
@jimmyscogin5024 жыл бұрын
Tutorial please :D, I use Fungus now for a scripting language. It works quite well, even in 3D. So I guess not I will try Bold. I bought it a while ago and never started using it.
@matthewasia43364 жыл бұрын
Pls A bolt beginners guide would be great. Maybe make a 3rd person game
@hectorarmienta35694 жыл бұрын
More Bolt tutorials por favor
@priyadaksheshpatel83844 жыл бұрын
Plz do more on bolt
@prietse4 жыл бұрын
bolt tutorials please 😍
@sneffetsd4 жыл бұрын
Complete Game with bolt!
@plagiats4 жыл бұрын
Remake your Fall Guys project in Bolt! That would be kind of a benchmark on its ease of use and provide you a very specific goal