The type or namespace name Input.System does not exist
Issue description
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.
Workaround
- 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 .
Was this article helpful?
Thank you for your feedback!
We’ll review your message and use it to help us improve your experience.Found a typo or other text error? Select the text and press Ctrl+Enter.