One solution I thought about for obtaining geolocation was to have a html5 document that outputs the latitude and longitude of a users location that I could bring into unity using www.text. Problem is for HTML5 to output it, it requires the user to click a prompt that approves that their position can be used. And I dont think I can do this through the unity app. Any way around this? Its just a thought Im exploring, I know there are prob better methods out there.
If you’re using an mobile device you can access it though Input.location, otherwise it won’t help you too much, would it?