From 1dfd97bce6bc4184acf08e96a71ac75b4757d861 Mon Sep 17 00:00:00 2001 From: Raigo Kovask Date: Thu, 23 May 2024 10:36:49 +0300 Subject: [PATCH 1/5] feat: update pr test runner to run test branch on Unity-SDK --- .github/workflows/pr-test-runner.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-test-runner.yml b/.github/workflows/pr-test-runner.yml index d606616b..bc721283 100644 --- a/.github/workflows/pr-test-runner.yml +++ b/.github/workflows/pr-test-runner.yml @@ -25,15 +25,15 @@ jobs: repository: "readyplayerme/Unity-SDK" submodules: true fetch-depth: 0 - ref: develop + ref: feature/add-automated-QA-tests token: ${{ secrets.DEV_SDK_TOKEN }} - name: Checkout submodule branch run: | cd Assets/Ready\ Player\ Me/Core git fetch -a - git checkout ${{ github.event.pull_request.head.ref }} - git pull origin ${{ github.event.pull_request.head.ref }} + git checkout develop + git pull origin develop - name: Cache Project uses: actions/cache@v3 with: From 37c647f05df9c3c41e797d43e1573a4b0251f53b Mon Sep 17 00:00:00 2001 From: Raigo Kovask Date: Thu, 23 May 2024 11:09:52 +0300 Subject: [PATCH 2/5] feat: add samples folder to test --- .github/workflows/pr-test-runner.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-test-runner.yml b/.github/workflows/pr-test-runner.yml index bc721283..92b5fa4e 100644 --- a/.github/workflows/pr-test-runner.yml +++ b/.github/workflows/pr-test-runner.yml @@ -34,6 +34,7 @@ jobs: git fetch -a git checkout develop git pull origin develop + mv Samples~ Samples - name: Cache Project uses: actions/cache@v3 with: From 36c2063d717ded5372274cf7c0853c42e966d53d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raigo=20K=C3=B5vask?= <107070960+rk132@users.noreply.github.com> Date: Fri, 14 Jun 2024 11:16:05 +0300 Subject: [PATCH 3/5] Update pr-test-runner.yml --- .github/workflows/pr-test-runner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-runner.yml b/.github/workflows/pr-test-runner.yml index 92b5fa4e..d7cdf977 100644 --- a/.github/workflows/pr-test-runner.yml +++ b/.github/workflows/pr-test-runner.yml @@ -25,7 +25,7 @@ jobs: repository: "readyplayerme/Unity-SDK" submodules: true fetch-depth: 0 - ref: feature/add-automated-QA-tests + ref: chore/initial-end-to-end-tests token: ${{ secrets.DEV_SDK_TOKEN }} - name: Checkout submodule branch From ff21b79944d95d52c3ba3fd4c8d36e8efc4cc16d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raigo=20K=C3=B5vask?= <107070960+rk132@users.noreply.github.com> Date: Fri, 14 Jun 2024 11:47:56 +0300 Subject: [PATCH 4/5] Update pr-test-runner.yml --- .github/workflows/pr-test-runner.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-test-runner.yml b/.github/workflows/pr-test-runner.yml index d7cdf977..4157fdbf 100644 --- a/.github/workflows/pr-test-runner.yml +++ b/.github/workflows/pr-test-runner.yml @@ -25,15 +25,15 @@ jobs: repository: "readyplayerme/Unity-SDK" submodules: true fetch-depth: 0 - ref: chore/initial-end-to-end-tests + ref: develop token: ${{ secrets.DEV_SDK_TOKEN }} - name: Checkout submodule branch run: | cd Assets/Ready\ Player\ Me/Core git fetch -a - git checkout develop - git pull origin develop + git checkout ${{ github.event.pull_request.head.ref }} + git pull origin ${{ github.event.pull_request.head.ref }} mv Samples~ Samples - name: Cache Project uses: actions/cache@v3 From 68b242513369274f78ffb8f64ae50c16acc6472b Mon Sep 17 00:00:00 2001 From: Amel Date: Mon, 17 Jun 2024 06:39:05 +0200 Subject: [PATCH 5/5] Readme update (#292) ## Description - Changed references of Discord to Forums on README file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f468ae9..15a70e38 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ This is an open source Unity plugin that contains all the core functionality required for a Ready Player Me avatar integration, and manages all the plugin updates and dependencies including Ready Player Me Avatar Loader and glTFast. -Please visit the online documentation and join our public `discord` community. +Please visit the online documentation and join our public `forums` community. ![](https://i.imgur.com/zGamwPM.png) **[Online Documentation]( https://docs.readyplayer.me/ready-player-me/integration-guides/unity )** -![](https://i.imgur.com/FgbNsPN.png) **[Discord Channel]( https://discord.gg/9veRUu2 )** +![](https://github.com/readyplayerme/rpm-unity-sdk-webview/assets/25016626/130b50db-d6af-4277-9da3-03172bc085eb) **[Forums](https://forum.readyplayer.me/)** :octocat: **[GitHub Discussions]( https://github.com/readyplayerme/rpm-unity-sdk-core/discussions )**