Open chyzman opened 1 day ago
Looks like the game uses il2cpp and necessary constructors got stripped out. You could probably make it work in that specific game by changing the constructor calls seen in the stack trace to a different one and compiling your own build. What you need to change it to depends on that specific game, check interop assemblies for what is available.
interop assemblies? (sorry if this is an obvious question)
I'm having issues trying to dump and then modify textures
and
Game uses Unity 2022.3.20f1c1 and I'm using BepInEx 6.0.0-be.697 It doesn't dump anything so i tried generating a hash for the replacements manually and those don't work either