Skip to content

Commit

Permalink
Update Unity version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmfinol committed Nov 6, 2023
1 parent 06ee13f commit 487b648
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -678,9 +678,6 @@ jobs:
$certificatePath = Join-Path -Path $currentDirectory -ChildPath $env:UwpProjectDirectory -AdditionalChildPath $env:SigningCertificate
[IO.File]::WriteAllBytes("$certificatePath", $pfx_cert_byte)
- name: Build the .appxupload
# Remove None Include for il2cppFileRoot.txt and LineNumberMappings.json
if: false
# See: https://forum.unity.com/threads/uwp-errors-in-visual-studio.1461980/
working-directory: C:/Card-Game-Simulator.git
shell: pwsh
env:
Expand All @@ -695,20 +692,13 @@ jobs:
SigningCertificate: Card Game Simulator_StoreKey.pfx
run: Remove-Item -path $env:UwpProjectDirectory\$env:SigningCertificate
- name: Upload .appxupload
# Remove None Include for il2cppFileRoot.txt and LineNumberMappings.json
if: false
# See: https://forum.unity.com/threads/uwp-errors-in-visual-studio.1461980/
uses: actions/upload-artifact@v3
with:
name: ${{ format('CardGameSimulator_{0}.0_x86_x64_arm_arm64_bundle_Master.appxupload', steps.build.outputs.buildVersion) }}
path: ${{ format('{0}\build\WSAPlayer\WSAPlayer\AppPackages\CardGameSimulator\CardGameSimulator_{1}.0_x86_x64_arm_arm64_bundle_Master.appxupload', 'C:\Card-Game-Simulator.git', steps.build.outputs.buildVersion) }}
- name: Upload to the Microsoft Store
# Remove None Include for il2cppFileRoot.txt and LineNumberMappings.json
if: false
# See: https://forum.unity.com/threads/uwp-errors-in-visual-studio.1461980/
working-directory: C:/Card-Game-Simulator.git
shell: pwsh
#if: false
env:
MICROSOFT_TENANT_ID: ${{ secrets.MICROSOFT_TENANT_ID }}
MICROSOFT_CLIENT_ID: ${{ secrets.MICROSOFT_CLIENT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"com.unity.ide.rider": "3.0.26",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.netcode.gameobjects": "1.5.2",
"com.unity.netcode.gameobjects": "1.6.0",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.services.lobby": "1.1.0",
"com.unity.services.relay": "1.0.5",
Expand Down
10 changes: 5 additions & 5 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.8",
"version": "1.8.9",
"depth": 2,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -81,7 +81,7 @@
"url": "https://packages.unity.com"
},
"com.unity.netcode.gameobjects": {
"version": "1.5.2",
"version": "1.6.0",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -176,13 +176,13 @@
"url": "https://packages.unity.com"
},
"com.unity.services.wire": {
"version": "1.2.0",
"version": "1.2.2",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.services.core": "1.10.1",
"com.unity.services.core": "1.11.0",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.services.authentication": "2.6.1"
"com.unity.services.authentication": "2.7.2"
},
"url": "https://packages.unity.com"
},
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.8f1
m_EditorVersionWithRevision: 2022.3.8f1 (b5eafc012955)
m_EditorVersion: 2022.3.12f1
m_EditorVersionWithRevision: 2022.3.12f1 (4fe6e059c7ef)

0 comments on commit 487b648

Please sign in to comment.