Skip to content

Commit 4573078

Browse files
authored
Update README.md
1 parent 13e57bd commit 4573078

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,21 @@
3131
</a>
3232
</p>
3333

34+
# Unity Skip Splash Screen
35+
3436
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.
3537

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+
3649
## How to Use
3750

3851
To use this package, follow these steps:
@@ -50,5 +63,3 @@ The package contains two main components:
5063

5164
- `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.
5265
- `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

Comments
 (0)