Adding Yotan Mod Core to Unity project
Yotan Mod Core is a modding framework for Mad Island, it enables you to do several things on the game without needing to dig through the code.
Note
This guide is only explaining how to set it up to your Unity project. Once you start using it, any mod you create MUST depend on YotanModCore or it won't work.
Pre requirements
- A minimal unity project as in Minimal Unity project
- Yotan Mod Core from Github
Installing
- Download Yotan Mod Core from Github
- Extract it somewhere
- Drag and drop the
YotanModCore.dllfile into your unity project Plugins folder
It should recompile your scripts and work just fine
Updating
Warning
DON'T drag and drop the YotanModCore.dll file, it will cause issues.
If a new version of Yotan Mod Core is released, you should update your plugin as follows:
- Download the new version from Github
- On Windows File Explorer, open your Unity Project and go to
Assets/Pluginsfolder - Copy your newly dowloaded
YotanModCore.dllinto it, and accept replacing the old one - Go back to Unity and it should recompile and work in the new version
Next steps
Now that you have Yotan Mod Core installed, you can start creating mods!
Check the side bar for more things you can do with Yotan Mod Core.