InjectFix
InjectFix copied to clipboard
PatchManager.Load 自定义dll的补丁文件报错
问题一:PatchManager.Load 自定义dll的补丁文件报下面这个错误
System.Exception: instruction magic not match, expect 3067433598421528260, but got 7886488245619157350
at IFix.Core.PatchManager.Load (System.IO.Stream stream, System.Boolean checkNew) [0x00088] in <62e457888a3e49519ce82b221a539c74>:0
at InjectFixManager.TryLoadAndPatchFixFile () [0x00072] in
问题二:改了IFixEditor的代码,直接注入Assets/Plugin下面的dll,可以这么操作么?
第一个问题是因为不小心把meta文件当补丁给load了,请无视,,,