Projects

Hero Born

In my book, Learning C# by Developing Games with Unity 2021, I'm creating a game from the book called Hero Born. So far I've just started the Unity section of the book (Chapter 6) and I've created an Arena that contains a floor, walls, a raised platform, and areas to hid in each corner.

In Chapter 7, I've not created a enemy NPC that uses collision trigger detectors to see if my player has gotten into its collision bubble. Right now just a Debug.Log is printed out displaying if the character has entered the zone and when the character leaves the zone it prints out a message.