Vytek / Simple_Note_VR

A simple notification system to display plain text in VR for Unity engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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 and, in your own script call "NotificationVR.Instance.Notfiy([string])" to trigger plain text notifications.

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

License

This project is under a MIT license which allows for third party modification and expansion.

About

A simple notification system to display plain text in VR for Unity engine


Languages

Language:C# 65.5%Language:ShaderLab 34.5%