Joe 
 Binns 

email LinkedIn
GitHub YouTube itch.io
back

Stylised Character Controller

📰 Featured in Game Dev Digest 📰
🏡 Personal project 🏡

About

A stylised physics-based character controller made in Unity 3D.

Description

The character controller is based on a floating capsule approach devised by Toyful Games for Very Very Valet. From the team's development blog, the various techniques for the movement are outlined and explained with snippets of code. However, the provided code was largely incomplete - partially due to it being tied up in the complex other workings of Very Very Valet. This lead me, with Toyful Games' permission, to develop and share my own modular take on the floating capsule approach. With the addition of some additional stylisation, the Stylised Character Controller project was conceived.

Motivation

The motivation to start this project came after implementing the physics-based character controller into a game prototype of my own. I had been struggling for a long time to complete a project, since University was taking priority. With heaps of scrapped projects accruing, I felt a strong desire to just get something out there. So I took what I already had, polished it up, and released it in the hope that other game developers may find it useful. Enjoy!