Ejemplo n.º 1
0
    private void OnValidate()
    {
        points = IcoSphere.GetIcoSpherePoints(radius, icoSphereRecursions);

        if (!Application.isPlaying)
        {
            Debug.Log("Number of points: " + points.Length);
        }
    }