Mobile Aiming Update
Ready Builder One » Devlog
Updated the Mobile version to aim with a right virtual joystick as per Gamepad players.
Summary of how the change was made:
- Duplicated the left joystick into the right side,
- Added
FindObjectsOfType<Joystick>
into the InputController, - initialised the left and right joystick variables,
- If the left joystick is enabled (i.e. it is a mobile device), use it to get the movements,
- if the right joystick is enabled, use it to get the aim direction and trigger the primary fire if the movement is < -.2f || > .2f
Also added a "Ready" button for mobile player to set being "Ready".
Get Ready Builder One
Ready Builder One
Test builds for submission for https://hackathon.slalom.com/hackathons/game-jam using _build themes.
More posts
- Dec 2022 - Snow LevelDec 13, 2022
- Updated LevelsAug 09, 2022
- Added Health BarJul 20, 2022
- Initial SetupJun 20, 2022
Leave a comment
Log in with itch.io to leave a comment.