本次改动
- 更新pocoservice.apk,修复了节点获取缓慢的问题
- Unity-SDK新增了
poco.sendMessage()
和poco.invoke()
接口,用于向游戏内SDK发送消息,或处理带有自定义参数调用的函数,详情请见代码diff #607 和文档说明:https://poco-chinese.readthedocs.io/en/latest/source/doc/drivers/unity3d.html#integrating-and-using-poco-interface-functions-in-unity
What's Changed
- Update pocoservice.apk to fix the problem of longer node access time #608
- set timeout to 5s by @ZSCharlie in #601
- small patch for python more than 3.10 regarding MutableMapping moving by @Evangelistic in #598
- Correct typos in exceptions.py by @felixonmars in #602
- Add functions for Unity method invocations by @Danand in #607, see https://poco-chinese.readthedocs.io/en/latest/source/doc/drivers/unity3d.html#integrating-and-using-poco-interface-functions-in-unity
Full Changelog: v1.0.93...v1.0.94