2.0.2 • Published 1 year ago

extensions.unity.notifications v2.0.2

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Unity Mobile Notifications Simplifier

npm openupm License Stand With Ukraine

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.

Config

How to use

Option - code

  • MobileNotifications.Send for sending notification right now.
  • MobileNotifications.Schedule for schedule notification in right moment.

Option - codeless

Add the NotificationSender component to any object in a scene or prefab. Call the function Send or Schedule using Button component for example.

Codeless usage

How to install - Option 1 (RECOMMENDED)

  • Install ODIN Inspector
  • Install OpenUPM-CLI
  • Open command line in Unity project folder
  • openupm --registry https://registry.npmjs.org add extensions.unity.notifications

How to install - Option 2

{
  "dependencies": {
    "extensions.unity.notifications": "2.0.0",
  },
  "scopedRegistries": [
    {
      "name": "Unity Extensions",
      "url": "https://registry.npmjs.org",
      "scopes": [
        "extensions.unity"
      ]
    },
    {
      "name": "NPM",
      "url": "https://registry.npmjs.org",
      "scopes": [
        "com.cysharp",
        "com.neuecc"
      ]
    }
  ]
}
2.0.2

1 year ago

1.1.0

2 years ago

2.0.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago