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.
登录后发表评论