diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce7e7938..f3bfb8e4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -123,7 +123,7 @@ jobs: path: ./src/NuGetForUnity.Packager/Assets/NuGet/Editor - name: Unity - Packager (build .unitypackage) - uses: game-ci/unity-builder@v2.1.2 + uses: game-ci/unity-builder@v3.1.0 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} @@ -213,7 +213,7 @@ jobs: uses: ./.github/actions/checkout - name: Unity - Run tests - uses: game-ci/unity-test-runner@v2.1.1 + uses: game-ci/unity-test-runner@v3.1.0 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} diff --git a/src/NuGetForUnity/Editor/Helper/AssemblyLoader.cs b/src/NuGetForUnity/Editor/Helper/AssemblyLoader.cs index df38b36b..0a129d41 100644 --- a/src/NuGetForUnity/Editor/Helper/AssemblyLoader.cs +++ b/src/NuGetForUnity/Editor/Helper/AssemblyLoader.cs @@ -10,7 +10,7 @@ namespace NugetForUnity.Helper internal static class AssemblyLoader { /// - /// Loads the assembly for the given pluginId + /// Loads the assembly for the given . /// /// Plugin Id to load. /// Assembly of the loaded plugin.