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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment