Open Issues Need Help
View All on GitHubAI Summary: The user is experiencing a game crash after loading UnityExplorer (a Unity game modding tool) using BepInEx. The log shows a `TypeLoadException` within UniverseLib, a dependency of UnityExplorer, related to UnityEngine.UIElements. The task is to debug this exception, likely by investigating the incompatibility between UniverseLib's type caching and the game's Unity version (Unity 6), potentially requiring modification of UniverseLib or UnityExplorer's configuration to resolve the type conflict.
An in-game UI for exploring, debugging and modifying IL2CPP and Mono Unity games.
AI Summary: The user is experiencing a crash in the game Bapbap when using UnityExplorer with MelonLoader (IL2CPP). The error message indicates a problem with accessing the `Canvas.get_renderingDisplaySize` property. The task is to debug this crash, identify the root cause (likely a conflict or incompatibility between UnityExplorer, MelonLoader, and the game's implementation of Canvas), and provide a solution or workaround. This may involve examining the UnityExplorer code, the game's code (if accessible), or MelonLoader's interaction with IL2CPP.
An in-game UI for exploring, debugging and modifying IL2CPP and Mono Unity games.
AI Summary: Implement UI scaling options within the UnityExplorer in-game UI. This involves adding a new configuration option (e.g., "UIScale" or similar) to the existing config file (BepInEx, MelonLoader, or Standalone) and modifying the UI code to dynamically adjust its size based on this setting. The scaling should ideally be smooth and responsive, and handle different resolutions gracefully.
An in-game UI for exploring, debugging and modifying IL2CPP and Mono Unity games.
AI Summary: The user is experiencing a crash with UnityExplorer in Cubemen 2, a Unity 4.2.2f1 game using BepInEx 6.x and Mono. The log indicates a `TypeLoadException` during UnityExplorer's initialization. The task is to debug this exception, identify the root cause (likely a missing dependency or incompatibility with the game's version or environment), and provide a solution or workaround to allow UnityExplorer to load correctly in the specified game.
An in-game UI for exploring, debugging and modifying IL2CPP and Mono Unity games.