How to make a Flamethrower in Unity | Unity Tutorial

Поділитися
Вставка
  • Опубліковано 26 лис 2024

КОМЕНТАРІ • 26

  • @MetanoiaMessage
    @MetanoiaMessage Рік тому +3

    Very Nice System :)

  • @woodsmanthepeasant
    @woodsmanthepeasant 2 роки тому +2

    oh man this is awesome definitely subscribing!😁

  • @studioshitaketakashita7093
    @studioshitaketakashita7093 Рік тому +1

    your videos are real good so first of all a big thank you. Like you, I have a voice that has a low register - I have to often cut some "low frequencies" on my vocal audio to help make myself more understood. I think if you'd cut some low-end from your vocal audio, with EQ, it would go a long way to making your voice sound just a bit clearer - sometimes it almost is a bit muffled and I have to turn on English subtitles to get what you're imparting and I'm a native English speaker. Just a two-second fix - I think it would improve your videos by not taking a viewer out of the moment a bit. Thank you again for your amazing tutorials

    • @LlamAcademy
      @LlamAcademy  Рік тому

      Thank you for the tip! I will try that out on the next video. I hope the more recent ones sound nicer already, but I'll let you be the judge of that!

  • @mazander_man
    @mazander_man 2 роки тому +1

    Been wanting to learn this for a bit! Thanks!

  • @ronigleydsonvilasnovas8067
    @ronigleydsonvilasnovas8067 2 роки тому +2

    it's really very nice! incredible. I couldn't wait to be able to follow your tutorials again, I think I'm a little late😁

    • @LlamAcademy
      @LlamAcademy  2 роки тому +1

      Thanks 😊 hope you can make something fun with it!

  • @MaverickPlayer
    @MaverickPlayer 2 роки тому +1

    You are awesome every time I checked!

  • @heman922
    @heman922 2 роки тому +1

    Still waiting for brust compiler and job system video ✌❤️

    • @LlamAcademy
      @LlamAcademy  2 роки тому

      That one is still several weeks out 🙂

  • @clipmaster4119
    @clipmaster4119 14 днів тому

    13:20, why does he set the enemy game object active as false instead of just doing Destroy(enemy, 3); ?
    Destroy would achieve the same effect as set active false and you remove the need for calling the wait

    • @LlamAcademy
      @LlamAcademy  14 днів тому +1

      You can do it that way as well. I was implementing this originally with object pooled enemies, so I didn’t want to destroy them

  • @abdoulraoufgambo
    @abdoulraoufgambo 2 роки тому

    hello ! how are you ? hope you are doing amazing !
    please i want to have a good programmation logic?
    wish book, courses.... do you suggest to me ?

    • @LlamAcademy
      @LlamAcademy  2 роки тому

      Hi! Unfortunately I don't have any really good recommendations for beginners on this. I have been programming for over 20 years so some of the early books I worked through probably are hard to come by and honestly I don't remember them. I also went to college for a Software Engineering degree which I found to be invaluable.

    • @abdoulraoufgambo
      @abdoulraoufgambo 2 роки тому

      @@LlamAcademy no problem
      thank you ! 😊

  • @nileshkumawat2997
    @nileshkumawat2997 2 роки тому

    Hey, In Script Execution Order settings eg. what will first called -1,-2 and 1,2 ? Pick up 1 number

    • @LlamAcademy
      @LlamAcademy  2 роки тому

      The lower numbers are called first on the Script Execution Order settings: docs.unity3d.com/Manual/class-MonoManager.html#:~:text=Unity%20executes%20the%20list%20from%20top%20to%20bottom,and%20before%20any%20scripts%20with%20positive%20order%20numbers.

    • @nileshkumawat2997
      @nileshkumawat2997 2 роки тому

      @@LlamAcademy I know but I want called totally first target framerate so I want to know in nagative number -1 first called? Or smaller then -1 first called

    • @LlamAcademy
      @LlamAcademy  2 роки тому

      Negative numbers are valid and will be called before positive numbers!

    • @nileshkumawat2997
      @nileshkumawat2997 2 роки тому

      @@LlamAcademy Hey , I am asking in the negative numbers -1 order is first called and after all negative numbers order are called ?