Simple Note VR
Notification system to display plain text in VR for Unity engine
...([lingertime is the duration that your notification 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 players a loading process is ongoing/finished.