Luny Docs

Program Unity in Lua

Back to Index

What is a Lua Context?

A Lua Context is a ScriptableObject asset through which you can configure the Lua State. Luny creates all Lua states through a Lua Context.

Some elements you can configure in a context:

For the time being, Luny offers three built-in contexts:

This will certainly be made more flexible in the future. Please make requests and state your use-cases so I can best accomodate them.

Back to Index