W
W
WasTabon2021-01-09 16:31:42
Unity
WasTabon, 2021-01-09 16:31:42

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()
    {
        
    }
}


5ff9b03d40ac2282809573.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GFX Data, 2021-01-09
@WasTabon

There is no such class in the documentation for the unit.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question