editor2-issues
editor2-issues copied to clipboard
Play a sound when a bundle finishes successfully or fails (and make it optional)
This is sort of possible to do with editor scripts but because of how they work and the dependencies it requires it is more of a pain than it's worth (doing it this way).
With the editor extensions you should be able to create this behaviour?
I have tried. It does not work very well because of the way processes happen with editor extensions. For example, if a sound is still playing, the editor is non responsive until it finishes, which is more annoying than it is worth. It is also not easy to make portable. Maybe someone smarter needs to be the one to make it.