Unity Issue Tracker - Warnings are thrown when using Texture "Wrap Mode: Mirror Once" in Aseprite Importer
Closed
DANB-645
Warnings are thrown when using Texture "Wrap Mode: Mirror Once" in Aseprite Importer
Package: 2D Aseprite Importer
As Designed
1.1.X
For Aseprite Importer (and PSD Importer and Texture Importer) we use warnings to notify users if a texture setting cannot be used in a certain way. This warning is expected.
How to reproduce:
1. Open the attached project "2ET2"
2. In the Project window select the "Sprite-0001" Asset
3. In the Inspector, navigate to the Texture -> Wrap Mode
4. Change the "Wrap Mode" to "Mirror Once"
5. Click "Apply" and observe the Console
Expected results: No warnings are thrown into the Console
Actual results: "[Worker0] Using mirror once texture wrap mode which is not supported by the platform. Using mirror wrap mode instead, check SystemInfo.supportsTextureWrapMirrorOnce before using." warnings are thrown into the Console