Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 1.53 KB

File metadata and controls

62 lines (37 loc) · 1.53 KB

1. WebGLAA

This sample demonstrates an issue with anti-aliasing on WebGL builds. The main camera uses the forward rendering pipeline and AA is set to 8x.

Currently, WebGL builds which are using any Unity2017.3 beta version (last tested 2017.3.0b10) show a black screen when launched via Safari on some macOS machines. Prior to 2017.3, AA is not working with WebGL 1.0.

Here are the results for different combinations of:

  • Unity version
  • Browser
  • WebGL API

Unity 2017.2.0f3 (macOS 10.12.6)

Unity 2017.2.0f3 build (auto Graphics API)

Unity 2017.2.0f3 build (WebGL 1.0)

Browser WebGL 1.0 WebGL 2.0 or WebGL 1.0
Firefox no AA okay
Chrome no AA okay
Safari no AA fallback to WebGL 1.0, no AA

Unity 2017.3.0b4 (macOS 10.12.6)

Unity 2017.3.0b4 build (auto Graphics API)

Unity 2017.3.0b4 build (WebGL 1.0)

Browser WebGL 1.0 WebGL 2.0 or WebGL 1.0
Firefox no AA okay
Chrome no AA okay
Safari black screen black screen

Unity 2017.3.0b7 (macOS 10.12.6)

Unity 2017.3.0b7 build (auto Graphics API)

Unity 2017.3.0b7 build (WebGL 1.0)

Browser WebGL 1.0 WebGL 2.0 or WebGL 1.0
Firefox no AA okay
Chrome no AA okay
Safari black screen black screen