Search Issue Tracker
Fixed
Votes
0
Found in
5.4.0f3
Issue ID
831196
Regression
No
RenderTexture.antialiasing works in editor and desktop build but has no effect in WebGL
Upon building project in WebGL Anti-Aliasing on RenderTexture stops functioning.
Steps to reproduce:
1. Set up RenderTexture object and camera.
2. Set Anti-aliasing on it to any value above "none"
3. Build in WebGL and open in browser.
4. Anti-aliasing ceases to function.
Expected outcome: Anti-aliasing would work in editor and any builds
Actual outcome: Anti-aliasing works in editor, PC build, but not WebGL
Tested on 5.4.0f3 and 2017.1.0a4
Note: Bug doesn't reproduce on latest version. Resolved as fixed.
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
Add comment