Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Easily remove Unity splash screen & watermark.

License

NotificationsYou must be signed in to change notification settings

kiraio-moe/USSR

Repository files navigation

Table of Contents

Announcement

On the latest updated policy for Unity Runtime Fee on 22 September 2023 (https://unity.com/pricing-updates), one of the key updates is Unity has decided to make the splash screen optional. Starting with Unity 2024 LTS (currently referred to as the 2023 LTS) or later.

Overview

The Unity Splash Screen Remover (USSR) is a Command-Line Interface (CLI) tool designed to remove the Unity splash screen logo &watermark from Unity-built games.

The tool is an implementation of the guide available athttps://github.com/kiraio-moe/remove-unity-splash-screen. By utilizing this tool, you can easily remove Unity splash screen from your games and keep your own logo displayed.

Requirements

  • .NET 8.0 SDK
  • Splash screenDraw Mode have been set toAll Sequential inPlayer Settings.

Usages

Note

You can find the nightly build of USSR with the latest bug fixes in thelatest runned workflow artifacts.

  • Download USSR fromReleases page.
  • RunUSSR.exe and follow the instructions. If you're on Android or iOS platform, please read the guide below.

Android

  • Make sure you already haveJDK &SDK installed. In another word, you can build your game in Unity Editor.

  • Android Studio installed. Make sure to set theJDK andSDK path to the one you used for Unity Editor.

  • Follow these steps:

    • CheckExport Project inBuild Settings then export.
    • After exported,remove the splash screen at<export_result>/unityLibrary/src/main/assets/bin/Data/.
    • Remove the backup file (*.bak) generated by USSR ormove to somewhere else outside of<export_result>.
    • Import the exported project toAndroid Studio.
    • Build the project.
    • If you want to upload your game to app store (e.g. Google Play Store), you cansign your game withkeystore and build the project as app bundle (.aab).
      I won't cover those steps here, because you can find them pretty much on the internet.

iOS

Warning

This section may have some incorrect information (I'm not an expert on this). Feel free to create Issue/Pull Request if there's mistake.

  • Xcode installed.
  • There's no fancy settings to be checked, justBuild (export) the project.
  • Remove the splash screen at<export_result>/Data/.
  • Remove the backup file (*.bak) generated by USSR ormove to somewhere else outside of<export_result>.
  • OpenUnity-iPhone.xcodeproj with Xcode, then proceed to build.
    If you're an iOS developer, you know what to do next, right?

Supported Platforms

USSR support the following platforms:

  • PC, Mac, Linux Standalone
  • Android
  • iOS
  • WebGL

Supported Unity Versions

Important

Some minor Unity versions are not supported and can caused crash.

  • Unity 5 ~ Unity 2023

Contribute

If you found any bugs or have suggestions, feel free to create an Issue/Pull Request.

Credits

License

This project is licensed under GNU GPL 3.0.

For more information about the GNU General Public License version 3.0 (GNU GPL 3.0), please refer to the official GNU website:https://www.gnu.org/licenses/gpl-3.0.html

Disclaimer

By using this tool, you're intentionally violates the Unity End User License Agreement (EULA). Use the tool at your own risk (DWYOR - Do What You Own Risk).

FAQs

Q: Is using this tool safe?
A: Yes, the tool is designed to safely remove the Unity splash screen from your game without causing any harm.

Q: Can I upload my game to game stores and not get banned?
A: Yes, you can upload your games to various game stores without facing any bans. However, it's important to note that by removing the Unity splash screen, you are violating the Unity EULA, and there is always a risk of potential consequences. Be aware of the risks before proceeding.


Please note that using this tool is at your own discretion and responsibility. Always make sure to backup your game files before using any third-party tools or modifying game assets.


[8]ページ先頭

©2009-2025 Movatter.jp