Siddharth
Siddharth

Reputation: 4312

Android Device can't able to connect with Profiler Window

I want to get performance analytics of my game using Profiler so I have exported build with Autoconnect Profile setting enabled.

After this process build installed within an Android device but it can't able to run the game, it just displaying black screen nothing else. Profiler can't able to connect with the connected Android device, I was getting this kind of list within Unity profiler:

enter image description here

Now android device showing just black screen and profiler not moving ahead, it just remains connected with Editor only.

I have tried to connect and disconnect my Android device multiple time but nothing changed in this. Please give me some suggestion into this so I can start my debugging process.

I have already gone through this post: Profiler window

Upvotes: 2

Views: 3260

Answers (1)

zambari
zambari

Reputation: 5035

I believe you need to build in DevelopmentBuild enabled to be able to attatch profiler

enter image description here

Upvotes: 1

Related Questions