|
1 | | -<p align="center"><h1>⭐ Unity Skip Splash Screen⭐</h1></p> |
2 | | - <p align="center"> |
| 1 | +**[🇷🇺 Read this in Russian](README_RU.md)** |
| 2 | + |
| 3 | +<h1 align="center">⭐ Unity Skip Splash Screen ⭐</h1> |
| 4 | +<p align="center"> |
3 | 5 | <a> |
4 | 6 | <img alt="Made With Unity" src="https://img.shields.io/badge/made%20with-Unity-57b9d3.svg?logo=Unity"> |
5 | 7 | </a> |
6 | 8 | <a> |
7 | | - <img alt="License" src="https://img.shields.io/github/license/RimuruDev/UnitySkipSplashScreen?logo=github"> |
| 9 | + <img alt="License" src="https://img.shields.io/github/license/RimuruDev/UnitySkipSplashScreen?logo=github"> |
8 | 10 | </a> |
9 | 11 | <a> |
10 | 12 | <img alt="Last Commit" src="https://img.shields.io/github/last-commit/RimuruDev/UnitySkipSplashScreen?logo=Mapbox&color=orange"> |
|
29 | 31 | </a> |
30 | 32 | </p> |
31 | 33 |
|
| 34 | +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. |
32 | 35 |
|
| 36 | +## How to Use |
33 | 37 |
|
34 | | -Этот пакет позволяет быстро и легко убрать заставку Unity при запуске приложения. Подходит для разработчиков, желающих сразу перейти к содержанию своего приложения без отображения начального Splash Screen от Unity. |
35 | | - |
36 | | -## Как использовать |
37 | | - |
38 | | -Для использования пакета выполните следующие шаги: |
| 38 | +To use this package, follow these steps: |
39 | 39 |
|
40 | | -1. Откройте ваш проект в Unity. |
41 | | -2. Перейдите в `Window -> Package Manager -> Add package from git URL...`. |
42 | | -3. Вставьте ссылку на git-репозиторий: `https://github.com/RimuruDev/UnitySkipSplashScreen.git`. |
43 | | -4. Нажмите `Add` и дождитесь окончания установки пакета. |
| 40 | +1. Open your project in Unity. |
| 41 | +2. Go to `Window -> Package Manager -> Add package from git URL...`. |
| 42 | +3. Insert the git repository URL: `https://github.com/RimuruDev/UnitySkipSplashScreen.git`. |
| 43 | +4. Click `Add` and wait for the package installation to complete. |
44 | 44 |
|
45 | | -После установки пакет автоматически настроит ваш проект на пропуск заставки Unity при запуске. |
| 45 | +After installation, the package will automatically configure your project to skip the Unity Splash Screen at startup. |
46 | 46 |
|
47 | | -## Как это работает |
| 47 | +## How It Works |
48 | 48 |
|
49 | | -Пакет содержит два основных компонента: |
| 49 | +The package contains two main components: |
50 | 50 |
|
51 | | -- `SetSplashScreenBlack`: Этот скрипт работает в редакторе Unity и автоматически настраивает заставку Unity на темный фон с логотипом Unity в стиле "Light on Dark" перед каждой сборкой проекта. |
52 | | -- `UnitySkipSplashScreen`: Этот скрипт работает в собранном приложении и пропускает заставку Unity при запуске приложения, позволяя пользователю сразу перейти к основному содержанию. |
| 51 | +- `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 | +- `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. |
0 commit comments