Replacing a method call via reflection in C# does not work in a Unity environment
In Unity6 (6000.0.7f1), I’ve tried to redirect a method call to my own method using the MethodRedirect extension method from this GitHub repo.
In Unity6 (6000.0.7f1), I’ve tried to redirect a method call to my own method using the MethodRedirect extension method from this GitHub repo.