Eusth/IPA

Works Only on Older Games (Tested Version: 3.4.1)

Opened this issue · 0 comments

I managed to use IPA in an old game named "Redrunner" (https://github.com/BayatGames/RedRunner). This was built on Unity 2017.X.

However, as for games and VR apps built using later versions of Unity, the tool does not seem to work. It got a bunch of errors at first, which I managed to solve using try/catch blocks for the line:

_Module.Write(_File.FullName);

in files patcher.cs and virtualizer.cs.

After this, the injection went through without any errors.
BUT, the console showing that is supposed to show up with the --verbose flag, simply wouldn't show up, no matter what I try. It works fine for Redrunner, btw.