- Home /
Image Tiling issue with older iOS devices
Hey there!
I'm having some issues with tiling a UI image on older iOS devices such as iPad4 and iPod Touch, The image is acting as if the Wrap Mode is set to clamp and not repeat, resulting in the following:

Not having this issue on any newer devices and I've tested a build with nothing but an image in the scene to make sure that nothing else is interfering! Is this a known Unity bug or any ideas how to fix it?
Using Unity 5.5.0f3
Cheers!
Answer by techpurchase · Apr 13, 2017 at 12:48 PM
Managed to get around this in the older devices by setting the image border, the issue only seems to occur if it's left at it's default of 0, so I just set the Rect Values to 1 and it sorted it out! Hope this helps someone else!
Your answer
Follow this Question
Related Questions
why a gui image is rendered white on ios ? 0 Answers
How to solve notch problem and safe area in iphoneX (unity build to ios) 0 Answers
ios changes aren't showing when running app 0 Answers
metaioSDK 6.0.2.1, Unity 5.3.x and XCode 7.x 0 Answers
Unity 5 Resources.LoadAsync on Android slower than iOS? 0 Answers