Profiler 连接手机和模拟器教程
打包配置说明
打开Profiler:
连接需要工具adb:
adb下载并保存到任意目录(目录不要有中文)
我的adb目录存放在E:\iis\ProfilerConnect(下面会有用到)
手机插入电脑链接:
1、手机打开开发者模式
2、打开cmd,输入E:\iis\ProfilerConnect\adb.exe forward tcp:34999 localabstract:Unity-包名
3、profiler
完事儿
模拟器链接:
1、输入命令(mumu模拟器为例)
E:\iis\ProfilerConnect\adb.exe kill-server
E:\iis\ProfilerConnect\adb.exe start-server
E:\iis\ProfilerConnect\adb.exe connect 127.0.0.1:7555
E:\iis\ProfilerConnect\adb.exe devices
E:\iis\ProfilerConnect\adb.exe forward tcp:34999 localabstract:Unity-com.DefaultCompany.xunluAPathfindingChange
例子
其他模拟器端口
夜神模拟器:adb connect 127.0.0.1:62001
逍遥安卓模拟器: adb connect 127.0.0.1:21503
天天模拟器:adb connect 127.0.0.1:6555
海马玩模拟器 :adb connect 127.0.0.1:53001
网易MUMU模拟器:adb connect 127.0.0.1:7555
2、profiler
PS:
链接手机后再链接模拟器,有时候会一直链接不上,退出模拟器和unity,重新打开并重新执行命令即可