Ready to use Android and iOS mobile notification solution based on official Unity Mobile Notifications package. Build on top of Unity Mobile Notifications package. Supported codeless usage if needed but not required.
MobileNotifications.Send
for sending notification right now.MobileNotifications.Schedule
for schedule notification in right moment.
Add the NotificationSender component to any object in a scene or prefab. Call the function Send
or Schedule
using Button component for example.
- Install ODIN Inspector
- Install OpenUPM-CLI
- Open command line in Unity project folder
openupm add extensions.unity.notifications
- Install ODIN Inspector
- Add this code to
/Packages/manifest.json
{
"dependencies": {
"extensions.unity.notifications": "2.0.2",
},
"scopedRegistries": [
{
"name": "package.openupm.com",
"url": "https://package.openupm.com",
"scopes": [
"extensions.unity"
"com.cysharp",
"com.neuecc"
]
}
]
}