Skip to content

Commit

Permalink
more wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeskydev committed Jul 16, 2024
1 parent ce58f14 commit 7f543ac
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
19 changes: 17 additions & 2 deletions Assets/Scenes/MainScene.unity
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RenderSettings:
m_ReflectionIntensity: 1
m_CustomReflection: {fileID: 0}
m_Sun: {fileID: 0}
m_IndirectSpecularColor: {r: 0.40853927, g: 0.53450584, b: 0.6391914, a: 1}
m_IndirectSpecularColor: {r: 0, g: 0.99999905, b: 0.99999905, a: 1}
m_UseRadianceAmbientProbe: 0
--- !u!157 &3
LightmapSettings:
Expand Down Expand Up @@ -2153,8 +2153,18 @@ PrefabInstance:
type: 3}
propertyPath: m_Sprite
value:
objectReference: {fileID: 21300000, guid: 56afb5b52b5dcff4c8183d6f97f4fbed,
objectReference: {fileID: 21300000, guid: b031bd5fd729c5c4d994656b24569412,
type: 3}
- target: {fileID: 114051507060132378, guid: 589a4d6cdaa3cfd4a8a0088d2dbd99d0,
type: 3}
propertyPath: m_Maskable
value: 1
objectReference: {fileID: 0}
- target: {fileID: 114051507060132378, guid: 589a4d6cdaa3cfd4a8a0088d2dbd99d0,
type: 3}
propertyPath: m_PreserveAspect
value: 0
objectReference: {fileID: 0}
- target: {fileID: 114077332192982250, guid: 589a4d6cdaa3cfd4a8a0088d2dbd99d0,
type: 3}
propertyPath: m_FontData.m_Font
Expand Down Expand Up @@ -2211,6 +2221,11 @@ PrefabInstance:
propertyPath: m_AnchoredPosition.x
value: 68.79
objectReference: {fileID: 0}
- target: {fileID: 224396917128763040, guid: 589a4d6cdaa3cfd4a8a0088d2dbd99d0,
type: 3}
propertyPath: m_AnchoredPosition.y
value: -2.5
objectReference: {fileID: 0}
- target: {fileID: 224942881730647754, guid: 589a4d6cdaa3cfd4a8a0088d2dbd99d0,
type: 3}
propertyPath: m_Pivot.x
Expand Down
1 change: 1 addition & 0 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"com.newtonsoft.json": "1.0.1",
"com.unity.ide.rider": "1.2.1",
"com.unity.ide.vscode": "1.2.5",
"com.unity.recorder": "2.5.7",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "2.1.6",
"com.unity.timeline": "1.2.18",
Expand Down
9 changes: 9 additions & 0 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.recorder": {
"version": "2.5.7",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.timeline": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.1.33",
"depth": 0,
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ PlayerSettings:
- m_BuildTarget:
m_Icons:
- serializedVersion: 2
m_Icon: {fileID: 2800000, guid: 56afb5b52b5dcff4c8183d6f97f4fbed, type: 3}
m_Icon: {fileID: 2800000, guid: b031bd5fd729c5c4d994656b24569412, type: 3}
m_Width: 128
m_Height: 128
m_Kind: 0
Expand Down

0 comments on commit 7f543ac

Please sign in to comment.