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
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
- [Android] The Player loses focus when using UnityEngine.Handheld.StartActivityIndicator() with Facebook SDK
- Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
Add comment