.
1월

void OnDrawGizmos()

debug용으로 갠춘한듯. void OnDrawGizmos() { Gizmos.color = Color.re...

.
1월

Unity - Character Controller

케릭터를 스피드값을 이용해서 움직이기. using UnityEngine;using System.Collect...

.
1월

unity - time 출력

파일 : GUILayout.Label을 이용한 왼쪾의 하얀 글자들. GUISkin을 사용하여 폰트 관련 정보...

.
1월

unity 2d sprite animation

전체 파일 : 위와 같이 16개의 이미지를 어떻게 하나씩 그리는가? 1. uv scale 사용. void U...

.
1월

자동 폴더 만들기.

참고 : http://usroom.tistory.com/230 우선 Editor 폴더를 만들고 그곳에 스크립...