Menu

Tree [80b8a7] master /
 History

HTTPS access


File Date Author Commit
 .github 2021-10-15 NatanM NatanM [2bcf45] Update FUNDING.yml
 ModSample.AutoLoader 2021-10-17 NatanM NatanM [da9191] Changed from class to interface
 UnityModLoader.Injection 2021-10-16 NatanM NatanM [ca148e] Minor changes
 UnityModLoader.Library 2021-10-17 NatanM NatanM [93597a] Bug fixes
 UnityModLoader.Manager 2021-10-17 NatanM NatanM [93597a] Bug fixes
 .gitattributes 2021-10-14 NatanM NatanM [5acdb0] Adicionar .gitignore e .gitattributes.
 .gitignore 2021-10-14 NatanM NatanM [5acdb0] Adicionar .gitignore e .gitattributes.
 README.md 2021-10-19 NatanM NatanM [80b8a7] Update README.md
 UnityModLoader.sln 2021-10-15 NatanM NatanM [7f7d5a] Minor changes
 UnityModLoader.zip 2021-10-17 NatanM NatanM [5332bc] Last working build
 build.bat 2021-10-16 NatanM NatanM [b42dce] Created build.bat

Read Me

UnityModLoader

This tool allows you to load mods into unity games

Install

  • Move the UnityModLoader dll files to the game folder
  • Move the UnityModLoader.Manager.exe to the game folder

Add Mods

  • Move mod files to the "Mods" folder
  • Move dependencies to the "Dependencies" folder

Mods Creation

  • Create a new Class Library project
  • Import the Assembly-CSharp.dll file
  • Create a public class and inherit IUnityMod
  • Check ModSample.AutoLoader
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.