Skip to content

Commit

Permalink
ビルド失敗の解消
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrwaaa committed Nov 8, 2023
1 parent 1e0fde6 commit a3ad0bd
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 a3ad0bd

Please sign in to comment.