Hi,

What I'm planning on doing is writing the main code in C# then for things like AI behaviour I was going to use Lite-C as the scripting language to save me from recompiling every time I tweak the behavioural script. This is how I've done it in the past but with LUA or something similar.

What method do you use for calling managed functions from within Lite-C?

Yeah I've looked at the examples on your site, they were very informative. I would like to extend my gratitude to you for creating this wrapper it is very useful.