private static void Init() { apiKey = ""; lat = 0; lon = 0; rad = 30000; level = 8; resolution = 64; height = 50; window = GetWindow <LoaderUI>(); window.maxSize = window.minSize = new Vector2(300, 400); window.Show(); }
private void Awake() { instance = this; showCounter = 0; }