nguyenhoainam91 / Unity-5x-2D-Game-Development-Blueprints

Unity 5x 2D Game Development Blueprints, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Unity 5.x 2D Game Development Blueprints This is the code repository for Unity 5.x 2D Game Development Blueprints, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish. ##Instructions and Navigations All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

// The Player's speed
public float speed = 10.0f;
//Game boundaries
private float leftWall = -4f;
private float rightWall = 4f;

For this book, you will need Unity 5.x and Tiled Map Editor 0.16.1.

##Related Products

About

Unity 5x 2D Game Development Blueprints, published by Packt

License:MIT License


Languages

Language:C# 100.0%