Skip to content

Commit cb6ea9c

Browse files
authored
build: add dependencies (#1)
1 parent 166f3b5 commit cb6ea9c

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed

Packages/manifest.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"dependencies": {
3+
"com.aarthificial.safekeeper": "https://github.com/aarthificial/safekeeper.git",
4+
"com.aarthificial.typewriter": "https://github.com/aarthificial/typewriter.git",
35
"com.unity.collab-proxy": "2.0.4",
46
"com.unity.ide.rider": "3.0.21",
57
"com.unity.ide.visualstudio": "2.0.18",
68
"com.unity.ide.vscode": "1.2.5",
9+
"com.unity.inputsystem": "1.5.1",
10+
"com.unity.localization": "1.3.2",
711
"com.unity.render-pipelines.universal": "12.1.11",
812
"com.unity.test-framework": "1.1.33",
913
"com.unity.textmeshpro": "3.0.6",

Packages/packages-lock.json

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
{
22
"dependencies": {
3+
"com.aarthificial.safekeeper": {
4+
"version": "https://github.com/aarthificial/safekeeper.git",
5+
"depth": 0,
6+
"source": "git",
7+
"dependencies": {},
8+
"hash": "664dc43d9dab1a16cabaeca22d0cdfee9b69bc42"
9+
},
10+
"com.aarthificial.typewriter": {
11+
"version": "https://github.com/aarthificial/typewriter.git",
12+
"depth": 0,
13+
"source": "git",
14+
"dependencies": {},
15+
"hash": "c3971ebcc53594cadbbc7c448b89cfd6872894b8"
16+
},
17+
"com.unity.addressables": {
18+
"version": "1.19.19",
19+
"depth": 1,
20+
"source": "registry",
21+
"dependencies": {
22+
"com.unity.scriptablebuildpipeline": "1.19.6",
23+
"com.unity.modules.assetbundle": "1.0.0",
24+
"com.unity.modules.imageconversion": "1.0.0",
25+
"com.unity.modules.jsonserialize": "1.0.0",
26+
"com.unity.modules.unitywebrequest": "1.0.0",
27+
"com.unity.modules.unitywebrequestassetbundle": "1.0.0"
28+
},
29+
"url": "https://packages.unity.com"
30+
},
331
"com.unity.burst": {
432
"version": "1.8.4",
533
"depth": 1,
@@ -48,13 +76,39 @@
4876
"dependencies": {},
4977
"url": "https://packages.unity.com"
5078
},
79+
"com.unity.inputsystem": {
80+
"version": "1.5.1",
81+
"depth": 0,
82+
"source": "registry",
83+
"dependencies": {
84+
"com.unity.modules.uielements": "1.0.0"
85+
},
86+
"url": "https://packages.unity.com"
87+
},
88+
"com.unity.localization": {
89+
"version": "1.3.2",
90+
"depth": 0,
91+
"source": "registry",
92+
"dependencies": {
93+
"com.unity.addressables": "1.19.19",
94+
"com.unity.nuget.newtonsoft-json": "2.0.2"
95+
},
96+
"url": "https://packages.unity.com"
97+
},
5198
"com.unity.mathematics": {
5299
"version": "1.2.6",
53100
"depth": 1,
54101
"source": "registry",
55102
"dependencies": {},
56103
"url": "https://packages.unity.com"
57104
},
105+
"com.unity.nuget.newtonsoft-json": {
106+
"version": "3.2.0",
107+
"depth": 1,
108+
"source": "registry",
109+
"dependencies": {},
110+
"url": "https://packages.unity.com"
111+
},
58112
"com.unity.render-pipelines.core": {
59113
"version": "12.1.11",
60114
"depth": 1,
@@ -76,6 +130,13 @@
76130
"com.unity.shadergraph": "12.1.11"
77131
}
78132
},
133+
"com.unity.scriptablebuildpipeline": {
134+
"version": "1.20.1",
135+
"depth": 2,
136+
"source": "registry",
137+
"dependencies": {},
138+
"url": "https://packages.unity.com"
139+
},
79140
"com.unity.searcher": {
80141
"version": "4.9.1",
81142
"depth": 2,

0 commit comments

Comments
 (0)