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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Add comment