Exemple #1
0
    void Update()
    {
        UtilityFunctions.DebugDrawRect(bounds.center, bounds.size.x, bounds.size.y, Color.green);

        UpdateBlobs();
        DebugDrawBlobs();
    }