File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LuaScriptCore旨在能够在多种平台上方便地使用Lua。其提供了与
5
5
* ** 从平台原生层代码调用Lua中的方法和变量,控制Lua的业务逻辑**
6
6
* ** 从Lua中调用原生层提供的方法,让一些Lua无法处理或者耗时的处理交由原生方法实现**
7
7
* ** 从原生层中直接扩展Lua的功能**
8
- * ** 从原生层定义的类直接映射到Lua中使用,让Lua更方便地实现面向对象的编程**
8
+ * ** 从原生层定义的类直接映射到Lua中使用,让Lua更方便地实现面向对象的编程(仅支持iOS、OSX和Android) **
9
9
10
10
# 如何使用
11
11
@@ -17,6 +17,11 @@ LuaScriptCore旨在能够在多种平台上方便地使用Lua。其提供了与
17
17
18
18
关于Android平台下如何使用LuaScriptCore,请参考《[ Android平台文档] ( https://github.com/vimfung/LuaScriptCore/wiki/Android-%E5%B9%B3%E5%8F%B0%E6%96%87%E6%A1%A3 ) 》
19
19
20
+ ## Unity3D
21
+
22
+ 关于Unity3D下如何使用LuaScriptCore,请参考《[ Unity3D集成使用文档] ( https://github.com/vimfung/LuaScriptCore/wiki/Unity3D%E9%9B%86%E6%88%90%E4%BD%BF%E7%94%A8%E6%96%87%E6%A1%A3 ) 》
23
+
24
+
20
25
# 建议&支持
21
26
22
27
如有问题请[ 与我联系] ( mailto:vimfung@qq.com )
You can’t perform that action at this time.
0 commit comments