Skip to content

Instantly share code, notes, and snippets.

View iShengP's full-sized avatar

Pedro Sheng iShengP

  • Taitung, Taiwan
View GitHub Profile
@iShengP
iShengP / weather.cs
Created November 7, 2019 06:41
Unity OpenWeatherMap 範例
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using SimpleJSON;
using UnityEditor;
using UnityEngine.Serialization;
using UnityEngine.UI;
public class whether : MonoBehaviour
{