I hereby claim:
- I am natsupy on github.
- I am natsupy (https://keybase.io/natsupy) on keybase.
- I have a public key ASAvWJZL8oxe7BjJ78MAcsEhJSATv-KnAGyzSgEaO922Cgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
using UnityEngine; | |
using System.Collections; | |
using Newtonsoft.Json; | |
/// <summary> | |
/// The Geo data for a user. | |
/// | |
/// http://ip-api.com/docs/api:json | |
/// |
using System; | |
using System.Collections.Generic; | |
using System.IO; | |
using System.Text; | |
using Newtonsoft.Json; | |
using UnityEngine; | |
public IEnumerator GetLevels() | |
{ |
void Update() | |
{ | |
if (Input.GetKeyDown(KeyCode.Escape)) | |
{ | |
OnClickBackButtonQuit(); | |
} | |
} | |
bool isFirstPress = false; | |
float timeFirstPress; | |
using System.Collections.Generic; | |
using System.IO; | |
using System.Collections; | |
using UnityEditor; | |
using UnityEngine; | |
using System; | |
using System.Threading; | |
public class Utilities : EditorWindow | |
{ |