basaranb
2/11/2019 - 11:40 AM

Draw gizmo

private void OnDrawGizmos() 
    { 
        Gizmos.DrawSphere(this.transform.position, 0.1f); 
    }