Unity3D C# and Lua call each other. Principle: c# calls lua, c# calls the lua dll (a C library) by P/Invoke, and then the dll executes the lua script.
確定! 回上一頁