Unity3d 真机调试

1、编译版本的时候,需要设置BuildOptions :BuildOptions.Development | BuildOptions.AllowDebugging | BuildOptions.ConnectWithProfiler
2、确保PC端与手机终端在同一个局域网,网段相同
3、adb tcpip 5555
adb connect ip
restarting in TCP mode port: 5555
4、启动游戏
5、Window->Profiler->Active Profiler Enter IP:手机终端IP
6、打开MonoDeveloper->Run->Attach process选择你的手机

adb shell cat /system/build.prop | grep "product"

你可能感兴趣的:(Unity3d 真机调试)