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
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