Poco-SDK icon indicating copy to clipboard operation
Poco-SDK copied to clipboard

[unity3D-sdk] 启动uinty后报错 error:unable to find an unused port form 5001 to 5006

Open thisluren opened this issue 6 years ago • 1 comments

启动项目后无法创建端口5001到5006 Unable to find an unused port from 5001 to 5006 UnityEngine.Debug:LogError(Object)

报错内容: Unable to find an unused port from 5001 to 5006 UnityEngine.Debug:LogError(Object) PocoManger:Awake() (at assets/unity3D/pocomanager.cs:78)

thisluren avatar Feb 03 '19 09:02 thisluren

检查下手机上的5001~5006端口是不是都被占用了?

adb shell
sagit:/ $ netstat  -nlp  | grep 5001

brantxiong avatar Dec 04 '19 09:12 brantxiong