Skip to content

Commit

Permalink
Update build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kna27 committed Dec 11, 2022
1 parent ee4ebb7 commit a031322
Show file tree
Hide file tree
Showing 8 changed files with 151 additions and 108 deletions.
16 changes: 8 additions & 8 deletions Snake/Assets/Scenes/Game.unity
Original file line number Diff line number Diff line change
Expand Up @@ -1900,10 +1900,10 @@ RectTransform:
m_Father: {fileID: 1425733253}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0.5}
m_AnchorMax: {x: 0, y: 0.5}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 1}
m_AnchoredPosition: {x: 50, y: 0}
m_SizeDelta: {x: 100, y: 450}
m_SizeDelta: {x: 100, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1328775585
MonoBehaviour:
Expand Down Expand Up @@ -2306,7 +2306,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: 130}
m_AnchoredPosition: {x: 0, y: 115}
m_SizeDelta: {x: 100, y: 7}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1533465780
Expand Down Expand Up @@ -2509,10 +2509,10 @@ RectTransform:
m_Father: {fileID: 1425733253}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 1, y: 0.5}
m_AnchorMax: {x: 1, y: 0.5}
m_AnchorMin: {x: 1, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: -50, y: 0}
m_SizeDelta: {x: 100, y: 450}
m_SizeDelta: {x: 100, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!1 &1635068486
GameObject:
Expand Down Expand Up @@ -2855,7 +2855,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: 130}
m_AnchoredPosition: {x: 0, y: 115}
m_SizeDelta: {x: 100, y: 7}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1758104551
Expand Down
12 changes: 6 additions & 6 deletions Snake/Assets/Scenes/MainMenu.unity
Original file line number Diff line number Diff line change
Expand Up @@ -916,10 +916,10 @@ RectTransform:
m_Father: {fileID: 1154125406}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0.5}
m_AnchorMax: {x: 0, y: 0.5}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 1}
m_AnchoredPosition: {x: 25, y: 0}
m_SizeDelta: {x: 50, y: 450}
m_SizeDelta: {x: 50, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &421542130
MonoBehaviour:
Expand Down Expand Up @@ -3266,10 +3266,10 @@ RectTransform:
m_Father: {fileID: 1154125406}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 1, y: 0.5}
m_AnchorMax: {x: 1, y: 0.5}
m_AnchorMin: {x: 1, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: -25, y: 0}
m_SizeDelta: {x: 50, y: 450}
m_SizeDelta: {x: 50, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &2072595199
MonoBehaviour:
Expand Down
1 change: 1 addition & 0 deletions Snake/Assets/Scripts/IndicatorFillers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ void Update()
{
if (socketFound)
{
Debug.Log("a: " + socket.y1 + " " + socket.y2);
left.value = socket.y1;
right.value = socket.y2;
}
Expand Down
17 changes: 17 additions & 0 deletions Snake/ProjectSettings/BurstAotSettings_StandaloneWindows.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"MonoBehaviour": {
"Version": 4,
"EnableBurstCompilation": true,
"EnableOptimisations": true,
"EnableSafetyChecks": false,
"EnableDebugInAllBuilds": false,
"UsePlatformSDKLinker": false,
"CpuMinTargetX32": 0,
"CpuMaxTargetX32": 0,
"CpuMinTargetX64": 0,
"CpuMaxTargetX64": 0,
"CpuTargetsX32": 6,
"CpuTargetsX64": 72,
"OptimizeFor": 0
}
}
6 changes: 6 additions & 0 deletions Snake/ProjectSettings/CommonBurstAotSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"MonoBehaviour": {
"Version": 4,
"DisabledWarnings": ""
}
}
5 changes: 4 additions & 1 deletion Snake/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PlayerSettings:
cursorHotspot: {x: 0, y: 0}
m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1}
m_ShowUnitySplashScreen: 1
m_ShowUnitySplashLogo: 1
m_ShowUnitySplashLogo: 0
m_SplashScreenOverlayOpacity: 1
m_SplashScreenAnimation: 1
m_SplashScreenLogoStyle: 1
Expand Down Expand Up @@ -272,6 +272,7 @@ PlayerSettings:
m_BuildTargetIcons: []
m_BuildTargetPlatformIcons: []
m_BuildTargetBatching: []
m_BuildTargetShaderSettings: []
m_BuildTargetGraphicsJobs:
- m_BuildTarget: MacStandaloneSupport
m_GraphicsJobs: 0
Expand Down Expand Up @@ -308,6 +309,8 @@ PlayerSettings:
m_APIs: 10000000
m_Automatic: 1
m_BuildTargetVRSettings: []
m_DefaultShaderChunkSizeInMB: 16
m_DefaultShaderChunkCount: 0
openGLRequireES31: 0
openGLRequireES31AEP: 0
openGLRequireES32: 0
Expand Down
16 changes: 16 additions & 0 deletions Snake/ProjectSettings/TimelineSettings.asset
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &1
MonoBehaviour:
m_ObjectHideFlags: 61
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: a287be6c49135cd4f9b2b8666c39d999, type: 3}
m_Name:
m_EditorClassIdentifier:
assetDefaultFramerate: 60
m_DefaultFrameRate: 60
Loading

0 comments on commit a031322

Please sign in to comment.