Triscuit2311/Unity-Mono-Injection-Template ↗
Created Aug 25, 2022 · View the Triscuit2311/Unity-Mono-Injection-Template repository page
Mono Injection template with some basic unity functions.
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
2
Lines of Code
106
From
Jul 16, 2021
To
Dec 20, 2021
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.