- Home /
Unity can't find/load New Input System's scripts
Hi!
So I installed the new Input System (preview.7 -1.0.0) from the package manager using Unity 2019.2.5f1.
And when I want to add the InputSystemUiInputModule to a gameObject as a component, I get the following error message: "Can't add script component 'InputSystemUiInputModule' because the script class cannot be found. Make sure that there are no compile errors and that the file name and class name match."
The file name and class names match, and its a fresh install, no modifications in those classes. Also tried reinstalling the package, and it won't solve the issue.
Also, on regular StandaloneInputModule components a button appears to change the module to the new input system's own module (same as above) and then the module appears but with missing fields.
Hope some of you knows a solution for this. Thanks in advance.
Answer by guillaumepauli · May 13, 2020 at 01:43 PM
Can someone help us please, i'm stuck here too
I started to develop my own solution, but I would rather use this existing one. So please reply if you somehow figure it out. :)
Your answer

Follow this Question
Related Questions
Creating custom input actions 1 Answer
Changing the Standalone Input Manager variables 2 Answers
Input Debugger has duplicated devices and it is overriding game input actions 0 Answers
Is there a way to detect a change in Control Scheme with the new Input System? 1 Answer
Is there a way to get currently pressed anything In new Input System 1 Answer