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.
forked from KeyDevLol/Unity-Mod-System
-
Notifications
You must be signed in to change notification settings - Fork 0
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.
License
CyberSys/Unity-Mod-System
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
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.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C# 99.6%
- Lua 0.4%