-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 791 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "com.gamelovers.mobileservices",
"displayName": "Mobile Services",
"author": "Miguel Tomas",
"version": "1.2.0",
"unity": "6000.0",
"license": "MIT",
"description": "Mobile platform services: local notifications, native UI, haptics, permissions, ATT, deep links, gestures, device helpers, and build/simulator tooling.",
"type": "library",
"dependencies": {
"com.unity.mobile.notifications": "2.3.0",
"com.unity.inputsystem": "1.11.0"
},
"samples": [
{
"displayName": "Mobile Services Samples",
"description": "One four-scene Mobile Services sample player: Overview, Haptics, Notifications, and Links, with shared navigation and sample-local Build All / Restore All tooling.",
"path": "Samples~/MobileServicesSamples"
}
]
}