diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e0539a..85a6f62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: "0" - name: Cache uses: actions/cache@v4 @@ -109,7 +111,7 @@ jobs: /n:${{ env.SONAR_PROJECT_NAME }} \ /o:${{ env.SONAR_PROJECT_ORGANIZATION }} \ /d:sonar.host.url=https://sonarcloud.io \ - /d:sonar.login=${{ secrets.SONAR_TOKEN }} \ + /d:sonar.token=${{ secrets.SONAR_TOKEN }} \ /d:sonar.exclusions=${{ env.PROJECT_DIR }}/Assets/Plugins/** \ /d:sonar.scm.provider=git \ /d:sonar.cs.nunit.reportsPaths=Tests/editmode-results.xml,Tests/playmode-results.xml \ diff --git a/die-gulde/Assets/Gulde.Client/SceneLoader.cs b/die-gulde/Assets/Gulde.Client/SceneLoader.cs index d817c82..295cf1d 100644 --- a/die-gulde/Assets/Gulde.Client/SceneLoader.cs +++ b/die-gulde/Assets/Gulde.Client/SceneLoader.cs @@ -2,13 +2,10 @@ using System.Collections.Generic; using System.IO; using System.Linq; -using Gulde.Client.Model.Groups; using Gulde.Client.Model.Scenes; using Newtonsoft.Json; using Siccity.GLTFUtility; -using TreeEditor; using UnityEngine; -using static Siccity.GLTFUtility.GLTFAccessor.Sparse; namespace Gulde.Client { diff --git a/die-gulde/ProjectSettings/BurstAotSettings_StandaloneWindows.json b/die-gulde/ProjectSettings/BurstAotSettings_StandaloneWindows.json new file mode 100644 index 0000000..58cf25f --- /dev/null +++ b/die-gulde/ProjectSettings/BurstAotSettings_StandaloneWindows.json @@ -0,0 +1,18 @@ +{ + "MonoBehaviour": { + "Version": 4, + "EnableBurstCompilation": true, + "EnableOptimisations": true, + "EnableSafetyChecks": false, + "EnableDebugInAllBuilds": false, + "DebugDataKind": 1, + "EnableArmv9SecurityFeatures": false, + "CpuMinTargetX32": 0, + "CpuMaxTargetX32": 0, + "CpuMinTargetX64": 0, + "CpuMaxTargetX64": 0, + "CpuTargetsX32": 6, + "CpuTargetsX64": 72, + "OptimizeFor": 0 + } +} diff --git a/die-gulde/ProjectSettings/CommonBurstAotSettings.json b/die-gulde/ProjectSettings/CommonBurstAotSettings.json new file mode 100644 index 0000000..0293daf --- /dev/null +++ b/die-gulde/ProjectSettings/CommonBurstAotSettings.json @@ -0,0 +1,6 @@ +{ + "MonoBehaviour": { + "Version": 4, + "DisabledWarnings": "" + } +}