Пример #1
0
    // Update is called once per frame
    void Update()
    {
        Debug.Log("Target velocity: " + targetVelocity);


        returnToInitialVelocity();

        targetVelocity.x = patrol.PatrolArea();
    }