Simple Note VR
Notification system to display plain text in VR for Unity engine
A simple notification system to display plain text in VR for Unity engine. Please go to the release page to download the package. Import the package into your own project, simply drag the "NotificationVR" prefab to the scene. Then, in your own script, call "SimpleNoteVR.Instance. Notify(string words, float lingertime)" to trigger plain text notifications.([lingertime is the duration that your notification will last for]). You can also choose to call "SimpleNoteVR.Instance.Notfiy_Hold(string...