This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Performance Advisor: Cannot find any frames Error on Unity application

Hello dear Arm Community,

I had an issue with Performance Advisor on my  previous post (community.arm.com/.../177139 and thank you very much for the very quick feedback. I sent the current status however there was no response. I thought that notifications might not be activated for replies so I delete it and this is why I am adding this as a new entry. 

 

 I tried using the Mobile Studio 2021.4 version and I believe it solved the "Mali Core Instructions" error. Now I am only getting the error related with the frames like the image below. 

After getting this error, I tried to change Unity gradle like in the documentation but could not figured it out. And then searched for a complete tutorial of a Arm-Unity usage but also could not find proper one. 

-I followed the development build settings for unity. Il2CPP/ ARM64 

-And select the configuration as G72 on Streamline.  

Should I do some additional arrangements on unity project or Streamline?

I would be so glad if you would be able to share a link if there is a tutorial that I missed. Again thank you very much for the support.

Kind regards,

Emirhan 

Parents
  • Hi Peter,

    Thank you for your answer. I am using the lwi_me.py and I arrange my application as Vulkan only with Arm64 option selected on IL2CPP scripting back end.   

     (we need the layer driver to generate frame boundary information) but is this requiere another line of code? After connected with my device I am writing the line at below in cmd. My goal was capture screenshots into specific folder when fps goes under 20 besides the report. It does not take captures as well. 

    py lwi_me.py --lwi-mode c --lwi-fps-threshold 20 --lwi-out-dir C:\Users\gamed\Documents\Streamline\Reports  

    There was some additional process for the devices using older version than Android 11. I passed that section since device is updated to Android 11.

    Kind regards,

    Emirhan 

Reply
  • Hi Peter,

    Thank you for your answer. I am using the lwi_me.py and I arrange my application as Vulkan only with Arm64 option selected on IL2CPP scripting back end.   

     (we need the layer driver to generate frame boundary information) but is this requiere another line of code? After connected with my device I am writing the line at below in cmd. My goal was capture screenshots into specific folder when fps goes under 20 besides the report. It does not take captures as well. 

    py lwi_me.py --lwi-mode c --lwi-fps-threshold 20 --lwi-out-dir C:\Users\gamed\Documents\Streamline\Reports  

    There was some additional process for the devices using older version than Android 11. I passed that section since device is updated to Android 11.

    Kind regards,

    Emirhan 

Children