Search Unity

Resolved All WebRequests fail in WebGL build after upgrading to 2022.2

Discussion in 'Web' started by dinkelstefan, Feb 23, 2023.

  1. dinkelstefan

    dinkelstefan

    Joined:
    Mar 13, 2019
    Posts:
    30
    Our WebGL project does not seem to work after upgrading from 2022.1 to 2022.2.7f1.
    Web requests work in the Editor, but when built for WebGL, we get some unexpected errors.

    RESOLVED
    This was a personal error, the issue was that our {{{ LOADER_FILENAME }}} was accidentally replaced with a static outdated url in our WebGL Template, breaking the new WebRequest features of 2022.2
     
    Last edited: Feb 23, 2023