Search Unity

Webgl

Discussion in 'Getting Started' started by Bipinnegi, Jun 4, 2019.

  1. Bipinnegi

    Bipinnegi

    Joined:
    Jul 6, 2015
    Posts:
    8
    Hi I am working unity webgl file. Webgl file in Android browser working fine but on iPhone browser sfari is not working using unity 2018.2
    Thanks
     
  2. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    Unity's WebGL implementation targets desktop browsers. Mobile platforms are not supported, even if you can sometimes see some success.

    Manual browser compatibility page:
    https://docs.unity3d.com/2019.1/Documentation/Manual/webgl-browsercompatibility.html

    If you look at the hardware specs of various mobile devices, you'll notice that Apple devices typically have significantly less RAM than their Android counterparts. That may be part of the problem you're seeing on iPhone.

    Relevant thread:
    https://forum.unity.com/threads/webgl-mobile-isnt-supported-because-of-incompetence.514009/