sinai-dev / UnityExplorer

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

Exception on startup in Cozy Grove #53

Closed gibbed closed 3 years ago

gibbed commented 3 years ago

https://github.com/sinai-dev/UnityExplorer/blob/3628f3db31cf05f3c95e770ed725d98fc9148d89/src/Core/Input/InputSystem.cs#L171

Don't know enough about MelonLoader internals to know what the heck is happening here. Possibly asset needs an explicit cast to the assetType type?

sinai-dev commented 3 years ago

Hmm true, I only tested it on Mono, I probably do need to cast that there. Hopefully can fix this shortly.

sinai-dev commented 3 years ago

Fixed, thanks for the report https://github.com/sinai-dev/UnityExplorer/releases/tag/3.3.11