Hi! I have a bad habit of getting distracted when Unity reloads scripts because it takes so long. So I end up changing tabs, doing something else while I wait, and not knowing when Unity is actually finished reloading the scripts. So I would love to figure out a way to get Unity to grab my attention when it’s done either by playing a sound or by making the windows tab turn orange like this:

Anything that will grab my attention without having to have the window open.
I have discovered the DidReloadScripts attribute which has allowed me to run a method when the scripts are reloaded. Does anyone know how to play a sound from the Editor? Ideally have it work even when “Mute Audio” is on in the Game panel.