2015-01-09から1日間の記事一覧

コルーチン関連

処理内容 ボタンを表示 ボタンを押すと指定したSceneに遷移 裏で、指定したURLに接続 ソースコード using UnityEngine; using System.Collections; public class Title : MonoBehaviour { void OnGUI () { if (GUI.Button(new Rect(Screen.width/2 -100 , 10…