Skip to content

Commit c17283d

Browse files
committed
app - quick unity build workaround using statically placed mempack packages
1 parent 4d8861d commit c17283d

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

src/App/Client/Packages/manifest.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"dependencies": {
3+
"org.nuget.memorypack.core": "https://github.com/nick-dodonov/unitynuget-static.git?path=packages/org.nuget.memorypack.core",
4+
"org.nuget.memorypack.generator": "https://github.com/nick-dodonov/unitynuget-static.git?path=packages/org.nuget.memorypack.generator",
35
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.5.10",
46
"com.unity.ide.rider": "3.0.36",
57
"com.unity.inputsystem": "1.14.0",

src/App/Client/Packages/packages-lock.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -122,21 +122,21 @@
122122
}
123123
},
124124
"org.nuget.memorypack.core": {
125-
"version": "1.21.4",
126-
"depth": 1,
127-
"source": "registry",
125+
"version": "https://github.com/nick-dodonov/unitynuget-static.git?path=packages/org.nuget.memorypack.core",
126+
"depth": 0,
127+
"source": "git",
128128
"dependencies": {
129129
"org.nuget.system.collections.immutable": "6.0.0",
130130
"org.nuget.system.runtime.compilerservices.unsafe": "6.0.0"
131131
},
132-
"url": "https://unitynuget.tryapp.org"
132+
"hash": "ed2111b5b5e0372889b13cb31754c530e7e1e0b5"
133133
},
134134
"org.nuget.memorypack.generator": {
135-
"version": "1.21.4",
136-
"depth": 1,
137-
"source": "registry",
135+
"version": "https://github.com/nick-dodonov/unitynuget-static.git?path=packages/org.nuget.memorypack.generator",
136+
"depth": 0,
137+
"source": "git",
138138
"dependencies": {},
139-
"url": "https://unitynuget.tryapp.org"
139+
"hash": "ed2111b5b5e0372889b13cb31754c530e7e1e0b5"
140140
},
141141
"org.nuget.microsoft.bcl.asyncinterfaces": {
142142
"version": "9.0.4",
@@ -223,7 +223,7 @@
223223
},
224224
"org.nuget.system.collections.immutable": {
225225
"version": "6.0.0",
226-
"depth": 2,
226+
"depth": 1,
227227
"source": "registry",
228228
"dependencies": {
229229
"org.nuget.system.runtime.compilerservices.unsafe": "6.0.0",

0 commit comments

Comments
 (0)