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 8bcfa14 commit 3683aa1Copy full SHA for 3683aa1
SetSplashScreenBlack.cs
@@ -19,12 +19,12 @@
19
20
public sealed class SetSplashScreenBlack : IPreprocessBuildWithReport
21
{
22
- public int callbackOrder { get; }
+ public int callbackOrder { get { return 0; } }
23
24
public void OnPreprocessBuild(BuildReport report)
25
26
PlayerSettings.SplashScreen.unityLogoStyle = PlayerSettings.SplashScreen.UnityLogoStyle.LightOnDark;
27
PlayerSettings.SplashScreen.backgroundColor = Color.black;
28
}
29
30
-#endif
+#endif
0 commit comments