For Loop & Grid Building, A Horizon Worlds Tutorial

Поделиться
HTML-код
  • Опубликовано: 9 ноя 2024
  • ИгрыИгры

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

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

    You are the best teacher on all this stuff that I’ve come across! Absolutely an instant subscribe and like! You are doing a great service for guys like Me! Excellent teaching! Thank you!

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

    Another approach would be to use a While loop, with a variable that is incremented within the while loop. While (x < 5) { DoSomething(); x++ }

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

      I have made a few different versions since this video. I have not tried a while loop though. I'll give it a shot. The main reason I did it this way is to show each object spawning in one at a time as a visual demonstration. Thanks for the feedback!

    • @brannyvr5728
      @brannyvr5728 2 года назад +2

      @@GausRothTutorials Of course! There's lots of ways to go about it. Feel free to add me on the Horizon if you'd like to juggle knowledge, ideas! - BrannyVR