Skip to content

Commit d3ce4fb

Browse files
committed
updates to allow build
1 parent 75eb1fb commit d3ce4fb

File tree

5 files changed

+62
-3
lines changed

5 files changed

+62
-3
lines changed

Packages/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"com.unity.test-framework": "1.1.29",
1010
"com.unity.textmeshpro": "3.0.6",
1111
"com.unity.timeline": "1.6.2",
12+
"com.unity.toolchain.macos-x86_64-linux-x86_64": "0.1.22-preview",
1213
"com.unity.ugui": "1.0.0",
1314
"com.unity.visualscripting": "1.7.5",
1415
"com.unity.modules.ai": "1.0.0",

Packages/packages-lock.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,22 @@
120120
"com.unity.searcher": "4.9.1"
121121
}
122122
},
123+
"com.unity.sysroot": {
124+
"version": "0.1.19-preview",
125+
"depth": 1,
126+
"source": "registry",
127+
"dependencies": {},
128+
"url": "https://packages.unity.com"
129+
},
130+
"com.unity.sysroot.linux-x86_64": {
131+
"version": "0.1.14-preview",
132+
"depth": 1,
133+
"source": "registry",
134+
"dependencies": {
135+
"com.unity.sysroot": "0.1.18-preview"
136+
},
137+
"url": "https://packages.unity.com"
138+
},
123139
"com.unity.test-framework": {
124140
"version": "1.1.29",
125141
"depth": 0,
@@ -152,6 +168,16 @@
152168
},
153169
"url": "https://packages.unity.com"
154170
},
171+
"com.unity.toolchain.macos-x86_64-linux-x86_64": {
172+
"version": "0.1.22-preview",
173+
"depth": 0,
174+
"source": "registry",
175+
"dependencies": {
176+
"com.unity.sysroot": "0.1.19-preview",
177+
"com.unity.sysroot.linux-x86_64": "0.1.14-preview"
178+
},
179+
"url": "https://packages.unity.com"
180+
},
155181
"com.unity.ugui": {
156182
"version": "1.0.0",
157183
"depth": 0,
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"MonoBehaviour": {
3+
"Version": 4,
4+
"EnableBurstCompilation": true,
5+
"EnableOptimisations": true,
6+
"EnableSafetyChecks": false,
7+
"EnableDebugInAllBuilds": false,
8+
"UsePlatformSDKLinker": false,
9+
"CpuMinTargetX32": 0,
10+
"CpuMaxTargetX32": 0,
11+
"CpuMinTargetX64": 0,
12+
"CpuMaxTargetX64": 0,
13+
"CpuTargetsX64": 72,
14+
"OptimizeFor": 0
15+
}
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"MonoBehaviour": {
3+
"Version": 4,
4+
"EnableBurstCompilation": true,
5+
"EnableOptimisations": true,
6+
"EnableSafetyChecks": false,
7+
"EnableDebugInAllBuilds": false,
8+
"UsePlatformSDKLinker": false,
9+
"CpuMinTargetX32": 0,
10+
"CpuMaxTargetX32": 0,
11+
"CpuMinTargetX64": 0,
12+
"CpuMaxTargetX64": 0,
13+
"CpuTargetsX64": 72,
14+
"OptimizeFor": 0
15+
}
16+
}

ProjectSettings/EditorBuildSettings.asset

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ EditorBuildSettings:
55
m_ObjectHideFlags: 0
66
serializedVersion: 2
77
m_Scenes:
8-
- enabled: 1
9-
path: Assets/Scenes/SampleScene.unity
10-
guid: 99c9720ab356a0642a771bea13969a05
8+
- enabled: 0
9+
path:
10+
guid: 00000000000000000000000000000000
1111
m_configObjects: {}

0 commit comments

Comments
 (0)