Search Unity

Recommendations for dungeon generation videos

Discussion in '2D' started by unity_bZdtBAhk-V-2wg, Feb 23, 2021.

  1. unity_bZdtBAhk-V-2wg

    unity_bZdtBAhk-V-2wg

    Joined:
    May 14, 2020
    Posts:
    3
    I would like to generate a 2D dungeon randomly and be able to control the number of rooms (a plus would be being able to set a start and a finish room, but I think I can implement that myself). Also, preferably in C#.

    What are some good videos to get me started?
     
  2. Cornysam

    Cornysam

    Joined:
    Feb 8, 2018
    Posts:
    1,465
    I have used all 3 of these videos in some capacity:





     
  3. unity_bZdtBAhk-V-2wg

    unity_bZdtBAhk-V-2wg

    Joined:
    May 14, 2020
    Posts:
    3
    Thank you. I have already watched the second one and I didn't really like it because I see no way to restrict the spawning of rooms