Search Issue Tracker
By Design
Votes
0
Found in
4.0.0b9
Issue ID
491554
Regression
No
Image is flipped when setting the quality to Good
By design:
The flipping is due to different platform handling on texture coordinates.
http://docs.unity3d.com/Manual/SL-PlatformDifferences.html
Switching from good to fantastic quality enables Anti-aliasing, which forces different handling.
Steps to reproduce :
- open the scene Particle System
- go to Edit>Project Settings >Quality and set it to fantastic
- build a standalone player
- now set the quality to good and build another standalone player
- play them both and compare, notice that the image is flipped in the player with good settings
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Brush Size in the Inspector window does not update when the Brush Size in Scene View is changed
- "ArgumentOutOfRangeException" errors are thrown every time a keyboard key is pressed when renaming a component in UI Builder with a symbol and changing the name after label attribute warning
- Values in "Rect Transform" component are only partially updated when changing values in Prefab Mode
- Same Asset Type Focused Inspectors do not repaint when menus are manipulated
- Bool or Trigger Parameters can be selected via right clicking to the right of a Parameter control in the Animator Window
Add comment