Saturday 4 April 2015

Unity3D Turtorial 1/24 Open Url

Unity3D Turtorial Open Url

Easter video series !








THIS IS C# script: GOOD 4 2D GAMES AND 3D GAMES !
----------------------------------------­­­­­­­----------------------------------­-­-­-­-­-­-­------

DIRECT DOWNLOAD HERE




THIS IS BACKUP  IN TEXT FORM  Unity3D Turtorial 1/24 Open Url 

1. Create New C# and name it : OPENURL


2. Copy & Past this text and save  C# :
----------------------------------------­­­­­------------------------------------­-­-­-­-­-




using UnityEngine;
using System.Collections;

public class OPENURL : MonoBehaviour 
{
void OnGUI()
{
if(GUI.Button(new Rect(Screen.width-110,Screen.height-40,100,30),"Go to www..."))
{
Application.OpenURL("https://www.youtube.com/");
}
}
}








 ----------------------------------------­­­­­------------------------------------­-­-­-­-­-

1 comment:

  1. Make new java...I made new java and at end saved as c# -_-

    ReplyDelete