标签:html span isp dispose start target 学习 lua env
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(); } }
标签:html span isp dispose start target 学习 lua env
原文地址:https://www.cnblogs.com/revoid/p/11280348.html