Marioalexsan-AtlyssLua icon

AtlyssLua

Provides Lua scripting via Lua-CSharp.

Last updated 3 weeks ago
Total downloads 7912
Total rating 0 
Categories Libraries Misc
Dependency string Marioalexsan-AtlyssLua-0.1.0
Dependants 4 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

LuaCSharp

This is a barebones wrapper mod that simply provides Lua scripting via a fork of Lua-CSharp.

It's primarily intended to be used as a dependency for ModAudio.

You can use it as part of your own code mods, but keep in mind that this package provides only the runtime assembly. To use Lua-CSharp's source generator, you will need to fork the repository and reference the generator in your project.

This package was built from commit 053738b3b.

Licensing

Both the upstream Lua-CSharp repository and the fork version used in this package are licensed under the MIT license.