NLua / NLua

Bridge between Lua and the .NET.
http://nlua.org
MIT License
2.05k stars 309 forks source link

use Nlua KeraLua in unity #122

Closed sonygod closed 10 years ago

sonygod commented 10 years ago

I try to compile Nlua and keralua to dll and then put to Plugins forlder in unity ,got the error :

EntryPointNotFoundException: luanet_registryindex KeraLua.Lua.LuaNetRegistryIndex () NLua.LuaIndexes.get_Registry () NLua.Lua.Init () NLua.Lua..ctor () TestBehaviour.Awake () (at Assets/Example/TestBehaviour.cs:25)

any help?

viniciusjarina commented 10 years ago

You can't use the regular Lua, download the lua52.dll binaries from readme

refaelsh commented 9 years ago

Hi, I am having the same problem. What do You mean by "download the lua52.dll binaries from readme"? Can You please elaborate? Thanks :-)