Как дополнить скрипт что бы персонаж когда идёт например в право что бы он поворачивался туда?
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Game : MonoBehaviour
{
public float hotizontalSpeed;
float speedX;
public float verticalImpulse;
Rigidbody2D rb;
bool isGrounded;
private bool faceRight = true;