Skip to content

Commit

Permalink
fix: remove obsolete packages
Browse files Browse the repository at this point in the history
  • Loading branch information
EuleMitKeule committed Apr 21, 2024
1 parent 2e8a706 commit 20371b4
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: "0"

- name: Cache
uses: actions/cache@v4
Expand Down Expand Up @@ -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 \
Expand Down
3 changes: 0 additions & 3 deletions die-gulde/Assets/Gulde.Client/SceneLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
18 changes: 18 additions & 0 deletions die-gulde/ProjectSettings/BurstAotSettings_StandaloneWindows.json
Original file line number Diff line number Diff line change
@@ -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
}
}
6 changes: 6 additions & 0 deletions die-gulde/ProjectSettings/CommonBurstAotSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"MonoBehaviour": {
"Version": 4,
"DisabledWarnings": ""
}
}

0 comments on commit 20371b4

Please sign in to comment.