Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Works Only on Older Games (Tested Version: 3.4.1) #19

Open
Shohan29531 opened this issue May 31, 2023 · 0 comments
Open

Works Only on Older Games (Tested Version: 3.4.1) #19

Shohan29531 opened this issue May 31, 2023 · 0 comments

Comments

@Shohan29531
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant