Book Image

Unity 5 for Android Essentials

By : Valera Cogut
Book Image

Unity 5 for Android Essentials

By: Valera Cogut

Overview of this book

Table of Contents (14 chapters)
Unity 5 for Android Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Debugging Android devices with the Unity profiler tool


We can open the Unity profiler window from the menu, which presents the whole Unity profiler tool. In the upcoming sections, we will explore more about the Unity profiler areas.

Before starting, we need to know how this tool is works and how simple it is to use. Firstly, let's look more at the Unity profiler tool window structure and separate its parts. As we can see in the next screenshot, there are four main visual parts:

  • Profiler controls

  • Usage area

  • Profiler timeline

  • Information table

The upcoming sections focus on these distinctive parts of the Unity profiler tool. Let's dive into the most interesting thing in this instrument.

Regarding the visual profiler, you can connect to access devices on which your application is performing in order to further analyze the performance of your software. In order to connect to the other device, it is necessary (but not just sufficient) for the profiler to be on the same local network. The Active Profiler...