-
Sorry for the newb question. Maybe I haven't dug deep enough.
Thanks
-
Hello!
I downloaded lua52.dll from this link:
Win32: Download [![dwn_w32][8]](https://www.dropbox.com/s/jkr1pnwvqw6w0r8/NLua.Win32.zip)
But, current version of lua52.dll is compiled with VS2013 (req…
-
Is it doable? I've tried making an `AppDomain` in my application in order to filter out some of the permissions, but as it turns out you need to give it full trust to execute unmanaged code, which kin…
-
Original [issue 99](https://code.google.com/p/naev/issues/detail?id=99) created by LlubNek on 2011-04-01T03:19:41.000Z:
Naev 0.4.2 on IBM Thinkpad T30 running Arch Linux
In the tutorial:
I circled …
-
where can I download lua52.so lua52.a for Nlua?
-
what I want to know current NLua is support now?
-
From time to time i secretly check in on naev, it is a nice game, better it is still getting developed
I ran into this crash when i accept any mission from the bar or cargo.
It is a lua thing i guess,…
-
```
public static void UnityCoroutine(YieldInstruction ins, LuaFunction func)
{
Main.instance.StartCoroutine (doCoroutine (ins, func));
}
private static IEnumerator doCoroutine(YieldInstruction i…
-
Nlua unity version not support luanet.ctype(T)?
```
local ccc = luanet:ctype(Transform)
Debug.Log(ccc);//null
```
-
I'm working with Aerospike, which uses Lua to do map/reduce and other things. Anyways, when I try to run the Aeropsike sample code in a simple WCF service I get the dreaded dll errors:
Unable to load…