diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c65cb38f..3998d7b8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: @@ -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 }} diff --git a/Packages/manifest.json b/Packages/manifest.json index b7a07271..def37f37 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -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", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index ac464dce..4ce364ca 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -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": { @@ -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": { @@ -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" }, diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index 97852468..e4eac159 100644 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -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)