
Notifications for Unity
Mobile Notifications for your Unity Apps
Notifications for Unity:
Short: Collection of a Unity C# script (NotificationManager.cs) for Android (Play Store) and iOS (App Store) games that allows you to send custom notifications to the device at specified times.
Contents
Scripts: NotificationManager.cs
Docs: QuickStart.pdf
Features
Schedule notifications with title, message, hour (0–23) and minute (0–59)
Fully compatible with Android & iOS
Easy drag-and-drop integration into any Unity scene
Supports multiple notifications simultaneously
Lightweight and easy to customize
Quick Start Download: Download the Unity Mobile Notifications Package from the Package Manager. 2. Import: Drag NotificationManager.cs into your Unity Project (Editor → Assets → Import Package → Custom Package). 3. Use: Attach the script to a GameObject in your scene, then set your notifications: Title, Message, Hour (0–23), Minute (0–59).
Compatibility
Unity 2020.3 LTS or higher
Android & iOS
Tested on Android 11+, iOS 14+




















