Skip to content

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

Repository files navigation

#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

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781784393106

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages