Enhanced mobile performance analysis with Arm’s new Mobile Studio package for Unity


Arm Mobile Studio is a free suite of analysis tools for mobile game developers to manage their content and ensure that it runs smoothly across mobile devices powered by Arm CPUs and Mali GPUs. It helps identify and eliminate various performance issues. With the introduction of the new Mobile Studio plug-in for Unity, it’s now easier to perform mobile optimizations on your mobile game.
This package provides a simple way to incorporate annotations into your project, which are then accessible within the Arm Mobile Studio profiling tools, Streamline and Performance Advisor. These annotations provide useful context for analyzing performance, so you can see when certain actions or events take place within a game, in addition to their corresponding performance impact.

For instance, you can see your annotations along the timeline in Streamline. This example shows a set of markers that highlight where a wave of enemies is spawning:




By defining regions of your game with a start and end marker, Performance Advisor can report analytics separately for each region. In this example, you can see performance information on the ‘Battle’ region:

Expand

Install the package


The Mobile Studio package is supported with the Unity Editor version 2018.4 LTS and later. Install the package through the Unity Package Manager, as such:

1. Open your Unity project and go to Window > Package Manager to open the Package Manager.




2. From within the Package Manager, click the ‘+’ icon and then select Add package from git URL...




3. Enter the following URL into the box and click Add:

https://github.com/ARM-software/mobile-studio-integration-for-unity.git

The package should be imported into your project and automatically appear in your list of packages:

Expand


read more at : https://blog.unity.com

Post a Comment

Previous Post Next Post