Skip to content

Instantly share code, notes, and snippets.

View gologius's full-sized avatar
🐱
On vacation

gologius gologius

🐱
On vacation
View GitHub Profile
@gologius
gologius / unity_json_sample.cs
Last active April 1, 2020 15:47
Unityでサーバーと通信するためのサンプルみたいなもの
//使っていたのを見せるために作ったので、このまま丸々コピペしてもうごきません
//
//MiniJson.csをDLしてAssetsフォルダ内に入れる必要があります
//詳しくは http://qiita.com/phi/items/914bc839b543988fc0ec あたりを参考にしてください.すぐできます
using UnityEngine;
using UnityEngine.UI;
using System.Collections;
using System.Collections.Generic;
using System.Text;