You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,21 @@
31
31
</a>
32
32
</p>
33
33
34
+
# Unity Skip Splash Screen
35
+
34
36
This package allows for the quick and easy removal of the Unity Splash Screen at the start of an application. It is suitable for developers who wish to immediately proceed to the content of their application without displaying the initial Unity Splash Screen.
35
37
38
+
## Supported Platforms
39
+
40
+
- Android
41
+
- iOS
42
+
- Oculus Quest
43
+
- Pico VR
44
+
- WebGL
45
+
- Windows Standalone
46
+
- Mac Standalone
47
+
- Linux Standalone
48
+
36
49
## How to Use
37
50
38
51
To use this package, follow these steps:
@@ -50,5 +63,3 @@ The package contains two main components:
50
63
51
64
-`SetSplashScreenBlack`: This script operates within the Unity editor and automatically sets the Unity Splash Screen to a dark background with the Unity logo in "Light on Dark" style before each project build.
52
65
-`UnitySkipSplashScreen`: This script operates in the built application and skips the Unity Splash Screen at startup, allowing the user to immediately proceed to the main content.
53
-
54
-
Old Source -> https://github.com/Jadekylin/UnitySkipSplash
0 commit comments