How to Create a Custom Input Manager in Unity C#

kristielAll Topics, Coding & Programming, Tutorial, Unity Game Development

How to Create a Custom Input Manager in Unity C#

Recently, I created a custom input manager for a game I’m making in Unity 3D. Initial research suggested I use Unity’s built-in Input Manager. However, Unity doesn’t have an API to access most of the Input Manager functionality. However, I wanted a menu in my game where the user could set their own key bindings; a common feature in most PC games. Unity’s Input … Read More

Share this Post

New Unity Learning Content Coming Soon

kristielAll Topics

The good people over at Unity are currently developing a new curriculum for learning their software. Currently, the Unity learning material is broken up into a handful of projects that come with tutorial documents, which walk you through the ins and outs of Unity and game design. The Unity team is reworking their learning tutorials and will be providing a … Read More

Share this Post