Skip to content

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

@Shohan29531

Description

@Shohan29531

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions