I'm trying to add Hover sound to pause and options menu but it doesn't work well.  The sound seems to be late and sometimes it doesn't work when it hovers over text. It's somehow random. Click sound works fine. Is there any way to fix this? I can do without this in the game but it would be nice effect to have.. 
Unity 5.6.1f1   AC 1.56g                
                             
        
Comments
if (menu.CanCurrentlyKeyboardControl () && lastElementIdentifier == "")
{
// Bypass when auto-selected
}
else
{
KickStarter.sceneSettings.PlayDefaultSound (menu.elements[j].hoverSound, false);
}
And replace with:
KickStarter.sceneSettings.PlayDefaultSound (menu.elements[j].hoverSound, false);