Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyTheFox committed Mar 8, 2024
1 parent bcbb67c commit e138519
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
1 change: 1 addition & 0 deletions Assets/Art/DummyRenderTexture.renderTexture
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RenderTexture:
m_UseDynamicScale: 0
m_BindMS: 0
m_EnableCompatibleFormat: 1
m_EnableRandomWrite: 0
m_TextureSettings:
serializedVersion: 2
m_FilterMode: 1
Expand Down
9 changes: 5 additions & 4 deletions Assets/Scenes/Gameplay.unity
Original file line number Diff line number Diff line change
Expand Up @@ -3730,22 +3730,22 @@ PrefabInstance:
- target: {fileID: 2933889975780695480, guid: f8c143f8514898b4fb85fbadc18550c0,
type: 3}
propertyPath: m_AnchorMax.y
value: 1
value: 0
objectReference: {fileID: 0}
- target: {fileID: 2933889975780695480, guid: f8c143f8514898b4fb85fbadc18550c0,
type: 3}
propertyPath: m_AnchorMin.y
value: 1
value: 0
objectReference: {fileID: 0}
- target: {fileID: 2933889975780695480, guid: f8c143f8514898b4fb85fbadc18550c0,
type: 3}
propertyPath: m_AnchoredPosition.x
value: 30.000036
value: 0
objectReference: {fileID: 0}
- target: {fileID: 2933889975780695480, guid: f8c143f8514898b4fb85fbadc18550c0,
type: 3}
propertyPath: m_AnchoredPosition.y
value: -32
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5322898957872382039, guid: f8c143f8514898b4fb85fbadc18550c0,
type: 3}
Expand Down Expand Up @@ -5300,6 +5300,7 @@ Canvas:
m_OverrideSorting: 0
m_OverridePixelPerfect: 0
m_SortingBucketNormalizedSize: 0
m_VertexColorAlwaysGammaSpace: 0
m_AdditionalShaderChannelsFlag: 25
m_SortingLayerID: 0
m_SortingOrder: 0
Expand Down
8 changes: 4 additions & 4 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"dependencies": {
"com.coffee.softmask-for-ugui": "1.0.2",
"com.cysharp.unitask": "2.5.0",
"com.cysharp.unitask": "2.5.3",
"com.cysharp.zstring": "2.5.1",
"com.github-glitchenzo.nugetforunity": "3.1.3",
"com.marijnzwemmer.unity-toolbar-extender": "1.4.2",
Expand All @@ -34,17 +34,17 @@
"com.unity.addressables": "1.21.9",
"com.unity.ai.navigation": "1.1.1",
"com.unity.cinemachine": "2.8.9",
"com.unity.ide.rider": "3.0.27",
"com.unity.ide.rider": "3.0.28",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.inputsystem": "1.7.0",
"com.unity.localization": "1.3.2",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.probuilder": "5.2.2",
"com.unity.render-pipelines.universal": "12.1.14",
"com.unity.textmeshpro": "3.0.6",
"com.unity.textmeshpro": "3.0.8",
"com.unity.timeline": "1.7.3",
"com.unity.toolchain.macos-x86_64-linux-x86_64": "2.0.6",
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.4",
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.6",
"com.unity.ugui": "1.0.0",
"jp.keijiro.minis": "https://github.com/TheNathannator/Minis.git?path=/Packages/jp.keijiro.minis#yarg",
"unity-dependencies-hunter": "https://github.com/AlexeyPerov/Unity-Dependencies-Hunter.git#upm",
Expand Down
12 changes: 6 additions & 6 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://package.openupm.com"
},
"com.cysharp.unitask": {
"version": "2.5.0",
"version": "2.5.3",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand Down Expand Up @@ -115,7 +115,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.27",
"version": "3.0.28",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -255,7 +255,7 @@
"url": "https://packages.unity.com"
},
"com.unity.textmeshpro": {
"version": "3.0.6",
"version": "3.0.8",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -286,12 +286,12 @@
"url": "https://packages.unity.com"
},
"com.unity.toolchain.win-x86_64-linux-x86_64": {
"version": "2.0.4",
"version": "2.0.6",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.sysroot": "2.0.5",
"com.unity.sysroot.linux-x86_64": "2.0.4"
"com.unity.sysroot": "2.0.7",
"com.unity.sysroot.linux-x86_64": "2.0.6"
},
"url": "https://packages.unity.com"
},
Expand Down

0 comments on commit e138519

Please sign in to comment.