Search Issue Tracker
Fixed in 4.3.1
Votes
0
Found in
4.3.0f3
Issue ID
574610
Regression
Yes
Sprites cannot be created from square textures in advanced texture mode
To reproduce:
1. Open the attached project
2. In the Project view, select the 'musicalNote_512x512' texture
3. In the Inspector, change the texture type to Advanced
4. Change the sprite mode to 'Single'
5. Hit Apply
6. Notice the console warning that 'Sprites can not be generated from textures with NPOT scaling'
7. Repeat the same steps with 512x514 texture, but before hitting apply set the 'Non Power of 2' to None.
8. Notice that this works fine.
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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
LightStriker
Oct 31, 2016 14:19
I can reproduce the issue in 5.4.1.
64x64 textures, flagged as "Scale to nearest" cannot generate sprite. Putting the scaling to "None" allows to make the sprite.