Skip to content

Instantly share code, notes, and snippets.

@natsupy
natsupy / GeoData.cs
Created July 16, 2018 00:33 — forked from sandcastle/GeoData.cs
A Unity 3D behaviour for Geo location lookup via IP address
using UnityEngine;
using System.Collections;
using Newtonsoft.Json;
/// <summary>
/// The Geo data for a user.
///
/// http://ip-api.com/docs/api:json
///