Unity Character Controller
Interactive Demo Unity
Controls
Description
- WASD — Move
- Space — Jump
- Mouse — Look around
Description
This is a playable demo of a Unity game made to show off a custom character controller. This was a project I made for a class that taught me how to make games in Unity.
Using C#, I added custom movement, gravity, and friction. You must use these to collect the three coins spread throughout the level.
GitHub Pages limits how fast the embed can update, resulting in the demo feeling slow in most regards, but I felt that this was an important project to include as it shows my understanding of how players interact with games and characters, as well as my proficiency in using game engines.