Starting layout

Building the layout was easy and quick because I used ProBuilder. I reset the position so moving the objects while holding Ctrl made it easier to position them. When building, I also had to keep in mind the NavMesh agent. I had to clear and bake again so the AI would know the areas it could move around in. Doing NavMesh wasnt too bad as I working on a 3D game kit that had the NavMesh tutorials.

Player Script
Script for the player to move around the layout
Enemy Script
Script for the enemies to follow the player (find gameobject called Player).


Finished Layout
