Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 349 Bytes

File metadata and controls

6 lines (4 loc) · 349 Bytes

#tolua# tolua# (abr as tolua)is an unity lua static binder solution.

tolua is an unity plugins that greatly simplifies the integration of C# code with Lua. can automatically generates the binding code to access unity from Lua. it maps c# constants, variables, functions, properties, classes, and methods to Lua.

tolua is grow up from cstolua.