sinai-dev / UnityExplorer

An in-game UI for exploring, debugging and modifying IL2CPP and Mono Unity games.
GNU General Public License v3.0
2.33k stars 355 forks source link

Mouse double clicking in risk of rain 2 #51

Closed xoxfaby closed 3 years ago

xoxfaby commented 3 years ago
xoxfaby commented 3 years ago

Ah, looks like it's the BepInEx version. Unfortunately that version is the one most modders are stuck with for RoR2 right now. If there is no way to make it work with that one, just close this issue.

sinai-dev commented 3 years ago

Hmm weird I thought I fixed these issues ages ago. Does it only happen with bepinex 3.3.3 or are other versions affected too?

sinai-dev commented 3 years ago

Ah found the issue, it's because RoR2 uses an old version of BepInEx (and therefore HarmonyX), and the method signature changed in a breaking way, preventing our Cursor patches from being set up. (edit: or maybe just due to the specific RoR2 build in general, not sure).

Seems to be fixed for me in 3.3.4.

xoxfaby commented 3 years ago

Nice. Thank you so much! I would consider uploading this to http://thunderstore.io/ which is the main hub for RoR2 modding ( and also some other unity games ), I think this would be very useful to a lot of modders so it would be great to get more visibility on it. If you don't wanna bother I'd upload it there myself with your permission cause I think it's a really good tool.

sinai-dev commented 3 years ago

Glad to hear its working! Yeah I've thought about putting it on Thunderstore but the only issue is that the store doesn't support multiple releases of the same version (ie, one for Il2Cpp/Mono), so I think I'll wait for that before I add it. Pretty sure Mythic said they are working on that for BepInEx anyway.

xoxfaby commented 3 years ago

Well I think for this it would be fine since you only ever need to target the same BepInEx version as the one that's on thunderstore