Answer the question
In order to leave comments, you need to log in
Why doesn't it see a namespace that includes GameInput?
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.InputSystem;
public class PlayerMoving : MonoBehaviour
{
private GameInput gameInput;
private void Start()
{
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question