Module being reloaded does not support dynamic unloading?

Hey, I’m currently working on an editor plugin by using the “Editor toolbar button”. But every time I want to test changes to my new editor button I have to reload the whole editor to see the changes. This creates a pretty “choppy” development flow. Is there a solution to make the module support dynamic un/reload?

Any update on this?

I don’t believe plugins support hot-reloading… It’s a huge pain and I hate it.

There are a couple workarounds though… But you have to kind of change around your entire testing environment.

I was able to recompile Slate code that I was working on, and see the changes live… However when I wanted to implement, I had to reload the editor of course… Buuut for some of those ‘oh so slight’ Slate changes, not reloading the editor is pretty nice.

Here is the workaround method from youtube channel “Cronofear Softworks” that worked for me: