Assets/TestMonobehaviour.cs @@ -46,7 +46,7 @@ { if (GUI.Button(new Rect(10, 10, 300, 80), "Hotfix")) { LuaUtility.DoString("example.hotfix"); LuaUtility.DoString("hotfix.hotfix"); } } }