Get page meta tag content

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

  • using System. Collections. Generic;
  • public List findNeighbours()
  • {
  • List localFish = new List();
  • foreach(GameObject fish in fishSchool)
  • {
  • float open graph alternator = Vector3. Distance (transform. position, fish. transform. position);
  • if (distance <= nDistance)