There is a class in C # with a method that accepts "(params objects [] args)", and a Lua script that passes two parameters to this method, but each time a LuaInterface.LuaException: invalid arguments to method exception is LuaInterface.LuaException: invalid arguments to method .
I'm at a dead end, a very important method in the class, I would say the key one. How to force to transfer an array of untyped arguments from Lua to C #?