Skip to content

Commit

Permalink
Merge pull request #3 from DevsOnTheBoard/dev-sagara
Browse files Browse the repository at this point in the history
ビルド失敗の解消
  • Loading branch information
sgrwaaa committed Nov 8, 2023
2 parents a44e3e6 + a3ad0bd commit 4b10171
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Assets/Scripts/Editor/ProjectBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ private static void DevelopBuildForCICD()
private static void Build(BuildOptions buildOptions, BuildTarget buildTarget, bool isCICD = false)
{
BuildPlayerOptions buildPlayerOptions = new BuildPlayerOptions();

// ビルド対象のシーン
buildPlayerOptions.scenes = EditorBuildSettingsScene.GetActiveSceneList(EditorBuildSettings.scenes);
// ビルド出力先
buildPlayerOptions.locationPathName = "Build";
// ビルドの種類
Expand Down

0 comments on commit 4b10171

Please sign in to comment.