staggartcreations / UnitySceneViewNotification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scene view notification

Notification log for Unity's scene view.

Instructions

Call the static function SceneViewNotification.Add(string text, NotificationType type) from an editor script to display a message. NotificationType can be Info, Warning, Error.

alt text

Under Edit->Preferences you can configure the maximum lifetime of a message, and the time it takes to fade one out.

alt text

License

MIT License (see LICENSE)

About

License:MIT License


Languages

Language:C# 100.0%