You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: