NokiMo
Sasquatch B Studios
Sasquatch B Studios

patreon


Level Select repo now up on github

Hey guys!

This project was a bit of a beast, so hope you all enjoy it!

This will procedurally create a level select screen (kinda super meat boy style) with a nice layout, but you guys get the special version that isn't on Youtube that allows you to create optional levels that shoot off from the main path! So I hope you all enjoy!

To create optional/secret levels, simply add a levelData Scriptable object file to your areaData 'Levels' list, and select "Is Secret Level"...or whatever the bool option is.

Two points of caution:

1 - the generator will attempt to automatically place the optional levels based on a simple direction calculation, and i haven't yet added the ability to detect overlap, so you'll have to watch out for that manually. Secret levels have the option for you to manually choose their direction and distance from the level BEFORE it on the Levels list.

2 - for now, it doesn't play nice if you put a secret level in the first 2 slots of your level list. Anywhere else is fine, but they determine direction calculations by looking at levels preceding them. IF I get around to fixing this I'll update the repo.

Hope you enjoy guys!

If you want to check it out, it's the repo called:
TUT-Level-Select


Related Creators