Skip to content

Commit 91b31b7

Browse files
committed
Update _posts/2019-01-30-Unity与Android通信的中间件(一).md
更新文章内容
1 parent f355b48 commit 91b31b7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

_posts/2019-01-30-Unity与Android通信的中间件(一).md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ tags:
2323

2424
>[demo依赖的unity工程](https://code.aliyun.com/modelingwithunity3d/unity3dballgame.git)
2525
26-
>[android端demo和plugin源码工程](https://github.com/ykbjson/Unity3DPlugin)
26+
27+
>[android端demo和plugin源码工程](https://github.com/ykbjson/Unity3DPlugin
28+
29+
30+
>ps:demo依赖的unity工程有个文件超过了100M,无法上传到github,所以上传到了code.aliyun.com,没账号的童鞋注册后登录了再点击链接就可以了。
2731
2832
想要快速看到效果?
2933

@@ -364,7 +368,7 @@ android调用unity和uinty调用android还是有些不同的。android调用unit
364368

365369
### 2.1.3 unity端调用android的script的一点封装
366370

367-
上面已经说明了android如何调用unity端,为了unity端也比较容易的调用android端,所以我在unity端也抽象了两个script文件:AndroidCaller、CallInfo
371+
上面已经说明了android如何调用unity端,为了unity端也比较容易的调用android端,所以我在unity端也封装了两个script文件:AndroidCaller、CallInfo
368372

369373
我们先看看AndroidCaller
370374

0 commit comments

Comments
 (0)