Search Issue Tracker
By Design
Votes
0
Found in
2021.3.4f1
2022.1.1f1
2022.2.0a15
Issue ID
UUM-16466
Regression
Yes
[Android][URP][OpenGLES3] Render Texture memory increases by 50% when using OpenGLES 3
Steps to reproduce:
1. Open the attached project "1239000_2021.zip"
2. Switch to Android
3. Make sure that OpenGLES 3 is the selected Graphics API
4. Make Sure that Depth Texture and Opaque Texture are enabled in the URP asset
5. Build to a device
6. Open the Memory Profile and capture a snapshot, navigate to Treemap and inspect the Render Texture memory block
Expected results: Render texture memory is the same when using Vulkan and OpenGLES 3
Actual results: Render Texture memory is higher with OpenGLES 3 than Vulkan (See attached results.png)
Reproducible in: URP 12.1.7 - 15.0.1 (2021.3.11f1, 2022.1.19f1, 2022.2.0b8, 2023.1.0a12)
Not reproducible in: URP 7.7.1 - 10.9.0 (2019.4.39f1, 2020.3.40f1)
Reproducible with these devices (OpenGLES 3):
N/A, Huawei HUAWEI Mate 20 Pro (LYA-L29), Android 9, CPU: HiSilicon Kirin 980, GPU: Mali-G76
Not reproducible with these devices (OpenGLES 3):
N/A, Samsung Galaxy Z Flip3 5G (SM-F711B), Android 11, CPU: Snapdragon 888, GPU: Adreno (TM) 660
VLNQA00372 - Galaxy S21 5G (SM-G991U), CPU: Snapdragon 888, GPU: Adreno 660, OS: 11
N/A, Google Pixel 3 (Pixel 3), Android 12, CPU: Snapdragon 845, GPU: Adreno (TM) 630
N/A, Samsung Galaxy S9 (SM-G960F), Android 8.0.0, CPU: Exynos 9 Series 9810, GPU: Mali-G72
VLNQA00202 - Samsung Galaxy Note 9 USA (SM-N9600), CPU: Snapdragon 845 SDM845, GPU: Adreno 630, OS: 9.0.0
VLNQA00413 - Samsung Galaxy Note10+ (SM-N975F), OS: 9, CPU: Exynos 9 Series 9825, GPU: Mali-G76
Notes:
-Issue does not reproduce on Vulkan
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] [iOS] [UnityWebRequest] Requests with "UnityWebRequest" are open for SSL Proxying
- SetWindowsHookEx does not prevent Windows key input when Editor or Player Window is focused and Active Input Handling is set to “Input System Package (New)” or “Both”
- Crash on GetEffectiveBc7TextureCompressor() when loading and unloading all Assets in the Project
- Terrain Masks do not ignore the mipmap limit
- "Build And Run" the project for Web is allowed even though the directory for the non-default browser is not selected
Resolution Note:
On the device in question, the Vulkan driver doesn't support the smaller texture format and uses a larger-sized one, increasing memory usage. Our use of Vulkan in this case is as expected, given the device's capabilities.