We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8476ec4 commit c31006bCopy full SHA for c31006b
README.md
@@ -15,7 +15,13 @@ Add the NotificationSender component to any object in a scene or prefab. Call th
15
16

17
18
-# How to install
+# How to install - Option 1 (RECOMMENDED)
19
+- Install [ODIN Inspector](https://odininspector.com/)
20
+- [Install OpenUPM-CLI](https://github.com/openupm/openupm-cli#installation)
21
+- Open command line in Unity project folder
22
+- `openupm --registry https://registry.npmjs.org add extensions.unity.notifications`
23
+
24
+# How to install - Option 2
25
- Install [ODIN Inspector](https://odininspector.com/)
26
- Add this code to <code>/Packages/manifest.json</code>
27
```json
0 commit comments