Search Unity

WebGL second time run issue

Discussion in 'Web' started by gear, Apr 2, 2015.

  1. gear

    gear

    Joined:
    May 11, 2009
    Posts:
    35
    Hi,
    I am making a build which run fine for first time, but quit and launch app 2nd time onward, it crashes randomly while disposing the WWW object, call of WWW dispose is random. From call stack it shows our script is calling but there is no WWW object getting used any way. I are loading bundles using WWW.LoadFromCacheOrDownload from other script. Data cahing is disabled in player setting, i tried clearing the browser content but it didn't help.

    Here is exception log, I am using Unity5 patch3, with f4 at least i never saw this issue.

    Thanks
     
  2. jonas-echterhoff

    jonas-echterhoff

    Unity Technologies

    Joined:
    Aug 18, 2005
    Posts:
    1,666
  3. gear

    gear

    Joined:
    May 11, 2009
    Posts:
    35
    Hello jonas,
    My project is kind of huge (30GB+) so uploading that for bug report will take time. I will try to simulate same in small project.

    Thanks
     
  4. gear

    gear

    Joined:
    May 11, 2009
    Posts:
    35