ManlyMarco / RuntimeUnityEditor

In-game inspector and debugging tools for applications made with Unity3D game engine
GNU General Public License v3.0
810 stars 99 forks source link

Issue with BepInEx load not working on 5.4.21 #83

Closed Arales03482 closed 2 months ago

Arales03482 commented 2 months ago

The plugin just doesnt load on newer versions of BepInEx like 5.4.21 and unity just does not get the chance to call the Start method for plugin init I think a change to the init method from Start to Awake would fix issue

Update: Might be due to HideManagerGameObject setting in the BepInEx config and setting it to true got it to load