Skip to content

Commit 31b72ff

Browse files
committed
Added localization
1 parent b93ebb6 commit 31b72ff

File tree

2 files changed

+71
-17
lines changed

2 files changed

+71
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
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">
35
<a>
46
<img alt="Made With Unity" src="https://img.shields.io/badge/made%20with-Unity-57b9d3.svg?logo=Unity">
57
</a>
68
<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">
810
</a>
911
<a>
1012
<img alt="Last Commit" src="https://img.shields.io/github/last-commit/RimuruDev/UnitySkipSplashScreen?logo=Mapbox&color=orange">
@@ -29,24 +31,22 @@
2931
</a>
3032
</p>
3133

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.
3235

36+
## How to Use
3337

34-
Этот пакет позволяет быстро и легко убрать заставку Unity при запуске приложения. Подходит для разработчиков, желающих сразу перейти к содержанию своего приложения без отображения начального Splash Screen от Unity.
35-
36-
## Как использовать
37-
38-
Для использования пакета выполните следующие шаги:
38+
To use this package, follow these steps:
3939

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.
4444

45-
После установки пакет автоматически настроит ваш проект на пропуск заставки Unity при запуске.
45+
After installation, the package will automatically configure your project to skip the Unity Splash Screen at startup.
4646

47-
## Как это работает
47+
## How It Works
4848

49-
Пакет содержит два основных компонента:
49+
The package contains two main components:
5050

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.

README_RU.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
**[en Read this in English](README.md)**
2+
3+
<h1 align="center">⭐ Unity Skip Splash Screen ⭐</h1>
4+
<p align="center">
5+
<a>
6+
<img alt="Made With Unity" src="https://img.shields.io/badge/made%20with-Unity-57b9d3.svg?logo=Unity">
7+
</a>
8+
<a>
9+
<img alt="License" src="https://img.shields.io/github/license/RimuruDev/UnitySkipSplashScreen?logo=github">
10+
</a>
11+
<a>
12+
<img alt="Last Commit" src="https://img.shields.io/github/last-commit/RimuruDev/UnitySkipSplashScreen?logo=Mapbox&color=orange">
13+
</a>
14+
<a>
15+
<img alt="Repo Size" src="https://img.shields.io/github/repo-size/RimuruDev/UnitySkipSplashScreen?logo=VirtualBox">
16+
</a>
17+
<a>
18+
<img alt="Downloads" src="https://img.shields.io/github/downloads/RimuruDev/UnitySkipSplashScreen/total?color=brightgreen">
19+
</a>
20+
<a>
21+
<img alt="Last Release" src="https://img.shields.io/github/v/release/RimuruDev/UnitySkipSplashScreen?include_prereleases&logo=Dropbox&color=yellow">
22+
</a>
23+
<a>
24+
<img alt="GitHub stars" src="https://img.shields.io/github/stars/RimuruDev/UnitySkipSplashScreen?branch=main&label=Stars&logo=GitHub&logoColor=ffffff&labelColor=282828&color=informational&style=flat">
25+
</a>
26+
<a>
27+
<img alt="GitHub user stars" src="https://img.shields.io/github/stars/RimuruDev?affiliations=OWNER&branch=main&label=User%20Stars&logo=GitHub&logoColor=ffffff&labelColor=282828&color=informational&style=flat">
28+
</a>
29+
<a>
30+
<img alt="" src="https://img.shields.io/github/watchers/RimuruDev/UnitySkipSplashScreen?style=flat">
31+
</a>
32+
</p>
33+
34+
35+
36+
Этот пакет позволяет быстро и легко убрать заставку Unity при запуске приложения. Подходит для разработчиков, желающих сразу перейти к содержанию своего приложения без отображения начального Splash Screen от Unity.
37+
38+
## Как использовать
39+
40+
Для использования пакета выполните следующие шаги:
41+
42+
1. Откройте ваш проект в Unity.
43+
2. Перейдите в `Window -> Package Manager -> Add package from git URL...`.
44+
3. Вставьте ссылку на git-репозиторий: `https://github.com/RimuruDev/UnitySkipSplashScreen.git`.
45+
4. Нажмите `Add` и дождитесь окончания установки пакета.
46+
47+
После установки пакет автоматически настроит ваш проект на пропуск заставки Unity при запуске.
48+
49+
## Как это работает
50+
51+
Пакет содержит два основных компонента:
52+
53+
- `SetSplashScreenBlack`: Этот скрипт работает в редакторе Unity и автоматически настраивает заставку Unity на темный фон с логотипом Unity в стиле "Light on Dark" перед каждой сборкой проекта.
54+
- `UnitySkipSplashScreen`: Этот скрипт работает в собранном приложении и пропускает заставку Unity при запуске приложения, позволяя пользователю сразу перейти к основному содержанию.

0 commit comments

Comments
 (0)