Почему оно не видит пространство имен включающих в себя GameInput?
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.InputSystem;
public class PlayerMoving : MonoBehaviour
{
private GameInput gameInput;
private void Start()
{
}
}