Skip to content

Mastering Android Game Development with Unity, published by Packt

License

Notifications You must be signed in to change notification settings

PacktPublishing/Mastering-Android-Game-Development-with-Unity

Repository files navigation

$5 Tech Unlocked 2021!

If you have read this book, please leave a review on Amazon.com. Potential readers can then use your unbiased opinion to help them make purchase decisions. Thank you. The $5 campaign runs from December 15th 2020 to January 13th 2021.

Mastering Android Game Development with Unity

This is the code repository for Mastering Android Game Development with Unity, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Game engines such as Unity are the power-tools behind the games we know and love. Unity is one of the most widely-used and best loved packages for game development and is used by everyone, from hobbyists to large studios, to create games and interactive experiences for the Web, desktop, mobile, and console. With Unity's intuitive, easy-to-learn toolset and this book, it's never been easier to become a game developer.

Instructions and Navigation

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:

public class playerScript : MonoBehaviour {
    private Animator anim;
    // Use this for initialization
    void Start () {
        anim = GetComponent<Animator>();	
    }

You will need the latest version of Unity that can be downloaded from their website and a computer that can run Unity. A basic understanding of C# is required as the code in this book is written in C#. Although the game can run on the android emulator, to see the actual performance of the game an android device would be required.

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/9781783550777

About

Mastering Android Game Development with Unity, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages