Releases: kiraio-moe/USSR
Unity Splash Screen Remover v1.1.8
Changes
- Refactor code & bug fixes: #19.
- Update TypeTree
classdata.tpk
. - Drop .NET 7.
Full Changelog: ussr-v1.1.7...ussr-v1.1.8
Note
You can find the nightly build of USSR with the latest bug fixes in the latest runned workflow artifacts.
Unity Splash Screen Remover (USSR) v1.1.7
What's Changed
Just some housekeeping to do in #18.
- Add .NET 8 build.
- Refactoring error handling. Let's give it some nice message. Fix #6, Fix #17.
- Updating
classdata.tpk
(more support for other Unity versions) and README. - Fixes for unable to detect the required file. Fix #14, Fix #15.
Full Changelog: ussr-v1.1.6...ussr-v1.1.7
Unity Splash Screen Remover (USSR) v1.1.6
Changes:
- Add support for .NET 8.
- Removed auto removal of splash screen (if there's not only 1 splash screen), instead you just need to specify the splash screen index.
Full Changelog: ussr-v1.1.5...ussr-v1.1.6
Unity Splash Screen Remover (USSR) v1.1.5
What's Changed
This release came with some improvements:
- [PULL REQUEST] Rewrite the main program and some fixes by @kiraio-moe in #9
New Contributors
- @kiraio-moe made their first contribution in #9
Full Changelog: ussr-v1.1.4...ussr-v1.1.5
Unity Splash Screen Remover (USSR) v1.1.4
This release include an extra feature to USSR by adding ability to remove watermark (small text on the bottom right of the screen (trial build
, development build
, etc.)).
I came across this problem before and don't know why this happened. I though it was because the license problem and yes, I tried to revoke the license and slap a new Personal license, restart Unity, build the game and it's gone.
This extra feature might not be useful for many of us, but not for our developer in China/Taiwan (please ignore about the political issues) as stated in this thread: https://forum.unity.com/threads/i-am-using-personal-but-there-is-trial-version-water-mark-after-build.591610/
Full Changelog: ussr-v1.1.3...ussr-v1.1.4
Unity Splash Screen Remover (USSR) v1.1.3
Improvements:
- Dynamically remove the splash screen by accepting
globalgamemanagers
anddata.unity3d
as the input file. - Add guide to remove the splash screen on Android platform without doing decompile and recompile process.
Full Changelog: ussr-v1.1.2...ussr-v1.1.3
Unity Splash Screen Remover (USSR) v1.1.2
Unity Splash Screen Remover (USSR) v1.1.1
Improvements:
- Fix for accidentally removing our own logo by providing optional input for logo duration.
- Some sketchy styling.
Full Changelog: ussr-v1.1.0...ussr-v1.1.1
Unity Splash Screen Remover (USSR) v1.1.0
Stable release for USSR v1.1.0
Improvements:
- Full support for WebGL platform, including support for Brotli & GZip compression.
Full Changelog: ussr-v1.1.0-beta...ussr-v1.1.0
Unity Splash Screen Remover (USSR) v1.1.0-beta
Beta release for v1.1.0.
Improvements:
- Add support for compressed build (LZ4/LZ4HC).
- Add support for .NET 7.0.