Skip to content

Commit 0beb763

Browse files
committed
gzip disabled
1 parent 2aa0500 commit 0beb763

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

Packages/manifest.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"com.unity.test-framework": "1.1.31",
1313
"com.unity.textmeshpro": "3.0.6",
1414
"com.unity.timeline": "1.6.4",
15+
"com.unity.toolchain.linux-x86_64": "2.0.2",
1516
"com.unity.ugui": "1.0.0",
1617
"com.unity.xr.legacyinputhelpers": "2.1.10",
1718
"com.unity.modules.ai": "1.0.0",

Packages/packages-lock.json

+26
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,22 @@
114114
},
115115
"url": "https://packages.unity.com"
116116
},
117+
"com.unity.sysroot": {
118+
"version": "2.0.3",
119+
"depth": 1,
120+
"source": "registry",
121+
"dependencies": {},
122+
"url": "https://packages.unity.com"
123+
},
124+
"com.unity.sysroot.linux-x86_64": {
125+
"version": "2.0.2",
126+
"depth": 1,
127+
"source": "registry",
128+
"dependencies": {
129+
"com.unity.sysroot": "2.0.3"
130+
},
131+
"url": "https://packages.unity.com"
132+
},
117133
"com.unity.test-framework": {
118134
"version": "1.1.31",
119135
"depth": 0,
@@ -146,6 +162,16 @@
146162
},
147163
"url": "https://packages.unity.com"
148164
},
165+
"com.unity.toolchain.linux-x86_64": {
166+
"version": "2.0.2",
167+
"depth": 0,
168+
"source": "registry",
169+
"dependencies": {
170+
"com.unity.sysroot": "2.0.3",
171+
"com.unity.sysroot.linux-x86_64": "2.0.2"
172+
},
173+
"url": "https://packages.unity.com"
174+
},
149175
"com.unity.ugui": {
150176
"version": "1.0.0",
151177
"depth": 0,

ProjectSettings/ProjectSettings.asset

30.8 KB
Binary file not shown.

UserSettings/Search.settings

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

0 commit comments

Comments
 (0)