From cdc49c33c4f9ced9c7eba707b799a4ce048846ef Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 3 Aug 2026 20:26:43 +0000 Subject: [PATCH 1/2] Initial plan From 1dc43538de434f6c7d07633f431a861d9277ee0a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 3 Aug 2026 20:28:02 +0000 Subject: [PATCH 2/2] fix: add submodules: true to CI checkout step Co-authored-by: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b1278a5..3a7845c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,6 +9,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + submodules: true - uses: actions/setup-dotnet@v4 - run: dotnet build RuntimeUnityEditor.sln --configuration Release - uses: actions/upload-artifact@v4