게임씬에서 그리드가 필요할때가 있습니다. 이때 Gizmo를 이용하여 그려주면 쉽게 그릴수 있습니다. using UnityEngine; using System.Collections; // DrawGizmoGrid.cs // draws a useful reference grid in the editor in Unity. // 09/01/15 - Hayden Scott-Baron // twitter.com/docky // no attribution needed, but please tell me if you like it ^_^ public class DrawGizmoGrid : MonoBehaviour { // universal grid scale public float gridScale = 1f; // e..