Getting started with Bolt in Unity! (Tutorial)

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 437

  • @unity
    @unity  4 года назад +129

    We hope you enjoy this video! Have you tried out Bolt yet? Please let us know if you'd like to see more Bolt tutorials in the future! :)

  • @Josec-dd1qu
    @Josec-dd1qu 3 года назад +84

    This not a beginners tutorial, they packed a lot of information in this video and it doesn't give you the time to wrap your head around these concepts. It's a nice showcase of Bolt capabilities, though.
    In short, look for other tutorials if are new to game development and you want to learn Bolt.

    • @BigfootCodes
      @BigfootCodes 3 года назад +7

      I agree, it's way too complicated for a beginner! I started in my channel a series of Unity Bolt tutorial focused for beginners, making 2 complete games so far (Pong & Brick Breakers). Would love to know your feedback on them!

  • @TinJ7
    @TinJ7 4 года назад +228

    Is it crazy for me to say that I find coding in c# much more comfortable than this?
    Also if you enjoy Bolt style then you will enjoy Unreal Engine!

    • @yaminnather521
      @yaminnather521 4 года назад +24

      Same here. Anything equivalent to more than 2 lines of code is cumbersome to work with in visual scripting

    • @Konnios
      @Konnios 4 года назад +3

      I feel you.

    • @LordsofMedia
      @LordsofMedia 4 года назад +3

      It will probably be for new users? I wanted a visual node thing in the beginning. Maybe it is useful to find bugs? I don't know. I haven't checked it out yet.

    • @marlonc7668
      @marlonc7668 4 года назад +10

      I agree. Just learn C#

    • @lemetamax
      @lemetamax 4 года назад +9

      Bolt is good, but I'm all in on C#.

  • @Nightborger09
    @Nightborger09 3 года назад +19

    I didn't learn much out of this video but I still apreciate the time you spend to do this. It will help me make my first steps in Unity to code my first simple games. Good job!

  • @adamstestanimations
    @adamstestanimations 4 года назад +13

    Tried Bolt last week and did a few tutorials. Love it!

    • @unity
      @unity  4 года назад +7

      So glad to hear that!

  • @Cybored.
    @Cybored. 4 года назад +4

    first asset i bought to start using unity was Bolt. used it for one day, decided to learn C# the second day and 3 years later i can say i did not regret this decision for a moment.

  • @marlonc7668
    @marlonc7668 4 года назад +174

    Learn something confusing to prevent from learning something confusing 🤔

    • @astickman2486
      @astickman2486 3 года назад +2

      Hmmmmm intresting

    • @minecraftermad
      @minecraftermad 3 года назад +14

      it's programming in the same way as c# just a different interface. if you learn to use this i think learning c# later on will be easier.

    • @AndrewMaksymBrainNectar
      @AndrewMaksymBrainNectar 3 года назад +10

      @@minecraftermad Yeah I'm learning Bolt now (tried C# traditional and found it confusing at first) and I'd say I'll probably learn the old way better after using Bolt, since I'm more of a visual thinker. Lines of code is ok but my brain trips me up. Bolt's not bad.

    • @evolgenius1150
      @evolgenius1150 3 года назад +1

      @@minecraftermad I'm thinking.... almost the opposite, that if I learn c# scripting first that this will make sense to me. later xD

    • @drawnsequence
      @drawnsequence Год назад +1

      I've been trying to learn C++ and C# for over a decade. I understand variables, variable types, most operators, a bit about classes, functions, and knowing those basics, I still can't make a script pull info from another script without a step by step tutorial. I don't understand when I have to instantiate something or where.
      I have to admit I just don't have the brains for programming. I'm really hoping Bolt will help.

  • @125Addicted
    @125Addicted 3 года назад +5

    Lol, I’m into a very long c# course and I thought I was wasting time given the existence of visual scripting.
    After this tutorial I understand how import is coding.

  • @CheapCheerful
    @CheapCheerful 3 года назад +83

    Holy crap. At 7:30 you just blast through like 5 different steps, without explaining any of it. C'mon guys....

    • @tello_
      @tello_ 3 года назад +6

      exactly im so confused

    • @CurelloGreg
      @CurelloGreg 3 года назад +4

      he leterally explained before doing it

    • @CheapCheerful
      @CheapCheerful 3 года назад +9

      @@CurelloGreg Just because what he said made sense to you, doesn't mean it will make sense to everyone. That's why tutorials don't just say, they do, slowly. Also, this was a single example from a single video, however the issue with Unity's training is across the board. I suspect they don't put enough resources into teaching/tutorials, instead they just get technicians to do it, which is a big mistake (and I say that as a specialist technician myself - just not in this app). Either that, or the trainers they do have are overstretched or micromanaged.

    • @CurelloGreg
      @CurelloGreg 3 года назад

      @@CheapCheerful well unity does it but not really as a tutorial more as business

    • @evolgenius1150
      @evolgenius1150 3 года назад +3

      @@CurelloGreg yes but he abstracted away a lot of the thinking, assuming we understood certain specifics. I'm seeing this a lot with visual scripting tutorials which makes them harder to understand (for me) than just watching someone write by hand and explain what and why he's doing what he's doing. Aside form not needing to worry about syntax, it's all still there at close to a 1:1 comparison with C#. Most people are looking into visual scripting because they don't know how to script, yet knowing how to script (or it's fundamentals and methodologies) seems to be a pre-requisite for understanding Visual Scripting at all. Thus, flying through things without explanation is is very off putting to noobs like myself and others looking into VS/Bolt.
      To top it off, some of the things they do in these tutorials (like the order they plop down nodes) are in a different sequence of thinking than if you were writing the code by hand which makes it hard to follow because they're jumping forward and back. Sometimes they do seemingly recursive operations with variables without explaining why they did it, or what operations a node is doing to the data so I get totally lost. :/ I guess I just want them to sloooooooowwwww down and explain a little more.
      If anyone knows of some good Bolt tutorials for complete idiots like myself I would be thankful. lol. I'd rather skip forward thru a slow guy, than to re-watch a fast guy 10 times and still not understand what is going on.

  • @pianoatthirty
    @pianoatthirty 2 года назад +6

    To any musician who is used to building things in Reaktor, or for someone used to the nodes in Davinci Resolve, this visual scripting stuff is a godsend. Thank you Unity!

  • @alexisF1031
    @alexisF1031 3 года назад +95

    Slow. Down. You blaze through multiple steps and change some values without mentioning them. Also give us a second to see what we are adding

    • @danielgarciagonzalez2391
      @danielgarciagonzalez2391 3 года назад +5

      you can always change the speed of the video xD. I do that with most tutorials that I want to follow and watch.

    • @redtshirtgaming4418
      @redtshirtgaming4418 2 года назад +1

      I think that the speed is fine

  • @Tvtig
    @Tvtig 4 года назад +9

    Very nice, can't wait for someone to make a Flappy Bird tutorial using bolt....

  • @DUHRIZEO
    @DUHRIZEO 4 года назад +15

    Editing while in play mode is super useful!

  • @rishabhbohra8833
    @rishabhbohra8833 4 года назад +17

    B - Blueprints
    O - Optimised for
    L - Lazy
    T - Typers

  • @akc21adt
    @akc21adt 4 года назад +27

    Bolt is awesome. But I personally enjoy coding very very very much .I love scripting .

    • @pythonhtmljava7811
      @pythonhtmljava7811 4 года назад

      Same

    • @yaminnather521
      @yaminnather521 4 года назад +2

      I was learning some unreal for sometime for the last few days and since intellisense was really slow with unreal I had to use blueprints. Even though unreals blueprints is like the best visual coding system in the free game engine side, anything equivalent to more than a few lines of code is very cumbersome to work with. I prefer coding so much more than visual scripting

    • @xeno_link7370
      @xeno_link7370 4 года назад

      I started learning to script a few days ago do you have any tips on how to get better I do t know anything

    • @ekyanso4253
      @ekyanso4253 3 года назад +1

      Good for you I guess

    • @wb8695
      @wb8695 3 года назад

      I'm a designer and artist and I have no patience for learning coding on top of that! Bolt is perfect for people like me.

  • @nikharrison
    @nikharrison 4 года назад +28

    Bolt is awesome!

  • @ACStuart
    @ACStuart 3 года назад +6

    People are complaining about this, but it really just feels like the next logical step of an IDE. There are only so many valid code blocks -- why not visually create and connect them? I think this will be frustrating to seasoned programmers and very useful to new generations.

    • @Edio47
      @Edio47 3 года назад

      I totally agree. I started programming a month ago. I learned the basics and I was doing good fast progress but I switched to visual scripting because it will save me a lot of time. Maybe later I will go back to C# once I am done with visual scripting.

  • @smally5739
    @smally5739 4 года назад +3

    Hope unity incorporates the new bolt 2 UI

  • @gauravk7323
    @gauravk7323 4 года назад +43

    dude i have no idea about c# but i still feel c# is way easier than bolt

    • @FahadAkash
      @FahadAkash 3 года назад +1

      i agree ahahahha

    • @gauravk7323
      @gauravk7323 3 года назад +2

      @radbradboy homi c# might look touth for simple stuff but it will help in long run

    • @math001
      @math001 3 года назад +2

      Same thoughts. I think that Bolt starts to make everything easier once you learn C#. Might be good if you wanna speedrun creating a prototype rather than do tedious typing (although programmers usually are fast typers)

    • @aryabratsahoo7474
      @aryabratsahoo7474 3 года назад +1

      Still both needs to learn commands like raycast, collision hit, trigger2d, etc .
      Only difference is that in one of them you would have to remember the syntax.

    • @nabhyavaid368
      @nabhyavaid368 3 года назад +1

      That isn't possible

  • @aryabratsahoo7474
    @aryabratsahoo7474 3 года назад

    Most people saying c# is more comfortable. It is most comfortable when you learn the basics and syntax of commands of C#.
    IMO, use both for different purposes. Like coding complex commands in C# while some simple functions can be done in Bolt. I feel like this would reduce some tediousness in programming.

    • @user-pc9cq8pp7z
      @user-pc9cq8pp7z 3 года назад

      You code in classes and functions and you reuse them on top of eachother. So code is way faster. And code is way easier to debug.

  • @RahulKumar-gj9bc
    @RahulKumar-gj9bc 3 года назад

    It is very good for learning keywords and how they work. Without any error because nodes will not connect if it is wrong

  • @flavourcatstudios1357
    @flavourcatstudios1357 3 года назад

    Omg I just downloaded unity a week ago and JUST IN TIME FOR BOLT! IM SUPER EXITED TO TRY IT OUT! :D

  • @ugochanneltv5600
    @ugochanneltv5600 4 года назад +27

    Everyone: It'S BluEpRintS' bRotHer!!!1!1!

    • @hamhampangpang_customer
      @hamhampangpang_customer 3 года назад

      It'S BluEpRintS' bRotHer!!!1!1!

    • @severeautism5055
      @severeautism5055 3 года назад +1

      Uh, no, Blueprints is Bolt's Brother you uneducated carrot.

    • @hamhampangpang_customer
      @hamhampangpang_customer 3 года назад

      Uh, no, Blueprints is not Bolt's Brother you uneducated carrot.

    • @hxdx6950
      @hxdx6950 3 года назад

      @@hamhampangpang_customer blueprints and bolt is different!
      Blueprints is in ue

    • @hamhampangpang_customer
      @hamhampangpang_customer 3 года назад

      @@hxdx6950 blueprints and bolt is different!
      Blueprints is in ue

  • @flipprthereal1138
    @flipprthereal1138 4 года назад +5

    I would be nice if Bolt actually works out of the box using the latest 2020 version for Unity.

    • @unity
      @unity  4 года назад +7

      Rest assured the team is actively working on making Bolt work with the 2020.2 beta. No ETA yet, though.

  • @awoovement
    @awoovement 3 года назад

    Try following Gamedev Unlocked's bolt tutorial for making a quick "dodge the falling object game" then come back to this video after you've accomplished that. Then the information presented here will make a lot more sense.

  • @ultravires385
    @ultravires385 3 года назад +5

    Bolt needs a bigger variety of tutorials. How do you make this work with a 3d character?

    • @prabhatpankaj2879
      @prabhatpankaj2879 3 года назад +2

      I think you should watch begginer tutorial by Brakeys youtube channel (It does have little bit of coding but even a non-coder can follow it). Once you get the fundamentals right you can make Bolt work with both 2D and 3D ;)

    • @Emu-
      @Emu- 3 года назад

      Make a 3D rigid body instead?

  • @Ploaper
    @Ploaper 3 года назад +5

    THERE ARE NO WORDS ON GODS GREEN EARTH TO DESCRIBE HOW SPECTACULARLY ERECT I AM

    • @jp290
      @jp290 3 года назад

      Ok

  • @CRYPTIPS
    @CRYPTIPS 3 года назад +2

    I'm new to this. I'm very interested in thinking of a chain of commands to make a game work though. Downloaded Unity and Bolt yesterday, seeing how you can search commands and link them together is something that I feel I could do, but using everything else is kind of a lot to take in. More tutorials would always help.
    I also heard you recently made Bolt free for all, thanks.

  • @jacksonkundy8573
    @jacksonkundy8573 4 года назад +1

    Bolt is really awesome and super cool.!

  • @mysticmonkey6132
    @mysticmonkey6132 3 года назад +2

    Some more "bite size" tutorials would help. I'm trying to make my first game and I keep going days without progress becauseI dunno which set up to get the outcome I want.

  • @restushlogic5794
    @restushlogic5794 4 года назад +15

    Stop comparing scripting vs visual acripting. Everybody has different technique. If you are good at scripting then you are best at reading and writing. If you are good at visual then you are best at visual learning.

  • @lemovision
    @lemovision 4 года назад +8

    Bolt is great, but you kinda make it look more complicated than it is here for beginners
    I think a "getting started" video should explain first a simple moving cube, like OneWheelStudio videos

    • @derdugati7126
      @derdugati7126 3 года назад

      That was exactly what i was thinking. Thank you! =)

    • @derdugati7126
      @derdugati7126 3 года назад +1

      Well.. i have to say, watch the "Creating a Puzzle Plattformer" (with Bolt) on Unity - Learn! The door - key example is great. I never ever have so quickly put something together. This tutorial is just awesome.

    • @CheapCheerful
      @CheapCheerful 3 года назад +1

      Big time. They really don't know how to teach. I suspect they have programmers doing all this. Ever since the first ones on the website, it was clear whomever makes the tutorials for unity (or whoever manages it) just isn't very good at it, or perhaps its just not a priority for the company. Really disappointing, as the product is excellent.

  • @lex0..
    @lex0.. 3 года назад +2

    I don't have RigidBody2D.GetVelocity in unity 2020.1.1, is it deprecated and replaced by GetPointVelocity ?
    EDIT : Nevermind, it's been replaced by simply Rigibody2D.Velocity (get)

  • @Totumfacky
    @Totumfacky 3 года назад +1

    Where is part 2??? We need more of this!

  • @cosmotect
    @cosmotect 3 года назад

    Pause and rewind exists people.
    Fast tutorials are much better as they don't put you to sleep

  • @thorn_lekoh
    @thorn_lekoh 3 года назад +1

    Welp, this is certainly not beginner friendly, despite the fact that it would be the point of visual scripting. Only a few nodes and I managed to get the whole scene to disappear at the press of a direction, completely unaware of what I did differently from the tutorial (although I've already spent a few months on UE4 Blueprint).

    • @BigfootCodes
      @BigfootCodes 3 года назад

      I agree. This is not a beginner friendly tutorial. I cover 2 simple games in bolt over in my channel. Would love to hear your feedback on them if you have the time

  • @DARK_AMBIGUOUS
    @DARK_AMBIGUOUS 3 года назад

    Bolt reminds me of the level editor from Badland, I actually made a pinball game using the level editor in badland

  • @winterblox1
    @winterblox1 3 года назад

    Tutorial: exists
    Unity: *I AM SPEED*

  • @zzzozzozzzzozzzz
    @zzzozzozzzzozzzz 2 года назад +1

    I think this guy was really late for lunch. On the upside he has proven that also learning Japanese in 12 minutes IS possible!

  • @ShiriaruKitaOld
    @ShiriaruKitaOld 2 года назад

    I didn't understand most of the logic or what most things do but I think I got a better idea of how it works regardless

  • @minecraftermad
    @minecraftermad 3 года назад

    hmm pretty similar to coding i guess but no need to type it out so it's easier to do with one hand when tired. and to everyone who says it's complicated: it's about the same complexity as doing it by code but now you don't need to learn c# specific things like syntax and language rules. Visual scripting isn't inferior to c# code or better; i think it's just another variant of programming.

  • @hadiyafishil5982
    @hadiyafishil5982 3 года назад

    Thank you for the tutorial it was really hard coding with c#

  • @michaelwieland3221
    @michaelwieland3221 4 года назад +2

    I think I will use bolt mostly for statemachines, because I dont like coding them 😅.

  • @yousefalkandarialkandari6957
    @yousefalkandarialkandari6957 2 года назад +1

    I had a problem about setup of bolt when click generate it doesn’t bring me to finish page

  • @MrKDHere
    @MrKDHere 3 года назад +2

    hi, You told that anything can be created by using the bolt which can be done by coding. but I can't do anything using bolt for Firebase database and auth side, how to do that

  • @Octamed
    @Octamed 4 года назад +9

    Please don't call them Units. It's no easier than just using Functions. I'm a teacher, so would like to use this as an introduction to coding. I get the need to simplify things, but when it's not simpler it's pointless to change everything just to pretend it isn't just coding.

  • @darkotomic943
    @darkotomic943 3 года назад +4

    I remember 5 years ago I tried to work with visual scripting game engines, and I couldn't do anything, because programming and visual scripting are equally hard.

    • @MosesMatsepane
      @MosesMatsepane 2 года назад +1

      Correct, it's because the same rules apply to both.

  • @velocitygames9404
    @velocitygames9404 4 года назад +2

    Awesome video! Although bolt is not working in Unity 2020

  • @awesomedata8973
    @awesomedata8973 4 года назад

    Gotta luv that "Branch" node.
    SO designer friendly! -- I just can't _wait_ to "Branch" more of the things!!!
    I'll call my next game "The First Branch" just to honor this legendary feeling of intuitiveness!
    ~ /s

    • @yaminnather521
      @yaminnather521 4 года назад +2

      I'm pretty sure u were smoking up before typing this lol

  • @helliandrosoutohenrique8931
    @helliandrosoutohenrique8931 3 года назад

    The future of programming accessible to everyone needs to be drag and drop.

    • @TechExpanse
      @TechExpanse 3 года назад +1

      but its no longer programming .. its just manipulation of preexisting systems .. there still has to be somebody who codes all these systems in the first place .. so its not future of programming .. its not even programming .. its design

  • @benogden1409
    @benogden1409 3 года назад

    was anyone else not able to find Get Velocity? There were a couple of different velocity components but not get velocity specifically.

  • @BluePhantomGames
    @BluePhantomGames 3 года назад +1

    Bolt is good but typing more feels much better

  • @suspense_comix3237
    @suspense_comix3237 3 года назад +6

    I have a question: Do we have to choose only one of the options in a Unity project (C# *or* Bolt) or can we have both of them (C# *and* Bolt)

  • @mohammadrazakhan3852
    @mohammadrazakhan3852 3 года назад +1

    Hey I have made a VR game with Bolt. The game works perfectly fine inside unity but when I build the game the Game don't work when I load it in unity. Is there any different setting for VR with bolt ? Please help

  • @flowerkingofficial
    @flowerkingofficial 3 года назад

    thank you for intimidating us

  • @retroarchives8379
    @retroarchives8379 Год назад

    When installing Bolt, the Bolt Setup Wizard simply won't go past the "Generate" phase. Console message: "NullReference Exception: Object reference not set ton an instance of an object"

  • @dontseemyprofilepicture1292
    @dontseemyprofilepicture1292 4 года назад +1

    Was waiting for this!☺☺

  • @DNthegamer
    @DNthegamer 4 года назад +3

    My unity code says that it could not find namespace ... Pls tell me how to solve it

    • @mfatihbilhaq4977
      @mfatihbilhaq4977 4 года назад +1

      Make sure the name of your script file is same as the namespace

    • @mikeluna2026
      @mikeluna2026 4 года назад +1

      Make sure you have the right 'using' statements in your scripts. A lot of base functionality is builtin into what you could call folders and to use the code in those folders you have to specify it in your script. Common examples are stuff like 'using System;' or 'using UnityEngine;'
      You could try Jetbrains Rider IDE or Resharper (plugin for Visual Studio), they provide some really nice autocomplete and refactoring tools (they will make your life easier and provide you with tips and warnings, etc). I've heard Visual Studio Code is pretty nice too but haven't tested it myself.

  • @doodledoocg
    @doodledoocg 2 года назад

    this is 10x better than unreal engine

  • @baraabadawi2440
    @baraabadawi2440 3 года назад

    for me it says component at index 2 could not be loaded when loading game object"main camera" removing it

  • @scienceandmathswithhardik8824
    @scienceandmathswithhardik8824 Год назад +1

    i cant find bolt in my assets in v.2022

  • @rewiredbyadhd
    @rewiredbyadhd 2 года назад

    I didn't notice what year is this video from but Get Axis don't exist with Bolt, you only have Get Speed or Get Movement and it's not working either.

  • @scottsledge6041
    @scottsledge6041 2 года назад

    This was easy to follow... but I didn't learn anything from it. Not sure what the intention of this video was, but it's definitely not a beginner video of any sort.

  • @ShadowIsLight
    @ShadowIsLight 4 года назад +2

    i can see the slow loading time of bolt

  • @GokdenizCetin
    @GokdenizCetin Год назад

    As a Unreal Engine developer, it's very strange to see these nodes that have execs works without connected.

  • @mikemayo4812
    @mikemayo4812 Год назад

    When I click Generate on Type Options, the Analyzing codebade window appears then closes. It never advanced to the finish tab. How do I get it to finish?

  • @Synthxrt
    @Synthxrt 3 года назад

    I have the movement coding setup right but it says input axis horizontal is not setup even though it looks just like his

  • @TechMalaya
    @TechMalaya 2 года назад

    eventhough i know programming, i want to try bolt

  • @alejandroperez4664
    @alejandroperez4664 4 года назад +4

    It's necessary to Iearn the Iogics about programming Ianguage! BoIt is just a shortcut to avoid write a ton of code, imo!

    • @yaminnather521
      @yaminnather521 4 года назад +1

      let me tell you something, trust me Its not a shortcut. Something that u can write with a few lines of code is very very cumbersome and clunky to work with in a visual scripting environment. Even after working with unreal engines blueprints for the past few days which is like the best visual scripting setup, I got tired of wrapping my head around the mess I was making in visual scripting.
      Coding is sooo much better

    • @user-pc9cq8pp7z
      @user-pc9cq8pp7z 3 года назад

      It will make your game runs very slow.

  • @SuperVillianStudios
    @SuperVillianStudios 3 года назад +1

    Really nice video! Can we get something on Bolt and 3D animations? I am really struggling to get my character to animate

    • @trylevi147
      @trylevi147 3 года назад

      You can use mixamo, is a free website from adobe that rig you character in no time got a huge library of animations which you can download or apply directly to your character and also you got some humanoid models there as well! And The Best Part of it is easy to use,free and royalty free!

  • @taweesakkittipuree
    @taweesakkittipuree 4 года назад

    IMHO, this may be what needed for newer gen who don't wanna read.

  • @LuminarySoul
    @LuminarySoul 3 года назад

    iam a newb. Basic logic, press a and d or left and right to move object. and in the video i cant see KEY PRESSED used inside bolt. please help me with another video foir complete starters.

  • @Amitkumar-dv1kk
    @Amitkumar-dv1kk 3 года назад

    It's maybe for beginners, but I love to write codes (not the shades codes for obvious reasons)... Coming from libGdx background,, I've written whole games entirely in code in libGdx (no editor, nothing else, just 5 mb framework). Writing codes is actually fun though.

    • @cinemalazare4850
      @cinemalazare4850 3 года назад

      dude people like u plz more power to u but please for god sake don't leave comment's on this video saying how you prefer to code. we idiots can't code cuz guess why we don't have the time to.A lot of us are kids who have to go to school and don't have infinite time ok? just don't comment about you're opinion on THIS video ok

    • @Amitkumar-dv1kk
      @Amitkumar-dv1kk 3 года назад

      @@cinemalazare4850 try this, writing codes by hand is more time efficient as more and more better you become, anyways go with whatever suits you the best bro, my way does not has to be your way. 👍

    • @cinemalazare4850
      @cinemalazare4850 3 года назад

      @Amit kumar thank u for handling this criticism right and I am trying to get better at programming cuz I know I will need it but now am just using bolt cuz well that is the only way I can do it anyways thank you for taking this criticism right:)

    • @Amitkumar-dv1kk
      @Amitkumar-dv1kk 3 года назад

      @@cinemalazare4850 just a piece of advice, the visual scripting is specific to only certain platforms, like bolt is to unity, if you are to code outside of unity, you're going to need to write codes by hand. But again you're a kid as you said, so no need to hurry, one step at a time, learn unity first and when it's the right time, invest into writing codes by hand. And again good luck.

  • @durgam_sumerian7815
    @durgam_sumerian7815 4 года назад +2

    bolt or visual programming never been easy for me, I prefer the normal coding style

    • @minecraftermad
      @minecraftermad 3 года назад +1

      @radbradboy you're the clown. why not try to learn new things

    • @durgam_sumerian7815
      @durgam_sumerian7815 3 года назад

      @radbradboy hoped to found somthing new with visual programming coding maybe..anyway..seems your are clowning more than me.

    • @user-pc9cq8pp7z
      @user-pc9cq8pp7z 3 года назад

      @radbradboy well. You are not smart enough to learn how to type lines on a screen?

  • @KTheXIII
    @KTheXIII 3 года назад

    This is just like programming with extra steps.

  • @adampeter1334
    @adampeter1334 2 года назад

    For some reason it does not bring me any instructions in the flow graph. Any ideas?

  • @lemetamax
    @lemetamax 4 года назад +1

    I want unity to create a way to instantly convert codes to bolt and bolt to codes.

    • @awesomedata8973
      @awesomedata8973 4 года назад

      They had one -- It was called Bolt 2.
      That is -- until Unity bought Bolt 2 and now are no longer developing it.

  • @thatsthething3218
    @thatsthething3218 3 года назад

    So much interesting things😁

  • @AByteAtTech
    @AByteAtTech 2 года назад

    Love Bolt, but sadly this video seams to be made not for starters, because you do not get any explanation on why or which components in the graph editor we should use and why they are used, just indicated get this and that but without a reason on why to get it!

  • @RecycledScraps
    @RecycledScraps 2 года назад

    can someone please tell me how to fix this issue: I got an error when generating the types saying "NullReferenceException." I am making a 2D game instead of a 3D one. I am completely confused.

  • @jakechoudhury5968
    @jakechoudhury5968 3 года назад

    for sum reason when i do this it moves my main camra and not the cube, i even set the flow machine on the cube, im confused

  • @albinvaliharju596
    @albinvaliharju596 2 года назад

    I can only se 3 units when right clicking on the flow graph, how to fix it?

  • @MosesMatsepane
    @MosesMatsepane 2 года назад

    Personally I find C# coding far less convoluted than Bolt. I tried Bolt thinking it would save me time, but it took me a lot longer to implement simple logic. Honestly speaking, if you are good with Bolt, you are already one step from being an awesome Programmer. But I read somewhere that Bolt is targeted at the "Artists", who are not interested in learning coding.

  • @tuhinbiswas98
    @tuhinbiswas98 2 года назад

    i did eveything my character is runing face left or right working but no walk animation??? how do i fix it ;x

  • @pythonhtmljava7811
    @pythonhtmljava7811 4 года назад +2

    May we use bolt in commercial games?
    (Because its on the asset store?)

    • @notnanomercy
      @notnanomercy 4 года назад

      of course

    • @unity
      @unity  4 года назад +2

      Absolutely! Once you have purchased an asset from the store, it becomes yours to do with as you like within your games and apps. You will be able to use them in your game for commercial use with no extra payments.

    • @pythonhtmljava7811
      @pythonhtmljava7811 4 года назад

      @@unity thanks for answering my question unity :) and glad to hear that

  • @TheRealKaiProton
    @TheRealKaiProton 3 года назад

    I was with it right to 4.56 as Adding an object Variable didnt offer me the float as an option,

  • @luneye1684
    @luneye1684 2 года назад

    for some reason it did not show the finish screen for importing bolt why is that?

  • @deepfakescoverychannel6710
    @deepfakescoverychannel6710 4 года назад +3

    Why? C# is simple and elegant enough. Visual scripting is a crutch only for C++ dinosaur.

    • @polarcat0156
      @polarcat0156 3 года назад

      Because it fits their work better..? I feel like you are the type of guy to smack someone's drink and go
      "Pepsi sucks dude, you should drink Coca Cola."

    • @user-pc9cq8pp7z
      @user-pc9cq8pp7z 3 года назад

      @@polarcat0156 actually c# is better, faster and more importantly, safer, for users. software runs on hardware. as a programmer, you should make program which can protect your users computers from harm caused by bad code as well.

  • @caseywhite9770
    @caseywhite9770 3 года назад

    I got the character to face left or right depending on direction facing, but it is not doing any walk animation

  • @jagadishgospat2548
    @jagadishgospat2548 3 года назад +2

    Come closer... i need... i need..... *i need Boris to teach me visual scripting.*

    • @xpired5328
      @xpired5328 3 года назад +1

      Why tho

    • @jagadishgospat2548
      @jagadishgospat2548 3 года назад

      @@xpired5328 boy, when he makin video of programming on 15 y/o PC for fun he taught me half of python programming language now *imagine him doing a tutorial.*

    • @xpired5328
      @xpired5328 3 года назад +1

      @@jagadishgospat2548 Bro ya that truly would be fun.

  • @TimeWisely
    @TimeWisely 2 года назад

    I'm in some type of limbo, because I use to be able to write very basic C#, but then i moved to bolt because C# was too difficult to wrap my head around the syntax, and now, here i am, unable to do both C# or bolt lol All i'm trying to do is make my character face the mouse bruhhhhh but ya'll made it impossible to find support or something because i can't find any help anywhere! yikes

  • @staneurbanrapers
    @staneurbanrapers 3 года назад

    First sorry for my bad english .
    I just learn how to use bolt with this tutorial in unity but when I stay contact with the enemy my 3 hearts don't recive th damage... The problem is the state machine in player don't do anything but the enemy recibe the contact information for my player.... Sorry for my english but I don't know how to fix it. Thanks if any spanish here to help me

  • @QNOKing
    @QNOKing Год назад

    5:29 it only shows me the macros and variables

  • @redtshirtgaming4418
    @redtshirtgaming4418 3 года назад +1

    I can't see flow machine. :(

  • @Stinger-rq4gy
    @Stinger-rq4gy 3 года назад

    Thank you so much for making these videos.🎉🎉✨✨✨✨🎊🎊👏👏👏👏👏

  • @caseywhite9770
    @caseywhite9770 3 года назад

    is there a playlist showing how to use this bolt kit making a functional running game with these assets?

  • @aaronwise1089
    @aaronwise1089 3 года назад

    Done all that but the tools tab does not appear

  • @apollogeist8513
    @apollogeist8513 3 года назад

    I get that people who don't know how to code might find this useful, but I don't see much of a use beyond that. Programming is so much less cumbersome.

  • @premlatadevi455
    @premlatadevi455 3 года назад

    07:26 I am not getting the rigidbody 2d component

  • @dolikeido333
    @dolikeido333 3 года назад

    how to make choices on bolt ...if and else if ?