Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.1.4
Issue ID
DANB-645
Regression
No
Warnings are thrown when using Texture "Wrap Mode: Mirror Once" in Aseprite Importer
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
Reproducible with: 1.1.4 (2021.3.40f1, 2022.3.36f1, 6000.0.10f1)
Reproducible on: macOS Sonoma 14.5 (M1)
Not reproducible on: No other environment tested
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inspector elements are rendered twice when the script component is added via drag-and-drop while the HideFlags.HideInInspector property is set
- Error "Light baking failed with error code 5 (Convergence data not available while rendering lightmaps)" thrown in Console when generating lighting for specific GameObjects
- Copy and Paste options for an Animation Property value are disabled in the Right click contextual menu
- Asset is not found when searching the Label "NewLabel" in Search Window
- "Compute dispatch: missing texture ID..." and "Compute dispatch: missing UAV ID..." warnings are thrown after changing the platform in High Definition 3D template
Resolution Note:
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.