Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diglungdig/Simple_Note_VR
A simple notification system to display plain text in VR for Unity engine
https://github.com/diglungdig/Simple_Note_VR
3d game game-dev game-development game-engine gamedev htc-vive notification notifications oculus oculus-rift tiltbrush unity unity3d utility virtual-reality vive vr
Last synced: about 2 months ago
JSON representation
A simple notification system to display plain text in VR for Unity engine
- Host: GitHub
- URL: https://github.com/diglungdig/Simple_Note_VR
- Owner: diglungdig
- Created: 2017-11-14T22:58:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T04:09:18.000Z (over 6 years ago)
- Last Synced: 2024-08-04T03:02:13.654Z (5 months ago)
- Topics: 3d, game, game-dev, game-development, game-engine, gamedev, htc-vive, notification, notifications, oculus, oculus-rift, tiltbrush, unity, unity3d, utility, virtual-reality, vive, vr
- Language: C#
- Homepage:
- Size: 2.01 MB
- Stars: 17
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- vr-resources - A simple notification system to display plain text in VR for Unity engine
README
# Simple Note VR
> A simple notification system to display plain text in VR for Unity engine(that looks like Tilt Brush's way of doing it :D)![Simple Note VR](https://github.com/diglungdig/SimpleNoteVR/blob/master/Screenshots/readmeGif.gif)
## How to use
Please go to the release page to download the package.
Import the package into your own proejct, simply drag the "NotificationVR" prefab to the scene.
Then, in your own script, call "SimpleNoteVR.Instance.Notfiy(string words, float lingertime)" to trigger plain text notifications.([lingertime is the duration that your notifcation will last for])
You can also choose to call "SimpleNoteVR.Instance.Notfiy_Hold(string words)". This function will instead keep the notification in place until you call "SimpleNoteVR.Instance.Notfiy_Release" to release it.
Notify_Hold/Notify_Release functions might be useful in cases like notifying player a loading process is ongoing/finished.Features:
1. UI overlay shaders making sure the notifications always stay on top of everything
2. Changable text and background color
3. Changable text font
4. Changable sprite background## License
This project is under a MIT license which allows for third party modification and expansion.