Skip to content

Releases: RimuruDev/UnitySkipSplashScreen

Added support for oculus quest

15 Jun 20:20
3bc3212
Compare
Choose a tag to compare

🇷🇺 Read this in Russian

⭐ Unity Skip Splash Screen ⭐

Made With Unity License Last Commit Repo Size Downloads Last Release GitHub stars GitHub user stars

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 Quest
  • Pico VR
  • WebGL
  • Windows Standalone
  • Mac Standalone
  • Linux Standalone

How to Use

To use this package, follow these steps:

  1. Open your project in Unity.
  2. Go to Window -> Package Manager -> Add package from git URL....
  3. Insert the git repository URL: https://github.com/RimuruDev/UnitySkipSplashScreen.git.
  4. Click Add and 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.

What's Changed

New Contributors

Full Changelog: 1.0.1...v1.0.3

v1.0.0

25 Feb 12:47
b93ebb6
Compare
Choose a tag to compare

⭐ Unity Skip Splash Screen⭐

Made With Unity License Last Commit Repo Size Downloads Last Release GitHub stars GitHub user stars

Этот пакет позволяет быстро и легко убрать заставку Unity при запуске приложения. Подходит для разработчиков, желающих сразу перейти к содержанию своего приложения без отображения начального Splash Screen от Unity.

Как использовать

Для использования пакета выполните следующие шаги:

  1. Откройте ваш проект в Unity.
  2. Перейдите в Window -> Package Manager -> Add package from git URL....
  3. Вставьте ссылку на git-репозиторий: https://github.com/RimuruDev/UnitySkipSplashScreen.git.
  4. Нажмите Add и дождитесь окончания установки пакета.

После установки пакет автоматически настроит ваш проект на пропуск заставки Unity при запуске.

Как это работает

Пакет содержит два основных компонента:

  • SetSplashScreenBlack: Этот скрипт работает в редакторе Unity и автоматически настраивает заставку Unity на темный фон с логотипом Unity в стиле "Light on Dark" перед каждой сборкой проекта.
  • UnitySkipSplashScreen: Этот скрипт работает в собранном приложении и пропускает заставку Unity при запуске приложения, позволяя пользователю сразу перейти к основному содержанию.

Full Changelog: https://github.com/RimuruDev/UnitySkipSplashScreen/commits/v1.0.0

Full Changelog: https://github.com/RimuruDev/UnitySkipSplashScreen/commits/v1.0.0