After uploading my plugin for more than two times, I realised that the plugins stop updating. Only the plugin main script is updated while it’s children is not updated. When this bug happens, I also notice that the Update button for my plugins in Plugin Manager also disappears until I close Studio a few times. I have attempted selecting the script’s children along with the script but the same bug occurs. Is there a Plugin Update limit I am unaware of or is this a bug? Is there any relation with this and UI Editor breaking plugin GUIs?
I have not had the same experience with my plugins… In fact, I almost never update the main script. I change all sorts of module scripts that are children of the main one.
This definitely seems unexpected. @ZacBytes could this maybe be platform dependent? Or what PVInstance structure does your plugin have?
I just tested my plugin script while playing the game and in output, it’s still printing something before I updated the script. I’m going to try switching places, maybe it’s because I am storing like 10 plugin scripts here at the same time.
I’ve had output and other issues similar to that if I don’t close and re-open my place after updating. It’s because when you update but don’t restart all your plugins, that original plugin’s script is still executing.
Are you sure you’re refreshing the plugin management page? It is just a simple webview, and I don’t believe that there is any client-side script to update in real-time.