El nombre de tipo o nombre del espacio de nombres Input.System no existe.
Descripción del problema
The issue appears when opening the Unity editor or importing the SDK. The following error message is displayed:
Copy
Assets\Xsolla\Core\InputProxy\InputProxy.NewSystem.cs(5,19): error CS0234: The type or namespace name ‘Input.System’ does not exist in the namespace ‘Unity Engine’ (are you missing an assembly reference?)
The problem occurs because the Input System package is installed but not referenced in the xsolla.asmdef
file.
Issue status: Can’t be fixed on the SDK side.
Solución alternativa
- Open Unity project.
- Go to the
Project panel and select thexsolla.asmdef
file. - In the
Inspector panel, go to theAssembly Definition References section. - Click the + icon and select
Unity.InputSystem .
¿Te ha resultado útil este artículo?
¡Gracias por tu mensaje!
Nos ayudará a mejorar tu experiencia.¿Has encontrado una errata u otro error de texto? Selecciona el texto y pulsa Ctrl+Intro.