I have a WebGL game that is in a browser, and I was wondering if it is possible to get the content of that meta tag from within the game.
Using this:
Application.ExternalEval();
Can I somehow return the content back to c#?
I have a WebGL game that is in a browser, and I was wondering if it is possible to get the content of that meta tag from within the game.
Using this:
Application.ExternalEval();
Can I somehow return the content back to c#?
We were able to figure it out using the jslib files