Hello there! :)
I'm trying to follow the steps in this tutorial — https://community.arm.com/developer/tools-software/graphics/b/blog/posts/mgd-integration-in-unityThe very first step states I have to install the "MGD Android Application MGD.apk". However, there is no such thing in the folder that I get by installing Arm Mobile Studio from here — https://developer.arm.com/tools-and-software/graphics-and-gaming/arm-mobile-studio/downloads
So, the question is simple — where can I find this app?
Hi Andrew, This application no longer exists in the latest tool versions, and there is no longer a need to build the MGD files into your Unity application. All we need is a debuggable application.
The Graphics Analyzer getting started guide for Moile Studio 2020.3 can be found here:
Note that there is one known issue with the latest release - if you are profiling on a 64-bit phone you must have a 64-bit capable application. Currently 32-bit only applications cannot be profiled on 64-bit devices. This will be getting fixed in Mobile Studio 2021.0.
Kind regards, Pete
Understood, thank you very much for the quick response!