Search Issue Tracker
Fixed
Votes
0
Found in
5.3.1f1
Issue ID
778188
Regression
No
[iOS][OpenGLES2] RenderTexture does not work on OpenGLES2 if it's size is not a power of 2
Steps to reproduce:
1. Open attached project
2. Switch to iOS
3. Set Graphics API to OpenGLES2 in Player Settings
4. Build 'Scene1 - CreateRT' scene to iOS
5. Build generated Xcode project to a device
6. Notice the render texture isn't working and the plane that the texture should be displayed on is simply black
Workaround: Changing the Render Texture size to a power of 2 (tried 1024x1024) solves the issue.
Note: With Metal Graphics API everything works as expected.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
Add comment