Lua/LuaBehaviour.cs @@ -87,4 +87,12 @@ luaStart = null; table.Dispose(); } #if UNITY_EDITOR [ContextMenu("LuaReload")] public void ReLoadLua() { LuaUtility.DoString(fileName, "LuaBehaviour", table); } #endif }