AirtestProject / AirtestProject/Poco

访问某个对象的子对象耗时将近一个小时是否正常?

未关闭
#482 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
2k
派生
341
PR 合并指标
30 天内没有已合并 PR

描述

**描述问题bug**
某个对象有225个子对象,访问该对象的第一个子对象耗时将近一个小时

```
[rpc]connected
clientUnit_arts/avatar
----------------------------------------------------------------------
Ran 1 test in 3067.962s
```

**复现步骤**
poco = UnityPoco(('localhost', 5001), unity_editor=True)
clientUnits = poco('ClientUnits')
items = clientUnits.children()
print(items[0].get_name())

**预期效果**
耗时短点

**相关截图**
(贴出遇到问题时的截图内容,如果有的话)

**python 版本:** `python2.7.13`

**poco 版本:没查到 是AirtestIDE-win-1.2.10自带的

**设备:**
- 系统: [Windows10]
- Unity2018.4.27

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。