File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments