Shooting Mechanic in Unity: Nerf Gun - Visual Scripting Tutorial

แชร์
ฝัง

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

  • @visualcodinghub
    @visualcodinghub 2 ปีที่แล้ว

    Nice video. Excited to see more videos on visual scripting.

  • @kirillwow
    @kirillwow 2 ปีที่แล้ว +1

    You are the best! Thanks!

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

    Thank you for this tutorial !
    I've changed the Rigidbody2D for Rigibody.
    Now every time I shoot, only the first bullet "flies' the other are just falling down from the gun… Do you know why ?

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

      The physic velocity of a 2d obj with a 2d rigid body is different between a 3d obj that has a normal rigid body, basically the physic proprieties change

  • @zumsl
    @zumsl 2 ปีที่แล้ว +1

    Hey, first of all, i need to thank you for the content on Bolt/Visual Scripting... i am studying game design and am rather unhappy with how our teachers try to teach us. So i'm kinda trying to figure everything out by myself and your videos are really helpfull for starting.
    I wanted to know if it is possible to shoot in the direction the chraracter (player) is looking, so that it can be implemented in a 3D Game.

    • @SmartPenguins
      @SmartPenguins  2 ปีที่แล้ว +2

      You can replace all the 2d colliders and 2d rigidbodys with 3d once and then if you rotate the object it will shoot in 3d direction

    • @zumsl
      @zumsl 2 ปีที่แล้ว

      @@SmartPenguins can you do a tutorial on that? I‘m not getting it to work right🥺

    • @Kasuga-
      @Kasuga- 2 ปีที่แล้ว

      @@zumsl add 3d components instead of 2d components. I guess doing that is not so hard. And if u can't figure this out then I guess you need to watch a tutorial on how to use unity

    • @zumsl
      @zumsl 2 ปีที่แล้ว

      @@Kasuga- only obstacle is the code… in his code he sets a direction on which axis he wants to shoot. Cant figure out how to shoot in the direction i look

  • @priyanshu761
    @priyanshu761 2 ปีที่แล้ว +2

    Pls pls make a video on how we can destroy object in unity
    Pls

    • @SmartPenguins
      @SmartPenguins  2 ปีที่แล้ว

      what you mean destroy?

    • @priyanshu761
      @priyanshu761 2 ปีที่แล้ว

      I am making a first person game and the game has a huge map and there r many trees and rocks . So, if I want to destroy/cut/remove one tree or rock from the map, so how we can remove. On my right click I want to remove that perticular tree or rock which I want to remove, not the other trees and rocks .

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

    Cool! Thanks!

  • @JoshMeyer
    @JoshMeyer ปีที่แล้ว

    Why would you shoot a mechanic? They are valuable to society.

  • @narendraamadan
    @narendraamadan ปีที่แล้ว

    i can't find touch rotate

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

    Thank you for tutorial

  • @mr-axn1016
    @mr-axn1016 2 ปีที่แล้ว +1

    Mobile controls pls

  • @m20_king70
    @m20_king70 2 ปีที่แล้ว

    thanks

  • @jejurome
    @jejurome ปีที่แล้ว

    kinda wished you could start from nothing