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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
This is a duplicate of issue #UUM-63958