-
Would be cool to have a LUA layer type in which people can draw on the layer like a canvas.
Could also make layer conditions run a bit of LUA to start with.
**Edit:** Might even be better to extend t…
-
As detailed in [this stackoverflow question](http://stackoverflow.com/questions/38688714/can-not-pass-values-between-nlua-states) I am getting inconsistent and wrong behavior when I try to pass a LuaT…
-
I've downloadet the Win32 Build from the readme.md.
I Linket the Nlua.dll (.Net4.0) to my project and drag dropt the lua52.dll from the zip archive as content file copy always.
Everytime i start to …
-
We have been used the windows only NLua package (v 1.3.2.1) for a while, and written lot of Lua code.
Some of them used a semicolon at the end of function declaration like this:
```
function fnName()…
-
Hey, wanted to try out your software, but when I attempted to start it, I get this error: "Unhandled Exception: System.DllNotFoundException: Unable to load DLL 'lua52': The specified module could not …
-
When calling `new NLua.Lua();`, or probably any method of that new instance, I find `System.Threading.Thread.CurrentThread.CurrentCulture` will be changed to Invariant.
Why?
Is there a way to avoid t…
-
Problem:
In the sample:
```
for i=1,10,1 do
print(os.date("%H:%M:%S"))
end
```
time is printed in the first iteration only.
Solution:
file KopiLua/src/loslib.cs
line 153 must look like:
`CharPtr …
-
I just found out this project today
By looking at the readme doc, it's seems easy to use and powerful
However, I'm stuck with C# and .NET 2.0 at the moment.
I use LinqBridge to get Linq features, als…
-
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.LuaInde…
-
Hello
One of lua's "quirks" is that arrays start from 1, not 0
Is this true with NLua, and is there a way to set it to 0?
ghost updated
9 years ago