-
Question:is that support xxx.getClass?
in unity code like
gameObject:GetComponent().position=new Vector3(1,1,1);
instead of
gameObject:GetComponent("Transform")
-
As it seems, privates can be read from. The [assertion](https://github.com/d-led/BusinessLogicScripting/commit/b19b963c501e6ce9a0d2c897e44c7a5612fe1845#diff-5407e669f130ef7addc5187036551656R99) fails:…
d-led updated
10 years ago
-
Hello everyone
I using NLua with unity3d on pc, everything is ok! But when I turn to Android, I got an error :
Internal compiler error. See the console log for more information. output was:
Unhandl…
-
Hey!
So lots of the issues here are talking about Unity3D, I've just set up NLua/KopiLua in Unity and it's running great!
One issue I've run into is the fact that objects created with an import_type…
-
Everything seemed to work, I could clone the repository and all that - but when compiling it I got that the type or namespacename 'op_delegate' could not be found:
Das Projekt "G:\projects\NLua\NLua\…
-
http://stackoverflow.com/questions/18136812/c-sharp-luainterface-class-operators
-
Hi,
I'm using KeraLua + NLua on windows and linux.
KeraLua/NLua Unit tests pass on windows, but only KeraLua Unit tests pass on Ubuntu.
I tried to run NLua-master/run_all.linux.sh on Ubuntu and got a…
-
I find DynamicLua in NuGet, all of it's features are just what I want. Great work, nrother! Thanks for it!
Now, let me just post my problem below:
I was developing my new application on mono framewo…
-
Just got this crash some time after I killed "HarvGuard1":
```
Red Alert Mod at Version playtest-20140602
Operating System: Windows (Microsoft Windows NT 6.2.9200.0)
Runtime Version: .NET CLR 4.0.303…
-
I am using .NET 4.0 VS2010 c# winforms and created a GUI that accepts a lua file and executes it. I am using debug hook to show the line currently executing as well as to provide ability to Pause/Resu…