Unity level generator

Опубликовано: 03 Апрель 2026
на канале: MrPoof murphy
430
2

This is a very basic level generator built in unity. The point of which is to build a functional single path level that has randomly shaped rooms. Players can navigate the rooms and the level with out getting lost. The method was originally developed after a friend of mine and i had a conversation during an expo we where presenting at. The idea was that we would create a method in unity that produces a level that provides the player with a single linear path toward the end of the level. This project can be purposed for many methods and even changed to produce extremely massive levels.

Another very valid idea behind this type of system is to provide a small team with the power to create massive levels in a very short amount of time. Being able to generate hundreds of levels, saving them all then going through each one to find which ones they really like the layout for and then potentially saving it and using it as a layout or as the final product. The ability to add hundreds of little objects all throughout the level to give it a much more personalized look would be extremely easy. Adding boxes, doors, enemies and so on.

My current version of this generator actually has a first person shooter type ai, that wanders the level, and prevents the player from reaching the end. This is not present in this video as this video is only a means of showing the level generating method its self.

Thanks for watching, you have a wonderful day !