I’m trying to make the game in a responsive webpage (bootstrap). To do this I need to change the size of the canvas that’s loaded at runtime of the webpage. In short when the window’s loaded the canvas doesn’t exist yet, so I cannot add any formatting classes to it.
Is there a callback from a Unity WebGL project that says the game’s loaded?