Skip to content
InjectFix is a hot-fix solution library for Unity
C# Other
  1. C# 98.8%
  2. Other 1.2%
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Doc 修改文本编码,避免在其他平台显示乱码问题 (#28) Oct 11, 2019
Pic Initial commit Sep 6, 2019
Source 解决 Unity版本不兼容 而出现的Ldelem_Any指令的问题 #fix #131 (#143) Jun 5, 2020
.travis.yml 可读性优化 Sep 10, 2019
LICENSE Initial commit Sep 6, 2019
README.md 技术支持 Sep 11, 2019
README_en.md 修改travis脚本,并在Readme附上build状态图标 Sep 10, 2019

README.md

Logo

license PRs Welcome Build status

(English Documents Available)

Unity代码逻辑热修复

可用于Unity业务的bug修复,支持Unity全系列,全平台。

几个亮点

  • 直接在Unity工程上修改C#即可更新
  • 老项目无需修改原有代码即可使用
  • 每个游戏一份私有补丁格式,安全更有保障

安装

编译

  • Window下打开源码包的Source\VSProj\build_for_unity.bat,UNITY_HOME变量的值修改为指向本机unity安装目录
  • 运行build_for_unity.bat

复制

这里对应的是一个Unity工程目录

  • IFixToolKit拷贝到Unity项目的Assets同级目录
  • Assets/IFix,Assets/Plugins拷贝到Unity项目的Assets下

快速入门

如何使用?

技术支持

请通过issue来咨询及反馈问题,便于后续跟踪及检索。

You can’t perform that action at this time.