utd-sgdp / SGDP-2023

The Student Game Development Project (SGDP) is run by UTD's SGDA Fall 2022-Spring 2023. We are building, and releasing a full-game using Unity.
MIT License
2 stars 1 forks source link

Levels - Level Manager #31

Open nicolasmaclean opened 2 years ago

nicolasmaclean commented 2 years ago

Room - Attached to specific rooms, will handle spawning enemies, loot, etc. and objective to clear it Floor - Coordinates Room's into a floor, procedural generation will later be used to generate Floor's. For now this will be manually created. LevelManager - Coordinates Floor's and movement between them. Floor's will be done in separate scenes and can be loaded async while in elevator.

JarodShelton commented 2 years ago

To Do: Room colliders Room tags Room door list Room doors open/close Room doors have a "direction"

nicolasmaclean commented 2 years ago

Objectives

Bonus Objectives