Search Unity

Web GL Loading issue

Discussion in 'Web' started by rameshkumar, Aug 7, 2015.

  1. rameshkumar

    rameshkumar

    Joined:
    Aug 5, 2013
    Posts:
    50
    i am working on Web GL game and thats is taking some time to load so what is requirement to run the WebGL game , any graphics card or ram size should be upgarded.please help me ..

    https://unity3d.com/unity/system-requirements

    in this link only crome and firefox is enough to play the webgl game like that they have told , but is it true dont want any hard ware requirements minimum ram or any graphics card ..

    and how to clear the log's which is printing while loading , how to avoid it ,to get the game to load very fast..
     
  2. Marco-Trivellato

    Marco-Trivellato

    Unity Technologies

    Joined:
    Jul 9, 2013
    Posts:
    1,654
    In theory you just need a Desktop computer with Chrome or Firefox....and enough RAM. How much is 'enough' RAM, is a really tricky question to answer. If we told you, you need X bytes of RAM in order to be able to run a simple scene with a spinning cube, that would not be representative of a real-world game/application. Right now, what I would suggest is that, you as developer, do some tests to find out how much memory you need to run your content so that you can let the user know that in advance.

    Does that help ?