We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题描述: u3d项目。poco management挂点分别试过选择2d摄像机、main节点。 已经接入poco management的游戏,在客户端更新后poco management失效,airtest不能获取UI树。
环境: airtest IDE 1.2.5 pocoSDK GitHub最新 unity5.6 雷电模拟器最新版 Android版本5.1.1 小米9 MIUI10.2.35 Android版本9
poco SDK: 引擎用的ngui 改动: 为了兼容unity5.6,修改了poco management.cs中155行 由“server?.Stop();” 改为“if (server!=null) server.Stop();” 无其他改动
录了个复现的视频,链接: https://pan.baidu.com/s/160TwMBfhDOwjX_Dt618YlQ 提取码: 5k9c 启动游戏时,poco辅助窗还在正常刷新UI树;等游戏下载完更新合并文件后,UI树不再刷新。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题描述:
u3d项目。poco management挂点分别试过选择2d摄像机、main节点。
已经接入poco management的游戏,在客户端更新后poco management失效,airtest不能获取UI树。
环境:
airtest IDE 1.2.5
pocoSDK GitHub最新
unity5.6
雷电模拟器最新版 Android版本5.1.1
小米9 MIUI10.2.35 Android版本9
poco SDK:
引擎用的ngui
改动:
为了兼容unity5.6,修改了poco management.cs中155行
由“server?.Stop();” 改为“if (server!=null) server.Stop();”
无其他改动
录了个复现的视频,链接: https://pan.baidu.com/s/160TwMBfhDOwjX_Dt618YlQ 提取码: 5k9c
启动游戏时,poco辅助窗还在正常刷新UI树;等游戏下载完更新合并文件后,UI树不再刷新。
The text was updated successfully, but these errors were encountered: