Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2019.3
2019.3.0f6
2020.1
Issue ID
1218832
Regression
No
[Wrap Mode]Mirror Once texture Wrap Mode mirrors continually on Android builds
To reproduce:
1. Open the user's attached project
2. Build and run on Android device
3. Compare the Game View and device screen
Expected: Texture is mirrored once, like it is in Editor
Actual: Texture is mirrored continually, unlike in Editor
Reproduced with: 2018.4.16f1, 2019.3.1f1, 2020.1.0a22
Reproduced with OpenGL (Mono and IL2CPP) on both Adreno and Mali
Not reproduced with Vulkan (Mono and IL2CPP) only on Adreno GPUs
Devices tested:
VLNQA00124  Google Pixel 2 XL     10          Snapdragon 835 MSM8998  Adreno (TM) 540  OpenGL ES 3.2
VLNQA00318  Oneplus -             9           Snapdragon 855 SM8150   Adreno (TM) 640  OpenGL ES 3.2
OpenGL (Mono, IL2CPP) - Repro
Vulkan (Mono, IL2CPP) - No repro
VLNQA00138  Huawei P20 Pro        8.1.0       HiSilicon Kirin 970     Mali-G72         OpenGL ES 3.2
VLNQA00175  Samsung Galaxy Note9  9           Exynos 9 Series 9810    Mali-G72         OpenGL ES 3.2
Reproduced with all configurations of Vulkan and OpenGL with Mono and IL2CPP
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
- Video does not play in macOS build when built app is placed in a path with a space in it on a specific project
 - Crash on AuxWindowManager::OnGotFocus when trying to maximize a tab while Visual Effect Graph window is open
 - “NullReferenceException: Object reference not set to an instance of an object” error is thrown when
 - [Metal] Game freezes after command buffer Timeout error
 - Addressables Report window UI is broken when opening via Build > New Build > Default Build Script
 
Resolution Note (2020.2.X):
Mirror Once texture wrap mode requires and OpenGL ES extension (which is supported on ShieldTV only) or a Vulkan extension (VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME), which is not supported on all drivers.
We fall back to Mirror wrap mode if it's not supported.