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.
Comments (1)
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.