Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Unity 5 for Android Essentials
Unity 5 for Android Essentials

Unity 5 for Android Essentials: A fast-paced guide to building impressive games and applications for Android devices with Unity 5

eBook
$9.99 $25.99
Paperback
$32.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

Unity 5 for Android Essentials

Chapter 2. Accessing Android Functionality

In this chapter, you will discover how to create plugins for Android platform by Java and C languages in Unity 5. You will learn in practice how to write simple plugins for the Android platform. Also, the reader will learn how to carry out an anti-piracy check, detect screen orientation, handle vibration support, determine device generation, and other more useful features. The topics that will be covered in this chapter are as follows:

  • Creating Java and native C plugins for an Android platform
  • Android scripting API in Unity 5
  • Accessing Android sensors and features within Unity 5

Creating Java and native C plugins for an Android platform

Before creating a Java or native C plugin for an Android platform inside Unity, you should install the Android NDK. Also, if you don't know how to build a shared library, then you should find out more about this process. A lot of information about Android NDK can be found on the web, for example, the Android official documentation can be found at https://developer.android.com/tools/sdk/ndk/index.html or in many different books by Packt Publishing; for example, see visit https://www.packtpub.com/application-development/android-ndk-beginner's-guide. Information about Android NDK is beyond the scope of this book.

Some parts of your game or app can be implemented using native-code languages, such as C or C++. The Android NDK is a toolset with multiple features and possibilities. You will not need to use the Android NDK in every project, but in some games or applications, it will be very helpful to reuse some custom or third...

Accessing the Android sensors and features within Unity 5

Let's discover a little bit more about some Android sensors and features that are shown in the simple code examples later in text.

Acceleration

You can also access the Android acceleration inside Unity. Let's upgrade our previous example, so we can see one more aspect of our Android device. The new piece of code is shown here:

GUILayout.Label("\n\n A C C E L E R A T I O N");
    GUILayout.Label("Input.acceleration = (" + Input.acceleration.x + ", " + Input.acceleration.y + ", " + Input.acceleration.z + ")");

After running this test on your Android device, you will see how acceleration values change very quickly in real time.

Gyroscope

Unity provides gyroscope access on Android devices as shown in the new piece of code. Before using gyroscope, you just need to enable it as shown here:

    Input.gyro.enabled = true;

GUILayout.Label("\n\n G Y R O S C O P E");
    GUILayout...

Summary

In this chapter, we look at the details of writing plugins in Java and native C for Unity. We practiced developing simple plugins for Android platform. Also, we explored how to make anti-piracy checks, detect screen orientation, handle vibration support, get device name, get device model, and get much more useful information. We learned how to access the acceleration, gyroscope, and compass sensors with their features and properties in practice.

In the next chapter, you will learn how to develop high-end graphics. You will explore how to write simple Cg shaders in Unity. You will also learn more about awesome tips, tricks, and techniques that are used all over the world in game production. You will also acquire information about global illumination and how to optimize your shaders.

Left arrow icon Right arrow icon

Description

Unity is a very popular and effective technology for creating 2D and 3D games and applications. The Unity rendering engine provides great real-time rendering of high quality graphics without too much cost and effort. It boasts industry leading multi-platform support and world class monetization and retention services for mobile games, making it the first choice for many game developers across the world. Unity 5 is a great starting point for game developers looking to develop stunning and robust games. Starting with a refresher on the basics of Unity 5, this book will take you all the way through to creating your first custom game. By the end of the book, you will understand how to work with all the aspects of Unity 5. You will quickly explore all the major key features of the Unity 5 engine and learn to implement real-world Android game and application features in practice. We begin by introducing how to set up the Android SDK on Windows and Mac OS X and configure Unity 5 settings for the Android platform. As you progress through the chapters, you will learn to implement innovative and user-friendly features with the aid of real-world examples. You will explore how to render high quality graphics with physically-based shaders and global illumination to enhance your project’s performance. Building on this, you will then learn to transform your native C# and JavaScript code into Unity scripts. Best practices to improve your Android games will also be discussed to help you create games fast and efficiently. Finally, putting together all these concepts, you will learn to create your own Android game from scratch. This book will teach you how to harness the benefits of different tools to become proficient at game design and development processes.

Who is this book for?

This book is perfect for competent Unity developers who want to learn how to develop, optimize, and publish games for Android devices in a quick and easy manner. This book assumes basic knowledge of game design concepts and/or some experience with other game technologies such as Unreal Engine 4, CryEngine, or GameMaker.

What you will learn

  • Discover tips and tricks to optimize Unity scripts
  • Create Java and native C plugins for the Android platform
  • Access Android features and sensors inside the Unity 5 engine
  • Render high quality graphics and optimize Cg shaders
  • Play Legacy and Mecanim animations in Unity 5
  • Download new assets and code behavior while your game is running on an Android device in order to expand your game in real time
  • Debug your games and applications on Android devices using the Unity Profiler tool

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Aug 05, 2015
Length: 200 pages
Edition : 1st
Language : English
ISBN-13 : 9781784391218
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Aug 05, 2015
Length: 200 pages
Edition : 1st
Language : English
ISBN-13 : 9781784391218
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 148.97
Unity 5.x Cookbook
$60.99
Unity Character Animation with Mecanim
$54.99
Unity 5 for Android Essentials
$32.99
Total $ 148.97 Stars icon
Banner background image

Table of Contents

8 Chapters
1. Setting Up and Configuring an Android Platform Chevron down icon Chevron up icon
2. Accessing Android Functionality Chevron down icon Chevron up icon
3. High-end Graphics for Android Devices Chevron down icon Chevron up icon
4. Animation, Audio, Physics, and Particle Systems in Unity 5 Chevron down icon Chevron up icon
5. Asset Bundles in Unity 5 Pro Chevron down icon Chevron up icon
6. Optimization and Transformation Techniques Chevron down icon Chevron up icon
7. Troubleshooting and Best Practices Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
(1 Ratings)
5 star 0%
4 star 100%
3 star 0%
2 star 0%
1 star 0%
Joel Oct 15, 2015
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
This is a good book for people with some experience with game development and or Unity. It walks through many things that other beginner books don't cover, especially those specific to developing on the Android platform. There are many useful tools such as building your own plug ins and how to deal with using high-end graphics on Android. Although this could be the first book you ever read on the subject be prepared jump into the deep end. Be warned the last chapter needs to be downloaded online and this is the chapter where you actually walkthrough making a game. All in all good addition to any novice/experienced game developers library.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.