Example #1
0
    protected override void Start()
    {
        base.Start();
        int a = Lua.CallLuaMethod_Int32(My_UpdateFuntionRef, 100, 200);

        Debug.Log("a=" + a);
        Debug.Log(Lua.CallLuaGlobalFuntion_Int32("TestFuntion", 100, 200));
    }