Skip to content

Commit 1bc1d50

Browse files
committed
fixed space scene
1 parent c116bb4 commit 1bc1d50

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

Assets/Scenes/SampleScene.unity

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,7 @@ ParticleSystem:
13381338
emitterVelocityMode: 0
13391339
looping: 1
13401340
prewarm: 0
1341-
playOnAwake: 0
1341+
playOnAwake: 1
13421342
useUnscaledTime: 0
13431343
autoRandomSeed: 1
13441344
startDelay:
@@ -7232,6 +7232,7 @@ MonoBehaviour:
72327232
- serializedVersion: 2
72337233
rgba: 13576903
72347234
debug: 0
7235+
Burst: 0
72357236
--- !u!4 &1907235148
72367237
Transform:
72377238
m_ObjectHideFlags: 0
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"MonoBehaviour": {
3-
"Version": 3,
3+
"Version": 4,
44
"EnableBurstCompilation": true,
55
"EnableOptimisations": true,
66
"EnableSafetyChecks": false,
77
"EnableDebugInAllBuilds": false,
8-
"UsePlatformSDKLinker": false,
98
"CpuMinTargetX32": 0,
109
"CpuMaxTargetX32": 0,
1110
"CpuMinTargetX64": 0,
1211
"CpuMaxTargetX64": 0,
1312
"CpuTargetsX32": 6,
14-
"CpuTargetsX64": 72
13+
"CpuTargetsX64": 72,
14+
"OptimizeFor": 0
1515
}
1616
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"MonoBehaviour": {
3-
"Version": 3,
3+
"Version": 4,
44
"DisabledWarnings": ""
55
}
66
}

ProjectSettings/ProjectSettings.asset

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ PlayerSettings:
1212
targetDevice: 2
1313
useOnDemandResources: 0
1414
accelerometerFrequency: 60
15-
companyName: DefaultCompany
16-
productName: nvidia_flex
15+
companyName: CoolKattCoder
16+
productName: Flex Space Demo
1717
defaultCursor: {fileID: 0}
1818
cursorHotspot: {x: 0, y: 0}
1919
m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1}
@@ -269,7 +269,14 @@ PlayerSettings:
269269
AndroidMinifyDebug: 0
270270
AndroidValidateAppBundleSize: 1
271271
AndroidAppBundleSizeToValidate: 150
272-
m_BuildTargetIcons: []
272+
m_BuildTargetIcons:
273+
- m_BuildTarget:
274+
m_Icons:
275+
- serializedVersion: 2
276+
m_Icon: {fileID: 2800000, guid: 9fb2d2a409b926c47888792455c1a7ce, type: 3}
277+
m_Width: 128
278+
m_Height: 128
279+
m_Kind: 0
273280
m_BuildTargetPlatformIcons:
274281
- m_BuildTarget: iPhone
275282
m_Icons:

0 commit comments

Comments
 (0)