Easy City Generator Tutorial for Unity!

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

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

  • @trevorfranks69
    @trevorfranks69 4 месяца назад +1

    i just saw that these tutorials mostly shows that terrains are generated (instantiated) on Play instead being created on the Scene. What if i want to generate and use the terrain from the start, and adding colliders to it?

    • @GarnetKane
      @GarnetKane  4 месяца назад +1

      Hey - great question. I have a solution for adding colliders up on my Discord if you wanna join that and I’ll point you over to it. Otherwise, generated on edit mode instead shouldn’t be too different, I can help you add functionality to support that if you wanted?

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

      @@GarnetKane oh alright, is there any discord link?

  • @Karlthuluu
    @Karlthuluu 5 месяцев назад +1

    Do you have any recommendation on how I would use this code, but place a specific tile on a slot before I start the generation? Say I want to put down a 'end-tile' on (3,4) and then not Instantiate any more of that tile in the generation?

    • @GarnetKane
      @GarnetKane  5 месяцев назад

      Hey! Great question - give me a few hours and I'll get back to you.
      Just for clarity, by 'end-tile', say you have 3 tile types start, middle and end tiles, you want only 1 instance of the end tile, and you want to be able to control that position to be for example (3,4), and then the rest of the tiles in the grid will be either start or middle tiles?

    • @Karlthuluu
      @Karlthuluu 5 месяцев назад

      @@GarnetKane Yes exactly!

    • @Karlthuluu
      @Karlthuluu 5 месяцев назад +1

      @@GarnetKane Hey, sorry to bother you, but did you find any solution to this?

    • @GarnetKane
      @GarnetKane  5 месяцев назад

      Hey - so sorry, have you got discord? you can join my group and then i can walk you through my solution for this :)

  • @TheGuayeah
    @TheGuayeah 8 месяцев назад +1

    Hi @GarnetKane, Would you extend this tutorial to make procedural dungeons with more than 1 floor?

  • @FireDragonWorkshop
    @FireDragonWorkshop 10 месяцев назад +1

    Why I didn't meet this channel early!! My Graduation Project is about wave function collapse..that just killing me

    • @trevorfranks69
      @trevorfranks69 10 месяцев назад

      how is it going? i'm making my undergrad thesis about this too haha since i ran out of idea but i still want to make a game.

  • @kogt
    @kogt 7 месяцев назад +1

    Amazing tutorial! Thank you so much. I tried implemented it in Godot with great success. I am now trying to find out how to do rotated tiles. Would you happen to know how do such a thing. Again, thank you for making such a good tutorial.

    • @GarnetKane
      @GarnetKane  7 месяцев назад +1

      Hey! So glad to hear that you got it working in Godot! - I'm not 100% sure what you mean by rotating tiles, do you mean just rotating the actual objects themselves for variations?

  • @Hihi-ti1yh
    @Hihi-ti1yh 8 месяцев назад +1

    Hi, can I ask is this code possible use for unity terrains?

  • @Und3rpr3ssur3_Gaming
    @Und3rpr3ssur3_Gaming 9 месяцев назад +1

    Hi, I'm in the process of developing a game and I was wondering if the method that you are showcasing in this video is something that can be adapted for a Unity 2D? I'm currently trying to figure out and learn how I could generate open-world environments. This game of mine is a sandbox game that features a 2D top-down environment.

    • @GarnetKane
      @GarnetKane  9 месяцев назад +1

      Hey! I actually made a video if you look through my channel on the Wave Function Collapse algorithm in 2D from a few months back, check that out if you have a minute :)
      Good luck!

    • @Und3rpr3ssur3_Gaming
      @Und3rpr3ssur3_Gaming 9 месяцев назад

      @@GarnetKane This actually helps a lot! Thank you.

  • @alexanderchernyavskiy9538
    @alexanderchernyavskiy9538 10 месяцев назад

    A very nice video, pretty easy to understand and adapt to own project. Would like to see some more procedural generation videos, maybe with neural networks involved. But anyway, you do a good job!

  • @Aerrihn
    @Aerrihn 10 месяцев назад

    banger as always

  • @bause6182
    @bause6182 10 месяцев назад

    Amazing

  • @rovert456
    @rovert456 9 месяцев назад +1

    Awesome work! Been using your waveform videos for a practice project and theyre super easy to understand, thanks!

    • @GarnetKane
      @GarnetKane  9 месяцев назад

      Thank you! Super glad to hear that