using UnityEngine; using System.Collections;
public class ExampleClass : MonoBehaviour { void Start() { Application.OpenURL("http://unity3d.com/"); } }
'Unity' 카테고리의 다른 글
| 유니티 개발자로서 내가 배웠던 최고의 5가지 (0) | 2017.06.14 |
|---|---|
| Assetbundle Builde Script (0) | 2017.01.09 |
| Camera 게임오브젝트에서 Blur 컴포넌트 접근법. (0) | 2016.02.09 |
| Transform.TransformDirection(Vector3 Direction) (3) | 2016.01.06 |
| 각도를 Radian값으로 바꾸기. (0) | 2016.01.06 |