Skip to content
New issue

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

[unity sdk]已经接入poco sdk的u3d游戏,更新后poco sdk失效,无法获取UI树 #79

Open
NekoisJelly opened this issue Sep 16, 2020 · 0 comments

Comments

@NekoisJelly
Copy link

问题描述:
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树不再刷新。

@NekoisJelly NekoisJelly changed the title 已经接入poco management的u3d游戏,更新后poco management失效,无法获取UI树 [unity sdk]已经接入poco sdk的u3d游戏,更新后poco sdk失效,无法获取UI树 Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant