-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 610 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 610 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "com.gilzoide.back-button-stack",
"displayName": "Back Button Stack",
"version": "1.0.0",
"description": "Easily manage a stack of objects that respond to the ESC button / Android back button, so that only the top object handles it.",
"homepage": "https://github.com/gilzoide/unity-back-button-stack",
"license": "Unlicense",
"author": {
"name": "Gil Barbosa Reis"
},
"samples": [
{
"displayName": "Popup Stack",
"description": "Open a stack of popups and close them using the back button, respecting the stack.",
"path": "Samples~/PopupStack"
}
]
}