Unity & Lua

A project to test Lua in Unity.
I can call C# functions I created using Lua script.
Start() Update() and OnGUI() functions are being called in those Unity functions!
This means everything that has to do with GUI like the GUIDrawButton function have to be called there.
Start is for initialization when the game starts like finding a object.

Watch the video here

Posted on 22-06-2012