Mello1223 591 Posted November 7, 2022 I will gradually add my video tutorials to some of my creations in this thread.As a first to introduce you to theRandom maze generator This is the first attempt to create video tutorials in which I use a voice reader. in the first part, I will show you step by step how you can create a grid generator for a maze, created with the help of spawn entity from template tiles . this generator uses the backtracking method, and as inspiration I used instructions from the wiki and videos about programming in Unity. one of my ylands editor teachers, Jchobs, gave me the idea to create this generator, and I am grateful to him for that, because it was really fun. 1 Share this post Link to post Share on other sites
Mello1223 591 Posted November 8, 2022 in this video we will create other instructions that will create a random maze for us. an instruction to check neighboring cells of raycast aids, the raycast instruction itself, an instruction to remove walls in the maze between individual cells, a backtracker instruction, and an instruction to select a random neighboring cell and move the current cell to this random cell RANDOM MAZE GENERATOR.zip 1 Share this post Link to post Share on other sites
Mello1223 591 Posted November 9, 2022 if you would like to slightly improve your editor maps, in this video you will find instructions on how to add custom commands to your map, and here you will also find instructions on how to share the map in the workshop. Share this post Link to post Share on other sites
Mello1223 591 Posted November 21, 2022 test version of the intro for video tutorials Share this post Link to post Share on other sites
Mello1223 591 Posted November 30, 2022 if there is interest, the next tutorial will be for the A-star algorithm 1 Share this post Link to post Share on other sites
Jdtriton 68 Posted December 1, 2022 @Mello1223 the things that you can do with the editor just blows my mind. I always enjoy watch you and the other players on Discord create. You Sir are on another level to be sure. 1 Share this post Link to post Share on other sites