dsisco11 / SR_Plugin_Loader

A plugin loader for SlimeRancher
Apache License 2.0
2 stars 1 forks source link

Plugin manager window does not work #45

Closed dylanrenwick closed 5 years ago

dylanrenwick commented 7 years ago

Currently on the latest version of the game (v0.4.1) and using the latest build of the dev branch of SRPL, when you click the Plugins button, rather than seeing the functional plugin manager window, all that comes up is this: Plugin Manager In this state the mouse is also non-visible and presumed non-functional, and the only way out is to hit Escape, returning to the main menu.

So far by inserting SLog.Debug statements at various points, I've discovered that the issue isn't caused by the PluginManager failing to refresh the plugin list or the PluginManager's layout event not being called, however beyond this I don't know enough about how the current UI system works to be able to properly troubleshoot this issue.

Hopefully @dsisco11 will be able to find the time to look into this at some point.

dsisco11 commented 7 years ago

I'll look into this bud.