VR Notifications [Free Unity3D Package]

Here is a simple, easy-to-use Notification System for your wonderful VR project.

🛠️ GitHub https://github.com/Volorf/VR-Notifications

Initially, I developed this package for VR Boxel Editor.

It's super easy to install: just add it via "Add package from git URL".

To send a notification, I love binding "SendMessage" to UnityEvents to make it decoupled as much as possible. But, since "Notification Manager" is "Singleton", you can call its methods without having a direct reference to the object.

All main settings are in a Scriptable Object Asset called "Notification Settings". Here you can adjust your notification's animation, style, positioning, and timing. It can be done globally with the assets or passing setting when you call the methods.

It is super handy to have multiple data assets when you tweak values a lot during the design iterations. You don't need to recompile the script each time you make changes.

Oleg Frolov
Experiment with Interaction Design. Explore AR/VR.

More by Oleg Frolov

View profile