https://github.com/Tencent/InjectFix
InjectFix is a hot-fix solution library for Unity
https://github.com/Tencent/InjectFix
csharp hot-fix hotfix unity
Last synced: 19 days ago
JSON representation
InjectFix is a hot-fix solution library for Unity
- Host: GitHub
- URL: https://github.com/Tencent/InjectFix
- Owner: Tencent
- License: other
- Created: 2019-09-05T08:40:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T08:45:51.000Z (9 months ago)
- Last Synced: 2024-10-29T15:17:31.692Z (7 months ago)
- Topics: csharp, hot-fix, hotfix, unity
- Language: C#
- Homepage:
- Size: 2.65 MB
- Stars: 1,968
- Watchers: 83
- Forks: 418
- Open Issues: 169
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/Tencent/InjectFix/blob/master/LICENSE)
[](https://github.com/Tencent/InjectFix/pulls)
[](https://travis-ci.org/Tencent/InjectFix)[(English Documents Available)](README_en.md)
## Unity代码逻辑热修复
可用于Unity业务的bug修复,支持Unity全系列,全平台。
## 几个亮点
* 直接在Unity工程上修改C#即可更新
* 老项目无需修改原有代码即可使用
* 每个游戏一份私有补丁格式,安全更有保障## 安装
### 编译
* Window下打开源码包的Source\VSProj\build_for_unity.bat,UNITY_HOME变量的值修改为指向本机unity安装目录
* 运行build_for_unity.bat### 复制
[这里](./Source/UnityProj/)对应的是一个Unity工程目录
* IFixToolKit拷贝到Unity项目的Assets同级目录
* Assets/IFix,Assets/Plugins拷贝到Unity项目的Assets下## 文档
* [快速入门](./Doc/quick_start.md)
* [使用手册](./Doc/user_manual.md)
* [FAQ](./Doc/faq.md)## 技术支持
请通过[issue](https://github.com/Tencent/InjectFix/issues)来咨询及反馈问题,便于后续跟踪及检索。