Search Issue Tracker
Duplicate
Votes
0
Found in
2021.3.36f1
2022.3.21f1
2023.2.13f1
2023.3.0b10
Issue ID
UUM-66779
Regression
No
Splash Screen Logo images are included in build and loaded in memory even when disabled
Reproduction steps:
1. Open the attached “Splash screen.zip” project
2. Open the Build Settings and click on “Player Settings…”
3. Observe the two added Logos in the “Splash Image” property
4. Uncheck the “Show Splash Screen” property
5. Build and Run on WebGL
6. Open the Memory Profiler Window (Window > Analysis > Memory Profiler)
7. Click on the “Capture New Snapshot” button
8. Navigate to the “All of Memory” tab and unravel the “Graphics” property
9. Unravel the Texture2D property and observe the list
Expected result: The Splash Screen Logo sprites (“testMemory”) are not loaded in memory and are not present in the build
Actual result: The Splash Screen Logo sprites are loaded in memory according to the Memory Profiler and are therefore also present in the build
Reproducible with: 2021.3.36f1, 2022.3.21f1, 2023.2.13f1, 2023.3.0b10
Reproducible on: Windows 11
Not reproducible on: no other environment tested
-
Resolution Note:
Duplicate
Duplicate of https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-63958
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
This is a duplicate of issue #UUM-63958