O tipo ou nome do espaço de nome (namespace) Input.System não existe
Descrição do 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.
Solução 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 .
Este artigo foi útil?
Obrigado pelo seu feedback!
Avaliaremos sua mensagem e a usaremos para melhorar sua experiência.Encontrou um erro de texto ou digitação? Selecione o texto e pressione Ctrl+Enter.