Search Issue Tracker
Won't Fix
Votes
1
Found in
4.3.0f1
Issue ID
573126
Regression
No
[WP8] Textures drawn with Sprite Renderer ignore wrap setting
Steps to reproduce:
1. Create a project which uses SpriteRenderer to continuously draw a scrolling sprite by changing TextureOffset property.
2. At Import Settings make sure Texture Type of the sprite is set to Advanced and Wrap Mode is set to Repeat.
3. Apply.
4. Run in editor - see texture scroll and repeat itself
5. Deploy it to Windows Phone device - texture will scroll, but at the end of the image it will drag and repeat pixels instead of wrapping.
To workaround this issue simply use Mesh Renderer instead of Sprite Renderer to achieve the scrolling effect.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Add comment