uLua is a Lua API framework for Unity. It aims to streamline the development of an API for your Unity Project using Lua.
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 your game at runtime.
uLua implements the following features:
Check out the moddable paddle game made with uLua!