Skip to content

Commit 999a038

Browse files
committed
Disable splash logo
Apparently this makes a difference even when the splash screen is disabled, see https://discussions.unity.com/t/how-to-exclude-unity-splash-build-from-web-build/1645735/7
1 parent f15ea5b commit 999a038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PlayerSettings:
1818
cursorHotspot: {x: 0, y: 0}
1919
m_SplashScreenBackgroundColor: {r: 1, g: 1, b: 1, a: 1}
2020
m_ShowUnitySplashScreen: 0
21-
m_ShowUnitySplashLogo: 1
21+
m_ShowUnitySplashLogo: 0
2222
m_SplashScreenOverlayOpacity: 1
2323
m_SplashScreenAnimation: 1
2424
m_SplashScreenLogoStyle: 0

0 commit comments

Comments
 (0)