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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Add comment