
uLua is a scripting framework which enables the development of a Lua API for your Unity project. Users, as well as developers, may use this API to add content to your project by writing Lua scripts.
uLua is a scripting framework which enables the development of a Lua API for your Unity project. Users, as well as developers, may use this API to add content to your project by writing Lua scripts.
uLua wraps around MoonSharp and provides an object oriented Lua Modding framework.
It works by setting up an application-wide Lua context and exposing game objects to it.
Objects exposed to the Lua context can then be accessed in Lua scripts, allowing users to interact with Unity Engine at runtime.
uLua includes the following features: