IPA icon indicating copy to clipboard operation
IPA copied to clipboard

Works Only on Older Games (Tested Version: 3.4.1)

Open Shohan29531 opened this issue 2 years ago • 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.

Shohan29531 avatar May 31 '23 21:05 Shohan29531