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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.