Title: bertzero's Replies | WordPress.org

---

# bertzero

  [  ](https://wordpress.org/support/users/bertzero/)

 *   [Profile](https://wordpress.org/support/users/bertzero/)
 *   [Topics Started](https://wordpress.org/support/users/bertzero/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bertzero/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bertzero/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bertzero/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bertzero/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bertzero/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HoweScape Unity3d WebGL] Version 2020.3 not working](https://wordpress.org/support/topic/version-2020-3-not-working/)
 *  Thread Starter [bertzero](https://wordpress.org/support/users/bertzero/)
 * (@bertzero)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/version-2020-3-not-working/#post-14729906)
 * [@pthowe](https://wordpress.org/support/users/pthowe/), Sorry I forgot to reply,
 * Your fix did not work but I got it working so u can also close this support topic
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Photo Album Plus] Folder won’t display on the actual website.](https://wordpress.org/support/topic/folder-wont-display-on-the-actual-website/)
 *  Thread Starter [bertzero](https://wordpress.org/support/users/bertzero/)
 * (@bertzero)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/folder-wont-display-on-the-actual-website/#post-14551389)
 * I am. Sorry I thought I open a general support
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HoweScape Unity3d WebGL] Version 2020.3 not working](https://wordpress.org/support/topic/version-2020-3-not-working/)
 *  Thread Starter [bertzero](https://wordpress.org/support/users/bertzero/)
 * (@bertzero)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/version-2020-3-not-working/#post-14547575)
 * I fixed it for myself.
 * The problem is that if you build the game with compression format gzip.
    There
   is a chance that unity framework will not be defined. This only counts for unity
   version 2020.
 * The error:”Unity framework not defined” in google chrome console will display
   if u uncomment the last echo in function 2020
    //echo “<br>PageTxtStart: “.$game_page.”:
   endPageTxt<br>”;
 * To solve this I changed compression format in Unity to disabled as referenced
   here: [https://forum.unity.com/threads/uncaught-referenceerror-unityframework-is-not-defined-at-htmlscriptelement-script-onload-webgl.803967/](https://forum.unity.com/threads/uncaught-referenceerror-unityframework-is-not-defined-at-htmlscriptelement-script-onload-webgl.803967/)
 * I also changed in function 2020
    $dataExtension = “.data.gz”; $frameworkExtension
   = “.js.gz”; $asmExtension = “.wasm.gz”; To $dataExtension = “.data”; $frameworkExtension
   = “.js”; $asmExtension = “.wasm”;
 * The shortcodes stopped working for me but [hs_unity3d_web_gl_gamepage] this one
   worked.
    If I tested a shortcode with [hs_unity3d_web_gl_gamepage] and copied
   the shortcode that would appear above the game that shortcode worked. I typed
   the exact shortcode and that did not work I also copied and pasted all the shortcodes
   from howescape and that also did not work.
 * I hope this helped no bad intentions meant.
 * 2 final things.
    Is the game still embedded when I apply these changes.
 * The unity progression of the loading bar is out of bounds to the bottom or the
   loading bar is a little to the top and outside of the progression.
 * Did my changes do this, is it unity or is it something else?

Viewing 3 replies - 1 through 3 (of 3 total)