Search Unity

Release my game on WebGL?

Discussion in 'Getting Started' started by Cameltotem, Sep 9, 2015.

  1. Cameltotem

    Cameltotem

    Joined:
    Feb 16, 2015
    Posts:
    5
    Hello! I've made a few games and I understand that the old way of publishing is not possible anymore.

    However I have not heard anything about WebGL except that it's the new way to publish games.

    I heard you need to change everything to javascript? Last time I tried to upload the games I got an javascript error that was a common problem by others too.


    So is there an guide on how to do this? Found NADA on googling this issue.

    Thanks!
     
  2. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,401
    The "old way" is possible, just not supported in recent versions of certain browsers. You can't change everything to Javascript since that's not a language supported by Unity. Putting "Unity WebGL" into Google resulted in this as the first hit: http://docs.unity3d.com/Manual/webgl-building.html

    --Eric