Unity3D-NLua icon indicating copy to clipboard operation
Unity3D-NLua copied to clipboard

How to convert Dictionary to LuaTable?

Open Bmak opened this issue 7 years ago • 0 comments

I know Lua has method public Dictionary<object, object> GetTableDict (LuaTable table)

I want to make the opposite, convert Dictionary to LuaTable. Any advice will be appreciated.

Bmak avatar Aug 17 '17 10:08 Bmak