github.com/Triscuit2311/Unity-Mono-Injection-Template ↗
Mono Injection template with some basic unity functions.
Open this visualization on its own page →
Contributors
2
Lines of Code
106
From
2021-07-16
To
2021-12-20
About Triscuit2311/Unity-Mono-Injection-Template
This repository provides a template library for creating mods that extend Unity games through mono injection. The project serves as a foundation for developers who want to inject code into running Unity applications that use the mono .NET runtime, allowing them to modify or enhance game functionality at runtime. It includes basic Unity functions to support common modding tasks.
The code is written in C# and released under the MIT License with no warranty. While the repository itself doesn't cover how mono injection works in detail, it's designed for developers who already understand injection techniques and need a structured starting point for their modding projects. This makes it a resource primarily for experienced modders and game developers interested in creating Unity game modifications.