Beaker's Basic Universal Input
A downloadable asset pack
Download NowName your own price
BBUI is an asset pack for Gamemaker:Studio 2.3+ that combines input handling from both gamepads and keyboards into a single function.
NOTE: This asset pack only handles one controller at a time, so it is best used for games where only one player is expected.
How to Use
- Download the asset pack from here or the GitHub page.
- Open your project in Gamemaker:Studio
- Go to Tools > Import Local Package and import the package
- Include obj_gamecontroller in the first room of your game or include its Async:System event in another persistant object
- You're all set! Just use the multiInput function or one of the included macros where you need to process input.
Included Components
- scr_input - Contains the methods used to process input
- scr_macros - Sample macros for ease of use
- obj_gamecontroller - Handles finding controllers connected to the system to use for input processing
Status | Released |
Category | Other |
Author | Crooked Beaker |
Download
Download NowName your own price
Click download now to get access to the following files:
BBUI_v1.yymps 5.8 kB
Comments
Log in with itch.io to leave a comment.
Literally a game changer. Please use this, especially if you're just starting Game Maker. <3