Skip to content

Commit

Permalink
fixed space scene
Browse files Browse the repository at this point in the history
  • Loading branch information
coolcatcoder committed Sep 26, 2022
1 parent c116bb4 commit 1bc1d50
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
3 changes: 2 additions & 1 deletion Assets/Scenes/SampleScene.unity
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ ParticleSystem:
emitterVelocityMode: 0
looping: 1
prewarm: 0
playOnAwake: 0
playOnAwake: 1
useUnscaledTime: 0
autoRandomSeed: 1
startDelay:
Expand Down Expand Up @@ -7232,6 +7232,7 @@ MonoBehaviour:
- serializedVersion: 2
rgba: 13576903
debug: 0
Burst: 0
--- !u!4 &1907235148
Transform:
m_ObjectHideFlags: 0
Expand Down
6 changes: 3 additions & 3 deletions ProjectSettings/BurstAotSettings_StandaloneWindows.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"MonoBehaviour": {
"Version": 3,
"Version": 4,
"EnableBurstCompilation": true,
"EnableOptimisations": true,
"EnableSafetyChecks": false,
"EnableDebugInAllBuilds": false,
"UsePlatformSDKLinker": false,
"CpuMinTargetX32": 0,
"CpuMaxTargetX32": 0,
"CpuMinTargetX64": 0,
"CpuMaxTargetX64": 0,
"CpuTargetsX32": 6,
"CpuTargetsX64": 72
"CpuTargetsX64": 72,
"OptimizeFor": 0
}
}
2 changes: 1 addition & 1 deletion ProjectSettings/CommonBurstAotSettings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"MonoBehaviour": {
"Version": 3,
"Version": 4,
"DisabledWarnings": ""
}
}
13 changes: 10 additions & 3 deletions ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ PlayerSettings:
targetDevice: 2
useOnDemandResources: 0
accelerometerFrequency: 60
companyName: DefaultCompany
productName: nvidia_flex
companyName: CoolKattCoder
productName: Flex Space Demo
defaultCursor: {fileID: 0}
cursorHotspot: {x: 0, y: 0}
m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1}
Expand Down Expand Up @@ -269,7 +269,14 @@ PlayerSettings:
AndroidMinifyDebug: 0
AndroidValidateAppBundleSize: 1
AndroidAppBundleSizeToValidate: 150
m_BuildTargetIcons: []
m_BuildTargetIcons:
- m_BuildTarget:
m_Icons:
- serializedVersion: 2
m_Icon: {fileID: 2800000, guid: 9fb2d2a409b926c47888792455c1a7ce, type: 3}
m_Width: 128
m_Height: 128
m_Kind: 0
m_BuildTargetPlatformIcons:
- m_BuildTarget: iPhone
m_Icons:
Expand Down

0 comments on commit 1bc1d50

Please sign in to comment.