How to get rid of "Splash Screen Unity Logo" that takes up memory space?

Hello there,

I’m working on a mobile game and trying to optimize every bit of it (needs to run on low end devices), and now I see that the number one object in terms of memory size is a “Splash Screen Unity Logo”.

I have a pro subscription so I don’t need it in the game, and also it didn’t show on previous version of Unity (I’m using now 2022.3.22, and didn’t happen on 2021.3.17).

Any idea on how to get rid of this ? I cannot find the file itself in the project…

Thanks !

Probably best is to search google or these forums for the thousands of other times this has been asked. :slight_smile:

Hi Kurt!
A thousands of other times, I don’t know, I did some research actually but seems like not thoroughly enough… :wink:
Ended up founding this thread where you recently replied.

It did the trick ! For anyone wondering, here are the steps:

  1. Enable “Show Splash Screen”,
  2. Disable “Show Unity Logo”,
  3. Disable “Show Splash Screen”,
  4. Make build

Thanks a lot :slight_smile:

Note that the 2.7 MB size should only temporarily occupy (video) memory when the app launches. Whereas the size on disk ie how much it adds to the build output is much less than those 2.7 MB, it was guesstimated to be around 100 KiB. Which means ultimately it loads fast, does not occupy much space and shouldn’t affect ingame memory usage.