Unity For Total BEGINNERS - Make Pong in 10 Minutes!

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

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

  • @johnoneill4146
    @johnoneill4146 Месяц назад

    Just finished successfully recreating this for my first ever project in Unity. Thanks for the clear instructions! 💯

  • @cameron7441
    @cameron7441 3 месяца назад +2

    Thanks for the tutorial. Interestingly, my ball wouldn't go into a random direction until I added the bouncy material to the paddles as well. Not sure why that fixed it because the top and bottom borders didnt need it but it worked!
    edit: I actually dont think that was it. if the ball starts in a perfect horizontal line, the ball will not bounce in a random direction but will instead stay in a perfect horizontal line. not sure how to fix that but this was still a great tutorial

    • @prostozachill8413
      @prostozachill8413 10 дней назад

      It is cause of Range operator in the yVelocity of the Ball func. Should be (-2,2), because prob in c# if (-1,1) is set - the only number left is 0.

  • @adityarajjaiswal1166
    @adityarajjaiswal1166 Месяц назад

    Thanks man

  • @IntensityDev
    @IntensityDev 7 месяцев назад

    thanks helps alot

    • @bananastutorials
      @bananastutorials  7 месяцев назад

      glad to hear! A lot of work went into this lol

  • @YoungPelle
    @YoungPelle 7 месяцев назад

    Nice Video. Can you make more of the Fps tutorial

    • @bananastutorials
      @bananastutorials  7 месяцев назад +2

      I will make more very soon but I just cant make my channel only about the FPS tutorial or else it will die out. If you look at the views like 50 K people started the tutorial but on the latest video its like 370 views

  • @xftide7684
    @xftide7684 6 месяцев назад

    Why won’t rigid body 2D pop up on jedbrains rider

    • @bananadev
      @bananadev 4 месяца назад

      That definitely is strange. You have to set it up as your IDE in Unity preferences

  • @DenysShust
    @DenysShust 17 дней назад

    Separate scripts for same player logic, OMG :D
    Why not to make so that controll keys simply can be chosen in the inspector for separate players, while keeping just ONE player code ?
    I understand that this is for beginners, but it is too unefficient :(

    • @bananastutorials
      @bananastutorials  16 дней назад

      it’s for beginners and under time limit while explaining all of unity

    • @DenysShust
      @DenysShust 16 дней назад

      @@bananastutorials by the way, great tutorial !
      I assigned my students to make ping pong based on this 😁

  • @m5ddh431
    @m5ddh431 6 месяцев назад

    what do you men in 2:04 shift key i dose not work btw

    • @bananadev
      @bananadev 4 месяца назад

      You can use the shift key to select multiple or use command (Mac) OR control key (windows) to select multiple in the hierarchy