Scripting the player movement

The game so far features an environment with collision data and a multipart player object that interacts and responds to this environment. The player, however, cannot yet be controlled, and this section explores controller functionality further. The user will have two main input mechanics, namely, movement (walking left and right) and jumping. This input can be read seamlessly and easily using CrossPlatformInputManager, which is a native Unity asset package. This package was imported at the project creation phase, but it can be imported now via the application menu with Assets | Import Package | CrossPlatformInput. Once imported, open the Standard Assets | CrossPlatformInput | Prefabs folder and drag and drop the ...

Get Unity 2018 By Example - Second Edition 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.