Skip to content

Commit 7b43934

Browse files
committed
chore: fix builder
1 parent 9300646 commit 7b43934

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212

1313
jobs:
1414
build:
15-
name: Build sample game for AltTester ${{ matrix.targetPlatform }} 🛠️
15+
name: Build ${{ matrix.targetPlatform }} for AltTester 🛠️
1616
runs-on: ubuntu-latest-8-cores
1717
strategy:
1818
fail-fast: false

sample/Assets/Editor/AndroidBuilder.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#if UNITY_EDITOR
2-
31
using UnityEngine;
42
using UnityEditor;
53
using UnityEditor.SceneManagement;
@@ -136,5 +134,3 @@ public static void RemoveAltFromScene(string scene)
136134
}
137135

138136
}
139-
140-
#endif

sample/Assets/Editor/WindowsBuilder.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#if UNITY_EDITOR_WIN
2-
31
using UnityEngine;
42
using UnityEditor;
53
using UnityEditor.SceneManagement;
@@ -132,6 +130,4 @@ public static void RemoveAltFromScene(string scene)
132130
}
133131
}
134132

135-
}
136-
137-
#endif
133+
}

0 commit comments

Comments
 (0)