We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6444327 commit 018a392Copy full SHA for 018a392
2 files changed
Packages/com.github.asus4.nativedialog/package.json
@@ -18,5 +18,8 @@
18
"author": {
19
"name": "Koki Ibukuro",
20
"url": "https://github.com/asus4"
21
+ },
22
+ "dependencies": {
23
+ "com.unity.modules.androidjni": "1.0.0"
24
}
25
Packages/packages-lock.json
@@ -4,7 +4,9 @@
4
"version": "file:com.github.asus4.nativedialog",
5
"depth": 0,
6
"source": "embedded",
7
- "dependencies": {}
8
9
+ }
10
},
11
"com.unity.ext.nunit": {
12
"version": "1.0.6",
@@ -42,6 +44,12 @@
42
44
"com.unity.modules.imgui": "1.0.0"
43
45
46
47
+ "com.unity.modules.androidjni": {
48
+ "version": "1.0.0",
49
+ "depth": 1,
50
+ "source": "builtin",
51
+ "dependencies": {}
52
53
"com.unity.modules.imgui": {
54
"version": "1.0.0",
55
"depth": 1,
0 commit comments