We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508aca2 commit 85d081aCopy full SHA for 85d081a
Editor/UnityBuilder.cs
@@ -113,7 +113,9 @@ private static BuildPlayerOptions Generate_BuildPlayerOption(BuildConfig config)
113
const string sceneExtension = ".unity";
114
string sceneName = sceneNames[i];
115
if (sceneName.EndsWith(sceneExtension))
116
+ {
117
sceneNames[i] = sceneName + sceneExtension;
118
+ }
119
}
120
121
BuildPlayerOptions buildPlayerOptions = new BuildPlayerOptions
0 commit comments