Search Unity

Where's all the cool looking 3D WebGL games?

Discussion in 'Web' started by Stardog, May 19, 2017.

  1. Stardog

    Stardog

    Joined:
    Jun 28, 2010
    Posts:
    1,913
    I've noticed in the last year or so that WebGL is now capable of handling full dynamic lighting, image effects, etc, to a good degree.

    I've done some experiments myself, and not even had to worry too much about optimisation (especially with the new GPU Instancing). It's only when the polycount gets insane that I have to worry.

    Can anyone link me to some nice looking 3D Unity WebGL games?
     
  2. popuz

    popuz

    Joined:
    Nov 11, 2016
    Posts:
    2
    Just played you Orn.io game. Nice idea to port this classical game in 3d. One suggestion: when ball is splitted by pressing SPACE, you should adjust the camera in a way, that player can see all his balls, not only biggest one (like it happens in original 2d game)
     
  3. UnityLighting

    UnityLighting

    Joined:
    Mar 31, 2015
    Posts:
    3,875
    WEBGL platform is good enough for next gen graphics

    But you just need something :
    - Optimizing poly count (like all other next gen games) use Simplygon Level of Detail
    - Use Linear color space on 2017.3
    - Use forward rendering path without SSR
    45 mb game size (zipped)
    photo_2018-01-02_13-53-44.jpg photo_2018-01-02_13-53-47.jpg photo_2018-01-02_13-53-48.jpg
    photo_2018-01-02_13-53-44.jpg
     
  4. UnityLighting

    UnityLighting

    Joined:
    Mar 31, 2015
    Posts:
    3,875
    Some players want to play high quality nextgen games in low size and short load time
    Most Next gen games needs long download time and much hdd space