Unity Skip Splash
Automatically skip the Unity splash screen at application startup, allowing users to proceed directly to your game content. Supports Android, iOS, WebGL, and standalone platforms with zero configuration required after installation.
com.rimurudev.unity-skip-splashscreen 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/unity-skip-splashscreen.git README Markdown
Copy this to your project's README.md
## Installation
Add **Unity Skip Splash** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/unity-skip-splashscreen.git
```
[](https://www.pkglnk.dev/pkg/unity-skip-splashscreen)README
⭐ Unity Skip Splash Screen ⭐
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.
Supported Platforms
- Android
- iOS
Oculus QuestPico VR- WebGL
- Windows Standalone
- Mac Standalone
- Linux Standalone
How to Use
To use this package, follow these steps:
- Open your project in Unity.
- Go to
Window -> Package Manager -> Add package from git URL.... - Insert the git repository URL:
https://github.com/RimuruDev/UnitySkipSplashScreen.git. - Click
Addand wait for the package installation to complete.
After installation, the package will automatically configure your project to skip the Unity Splash Screen at startup.
How It Works
The package contains two main components:
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.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.
No comments yet. Be the first!