An open API service indexing awesome lists of open source software.

https://github.com/keydevlol/unity-mod-system

Here are 2 ways to implement a mod system on Unity. The first method works based on compiling dll files from mod scripts and then loading them into Unity, and the second method works based on the MoonSharp library for working with Lua files.
https://github.com/keydevlol/unity-mod-system

Last synced: 8 months ago
JSON representation

Here are 2 ways to implement a mod system on Unity. The first method works based on compiling dll files from mod scripts and then loading them into Unity, and the second method works based on the MoonSharp library for working with Lua files.

Awesome Lists containing this project

README

          

Here are 2 ways to implement a mod system on Unity.
The first method works based on compiling dll files
from mod scripts and then loading them into Unity,
and the second method works based on the MoonSharp
library for working with Lua files.