Examples and projects

This chapter contains a table of existing projects utilizing UnityInjector and example projects created to provide basic mod templates.

Examples

Most of the examples that are based on this guide can be found on UmaiUmeUnion’s own GitHub. All examples contain a README, and all the source code is heavily commented.

Existing open-sourced projects

Here is a list of some open-sourced projects using UnityInjector.

Project Game Description and notes
SkillCommandShortCut CM3D2 A mod by neguse11 to provide shortcuts for different game functions.
MaidVoicePitch CM3D2 Another mod by neguse11. Uses PatcherHelper.cs to perform patching.
MaidFiddler CM3D2 A mod by denikson to allow in-game value editin. Uses Cecil.Inject to perform patching.
CM3D2.AddYotogiSlider.Plugin CM3D2 A plugin by CM3D2-01 to provide different cheats/additional features for yotogi actions.
CM3D2.CameraControlEx CM3D2 A plugin by usagirei that provides advanced camera controls for the game.