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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.