admin管理员组

文章数量:1122850

转载于:https://blog.csdn/zouxin_88/article/details/95225085

一、Unity的安卓程序直接在手机上运行

1.手机插上USB,进入USB调试模式。

2.进入adb.exe目录

D:

cd D:\Install Files\Android\Android_Sdk\platform-tools

3.adb tcpip 55555 回车

adb connect 手机IP号 比如192,168,xxx,xxx 回车

4.unity勾选develop build,点击“Build and Run”。

二、Unity的安卓程序断点调试

1.adb forward tcp:54999 localabstract:Unity-包名

2.File->Build Settings,选择Android平台,勾选Development

Build,Autoconnect Profiler,Script Debugging。

点击“Build and Run”,注意手机不要锁屏。

3.点击window->profiler,然后选择Profiler上部功能栏Editor按钮,选择AndroidProfiler(ADB@127.0.0.1:54999),连上即可。

4.VS打开菜单【调试】【附加Unity调试程序】,选择Android player

4.断点调试

本文标签: Androidunity端真机Unityandriod