public override void FixedUpdate() { if (PInput != null) { PInput.FixedUpdate(); MoveSteer(PInput.XY); UpdateSpeed(); UpdateTail(); //UpdatePositionSphere(); /* * if (Input.GetKeyDown(KeyCode.X)) * AddTailPart(); * * if (Input.GetKeyDown(KeyCode.L)) * Dive(); */ } }