Search Issue Tracker
Not Reproducible
Fixed in 2019.4.X
Votes
0
Found in
2019.4
2019.4.13f1
Issue ID
1288174
Regression
No
[GLES2] [iOS] UnityGet2DClipping function returns wrong values
Steps to reproduce:
1. Open Unity project in "New Unity Project.zip"
2. Inspect the scene:
Notice how the Scene looks in the editor (small orange plane centered in front of a bigger grey plane)
3. Build and run OpenGLES2 version of player on an iOS device
4. Inspect the scene on your device
Expected result: Scene is the same on the iOS device as in Editor
Actual result: Orange square is stretched to the left (view images attached)
Does not reproduce on Android (GLES2, GLES3, Vulkan) and iOS with Metal
Reproducible with: 2019.4.13f1
Not reproducible with 2018.4.29f1
Could not test with 2020.1, 2020.2, 2021.1 because OpenGL ES support is deprecated (also iOS 10 is deprecated)
Devices tested:
Reproducible with:
iPhone 5C (iOS 10.3.3)
iPad 4th Gen (unknown iOS)
Not reproducible with:
iPad Pro 12.9 1st gen (iOS 13.4.1)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 2019.4):
Fixed in 2019.4.15f1 (fbf367ac14e9)