v1.0.93
更新内容:
- poco初始化时,原先是默认使用设备IP,现在支持传入指定IP连接,例如: poco = UnityPoco(addr=(ip, port))
- 如果未连接设备,默认尝试连接当前的第一台安卓设备
Updates:
- When poco initialises, it used to use the device IP by default, now it supports passing in a specified IP to connect to, e.g.:
poco = UnityPoco(addr=(ip, port))
- If no device is connected, it will try to connect to the first Android device.