Skip to Content
Mobile Game Development with Unity
book

Mobile Game Development with Unity

by Jonathon Manning, Paris Buttfield-Addison
August 2017
Beginner
464 pages
9h 18m
English
O'Reilly Media, Inc.
Content preview from Mobile Game Development with Unity

Chapter 10. Input and Flight Control

Once you’ve got the scene largely laid out, it’s time to start adding the basics of gameplay. In this chapter, we’ll start building the systems that let you get your ship around in space.

Input

There are two different kinds of input used in the game: a virtual joystick, which lets the player provide directional input used for flight, and a button that signals whether the player wants to be firing the ship’s lasers or not.

Note

Don’t forget that the only way to properly test a touchscreen game’s input is by testing it on a touchscreen. To test your game without building to the device, use the Unity Remote app (see “Unity Remote”).

Adding the Joystick

We’ll begin by creating the joystick. The joystick is composed of two visible components: a large square “pad” in the lower-left corner of the canvas, and a smaller “thumb” in the center of that square. When the user places a finger inside the pad, the joystick will reposition itself so that the thumb is directly under the finger, and is still centered. When the finger moves, the thumb will move with it. <<< Follow these steps to start building the input system:

  1. Create the pad. Open the GameObject menu, and choose UI → Panel. Name the new panel “Joystick”.

    We’ll start by making it square, and placing it in the lower-left corner of the screen. Set the anchors to Lower Left. Next, set both the width and height of the panel to 250.

  2. Add the imagery to the pad. Change the Source Image setting ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Holistic Mobile Game Development with Unity

Holistic Mobile Game Development with Unity

Penny de Byl

Publisher Resources

ISBN: 9781491944738Purchase bookErrata Page