Search Issue Tracker
Fixed
Fixed in 2022.3.22f1
Votes
0
Found in
2022.3.17f1
Issue ID
UUM-72779
Regression
No
[Quest] Unused texture is allocated when built for Quest
Reproduction steps:
1. Open the attached project "ReproProj2"
2. Open the “/Assets/Scenes/SampleScene.unity” Scene
3. Switch to Android Platform
4. In the Build Settings window, select Development Build (File > Build Settings > Development Build)
5. Build and Run on Quest
6. Open the Memory Profiler and connect to the Quest
7. Take a capture when the screen is green
8. Take a capture when the screen is red
9. Select Compare Snapshots
10. Select the 2 Snapshots
11. Observe the difference of memory in Graphics
Expected result: The difference below 1 MB
Actual result: The difference is ~230-300 MB
Reproducible with: 2022.3.21f1
Not reproducible with: 2021.3.38f1, 6000.0.3f1
Fixed in: 2022.3.22f1
Reproducible on:
VLNQA00379, Oculus (Quest 2), Android 10, CPU: Snapdragon XR2, GPU: Adreno (TM) 650
Testing environment: Windows 10 Enterprise 21H2
Not reproducible on: No other environment tested
Workaround:
- Use Screen.SetResolution(16, 16, true);
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment