-
The Project description says that dynamiclua is a Wrapper for NLua.
But NLua doesn't support debug functionality at all.
What does dynamiclua do differently that the debug functionality is supported?
…
-
``` python
>>> import lupa; lua = lupa.LuaRuntime(unpack_returned_tuples=False, encoding=None)
>>> exec("def x(*args):\n hexchat.prnt(*([x.decode(\"utf-8\") for x in args]))\n\nlua.globals().print =…
-
hi,
this line work,
```
this.Button.Click:Add(handleClick);
```
but after call
this.Button.Click:Remove(handleClick)
unity will auto crash and exit . and the c# code call Button.Click-=csha…
-
Hi
Back in the old times when i made the first source i commented this out https://github.com/NLua/NLua/blob/master/Core/NLua/Lua.cs#L908 and also that is under this. I couldn't write these parts goo…
megax updated
10 years ago
-
GetTable("MyTable[1]") returns null. Is this by design?
`MyTable = { { some = "thing" }, { other = "thing" } }`
-
I want to use extension function(C#) in Lua by NLua in my project, but I find that it is not useful. Is NLua does not support this, or I use the wrong way? Thanks!
-
Is there any way to port this to support Windows Store applications. I tried to use WP8 assemblies but they don't work, I keep getting
"Requested Windows Runtime type 'lua52.Interop' is not register…
-
hi,from unity version everything seem ok,but don't know How to send an Action or Action to lua?
my test is not work.
some c# code.
```
private Action talk;
void Awake()
{
talk = talkNow;…
-
Hi,
one stupid question from my side:
I have downloaded projects for NLua, KopiLua, KeraLua.
Now I can to compile all of this projects.
But! I did not find lua52.dll.
Where I can find latest versio…
-
Now that issue #63 is resolved, I can create a simple console application, add the NLua NuGet package, change the platform target to x64 and compile it. Yay!
The problem I'm having now is with my rea…