-
-
Notifications
You must be signed in to change notification settings - Fork 90
/
package.json
29 lines (29 loc) · 863 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "com.e7.notch-solution",
"author": "Exceed7 Experiments",
"displayName": "Notch Solution",
"version": "2.0.1",
"unity": "2019.4",
"keywords": [
"ui",
"ugui",
"mobile",
"user interface",
"responsive",
"notch",
"cutout",
"cutouts",
"safe area",
"padding",
"hole",
"punch hole"
],
"description": "Runtime components and design tools to solve notched/cutout phones layout problems.",
"samples": [
{
"displayName": "Debug Scene",
"description": "A scene displaying safe area and cutouts, device's information, and some basic Notch Solution component doing work. You can build this scene to a real device to check runtime behaviour.",
"path": "Samples~/DebugScene"
}
]
}