xLua 学习
Posted revoid
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xLua 学习相关的知识,希望对你有一定的参考价值。
xLua https://github.com/Tencent/xLua
文档 https://tencent.github.io/xLua/public/v1/guide/index.html
using UnityEngine; using XLua; public class HelloWorld : MonoBehaviour void Start() LuaEnv luaenv = new LuaEnv(); luaenv.DoString("CS.UnityEngine.Debug.Log(\"Hello world\")"); luaenv.Dispose();
以上是关于xLua 学习的主要内容,如果未能解决你的问题,请参考以下文章