Player Scripts

This section contains the final scripts that are used to control the player’s movement along with tracking health, coins, and similar values. You’ll find the following scripts here:

Image Listing A.1: The PlayerController Script

Image Listing A.2: The PlayerStats Script

Listing A.1 The PlayerController Script

#pragma strictprivate var Constants : Constants = new Constants();@HideInInspectorpublic var isFacingRight : boolean = true;@HideInInspectorpublic var isGrounded : boolean = false;@HideInInspectorpublic var ...

Get Learning 2D Game Development with Unity®: A Hands-On Guide to Game Creation now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.