InjectFix
InjectFix copied to clipboard
InjectFix is a hot-fix solution library for Unity
Results
142
InjectFix issues
Sort by
recently updated
recently updated
newest added
We plan to distribute the iOS app using IL2CPP, and I would like to know if the inject fix solution can be used in this case.
This PR fixes #149 . ``` csharp event Action iFix; [IFix.Patch] public void Test() { Action bug = () => Debug.Log("Full of bugs"); iFix += bug; } ``` Expect: Nothing...