Notification log for Unity's scene view.
Call the static function SceneViewNotification.Add(string text, NotificationType type)
from an editor script to display a message. NotificationType
can be Info, Warning, Error
.
Under Edit->Preferences
you can configure the maximum lifetime of a message, and the time it takes to fade one out.
MIT License (see LICENSE)