Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/staggartcreations/UnitySceneViewNotification
https://github.com/staggartcreations/UnitySceneViewNotification
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/staggartcreations/UnitySceneViewNotification
- Owner: staggartcreations
- License: mit
- Created: 2020-03-06T08:55:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T14:05:01.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T13:14:44.316Z (6 months ago)
- Language: C#
- Size: 7.81 KB
- Stars: 85
- Watchers: 1
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity3d - UnitySceneViewNotification - Notification log for Unity's scene view. (Open Source Repositories / Editor)
README
# 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](https://i.imgur.com/khUofTA.gif "")
Under `Edit->Preferences` you can configure the maximum lifetime of a message, and the time it takes to fade one out.
![alt text](https://i.imgur.com/0UGSaM3.png "")
License
-------MIT License (see [LICENSE](LICENSE.md))