Vinicius Jarina
Vinicius Jarina
@johmarjac the point is not being dead, I wish I could have time to work on NLua, but unfortunately I am not paid to maintain the project. But on this...
KeraLua uses the Lua object to wrap the Thread state. Try `lua.State.ToThread(-1)`
I agree this might be a bug the way NLua converts the object from the Lua stack back to the C# An workaround is to use the KeraLua API (which...
I guess this is probably an error on .NET ios/maccatalyst workload. KeraLua doesn't touch in the `@rpath` and it have been working since forever for iOS https://github.com/NLua/KeraLua/blob/main/build/iOS/KeraLua.net6.0-maccatalyst.csproj#L41 KeraLua just use...
NLua caches the delegate to the method you are calling, so should be an expansive operation only the first call. What is the code you having issues? How are you...
Hi @sensokame without seen the code or reducing to a small test where we could try to mitigate the problem is hard to tell how you could improve it. I...
I would use the profiler and try to rearrange the code in a way you don't need to hit the reflection for every call.
Sorry, isn't clear what is buff and how you are passing the value from C# to Lua.
Sorry, still not following. Where do_something is called ? what is the type of buff? What is Tvb? What is supposed to happen when you "call" the obj? You can...
Hi @chenxuuu in theory building an `aarch64` should be enough. If you want to add instructions to cross-compile to aarch64 on Azure DevOps feel free to do it, I will...