Easy Way to Make Games with Unity Visual Scripting(Bolt) - Full Course

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.พ. 2025

ความคิดเห็น • 32

  • @WildfireKitsune
    @WildfireKitsune 2 หลายเดือนก่อน +2

    I've subbed for years, love your stuff. I didn't know there was a new Unity :P

  • @procg
    @procg หลายเดือนก่อน

    Gosh, you're so good at explaining things! I have never had experience with game logic and this is my first time. I immediately bought your node pack and started doing your tutorial and experimenting. Thank you so much, subscribed!

    • @SmartPenguins
      @SmartPenguins  หลายเดือนก่อน

      Thanks! Hopefully you will enjoy it!

  • @PrimateAlpha
    @PrimateAlpha หลายเดือนก่อน +3

    SPUC is a paid asset (40$ (or more))! Becomes obvious in the third section of this tutorial that you need this asset. Can be good to know before you start following along.

    • @etwrnity
      @etwrnity หลายเดือนก่อน

      thanks for the heads up

  • @mohammedelwardighi9426
    @mohammedelwardighi9426 2 หลายเดือนก่อน

    I'm exited

  • @CaptainMaskk
    @CaptainMaskk 2 หลายเดือนก่อน

    It's helpful

  • @CaptainMaskk
    @CaptainMaskk 2 หลายเดือนก่อน +1

    Thanks bro

  • @ytubeanon
    @ytubeanon 2 หลายเดือนก่อน

    nice, if you're open to ideas for future courses, I'd be really interested in a 3D Asteroids game using SPUC

    • @SmartPenguins
      @SmartPenguins  2 หลายเดือนก่อน +1

      This is prety much the same thing, the only thing different is the player controls and the camera follow. I might do a convertion video from this game to 3D asteroids.

  • @lee1davis1
    @lee1davis1 2 หลายเดือนก่อน

    Well done SP. Prototyping made easy. How about trying a simple RPG system? Just a suggestion. Thanks

    • @SmartPenguins
      @SmartPenguins  2 หลายเดือนก่อน

      I'm actually thinking about adding more RPG like systems to SPUC. What I'm not sure about is if I should make it all in VS or C#(with VS nodes).

    • @lee1davis1
      @lee1davis1 2 หลายเดือนก่อน

      @SmartPenguins overall, how long did it take you to make spuc?

    • @SmartPenguins
      @SmartPenguins  2 หลายเดือนก่อน +1

      I didn't keep track of hours but I put way too much time into it. I had two other versions before SPUC, where I was trying to work out the best structure for all the nodes. I continue working on new nodes, hoping to replace them soon.

  • @johnathonvought7407
    @johnathonvought7407 2 หลายเดือนก่อน

    I don't understand that in yours you can can leave the "rotate" transform loose and it works. With Mine, I have to connect it with an "on update" in order to see it rotate. **EDIT** Figured it out, I needed to "update" my visual script and run it in Unity6

    • @SmartPenguins
      @SmartPenguins  2 หลายเดือนก่อน

      The roate node that I used is one of my nodes from my SPUC package smart-penguins.itch.io/spuc-unity-in-easy-mode it has all the logic for rotating object inside it.

  • @rcdemoral1982
    @rcdemoral1982 2 หลายเดือนก่อน

    Great course. I'm looking to use this for a visual State Machine for agent AI. I'll be using it to track states, decisions, etc, and only to fire c# scripts. It's easier to debug since I can visually see where it's stuck etc. Is there anything that I should keep in mind in regards to performance here? Looking 400 agents or so.

    • @SmartPenguins
      @SmartPenguins  2 หลายเดือนก่อน

      It all comes down to on how complex your logic for decision-making is and whether it will be running every frame. You can check this video out on preformance th-cam.com/video/Enq3mG81RqQ/w-d-xo.html&ab_channel=SmartPenguins
      But I think you would need to do some optimizations to run 400 agents with Visual Scripting state machine.

  • @Muneebdevelopment361
    @Muneebdevelopment361 2 หลายเดือนก่อน

    hey you are making videos!

    • @SmartPenguins
      @SmartPenguins  2 หลายเดือนก่อน +1

      Yep, trying to make more and more! Hopefully you will find them useful!

  • @jimwarden1121
    @jimwarden1121 26 วันที่ผ่านมา

    can you make a computer setup video

    • @SmartPenguins
      @SmartPenguins  25 วันที่ผ่านมา

      What do yo mean by "computer setup video" ?

    • @jimwarden1121
      @jimwarden1121 24 วันที่ผ่านมา

      @@SmartPenguins your computer setup video 😃

  • @johnathonvought7407
    @johnathonvought7407 2 หลายเดือนก่อน

    Having trouble with the UI score. I get the message "Target is missing a text component" within the Set Text inside the UI Score.

    • @SmartPenguins
      @SmartPenguins  2 หลายเดือนก่อน +1

      If you are using TMP Text make sure you use SPUC 1.3.1
      You don't have to remove the older version just add the new package to the assets folder and it should replace only the nodes that were changed.

    • @johnathonvought7407
      @johnathonvought7407 2 หลายเดือนก่อน

      @@SmartPenguins That worked! I was using text (TMP) only because it seemed like the least resistance and following what you were doing in the tutorial. however, I like how easy it seems to be to use it.

  • @Songfugel
    @Songfugel 2 หลายเดือนก่อน +1

    Tbf, Bolt is far harder than normal Unity. If they'd make a more seamless transition to open code for each block as toggleable tooltip, it might be better. Until then, bolt just makes things much harder for no reason

    • @SmartPenguins
      @SmartPenguins  2 หลายเดือนก่อน +2

      Every person is different; some are visual thinkers, so Visual Scripting is there to give everyone a chance to create. Although I'm a great coder, I find that making a game prototype is much faster and easier with Visual Scripting. But that is just my experience. Like I said, everyone is different. There is no option for converting to code so if there is anything that I need in code I write that in code.

  • @Muneebdevelopment361
    @Muneebdevelopment361 2 หลายเดือนก่อน

    any opinion about buildbox

    • @SmartPenguins
      @SmartPenguins  2 หลายเดือนก่อน

      I had problems with it, the games get taken down from play store.

    • @Muneebdevelopment361
      @Muneebdevelopment361 2 หลายเดือนก่อน

      @@SmartPenguins oh , hope you get good results from unity now