Hi
I'm one of those being faced with InputSystem error messages. I read the sticky in this board on how to fix it, but I am already stuck on "Click Tools->Pixelcrushers". There is no Pixelcrushers (or corresponding) entry in my Tool dropdown, only for the inspector and console assets I am using, made by other developers.
Is there another way to open the wizard?
I'm using Unity 2020.2.6f1 Personal on a Windows10 PC, if this helps in any way. Deleting and re-installing the asset didn't change anything.
No etry for Pixelcrushers in my Tool-Dropdown
Re: No etry for Pixelcrushers in my Tool-Dropdown
Hi,
Select menu item Edit > Project Settings. In the Player section, scroll down to Other Settings. Remove "USE_NEW_INPUT" from the Scripting Define Symbols field:
(Note: In later Unity versions, the Project Settings window may display the Scripting Define Symbols as individual items in a list. In this case, just remove the USE_NEW_INPUT item.)
Select menu item Edit > Project Settings. In the Player section, scroll down to Other Settings. Remove "USE_NEW_INPUT" from the Scripting Define Symbols field:
(Note: In later Unity versions, the Project Settings window may display the Scripting Define Symbols as individual items in a list. In this case, just remove the USE_NEW_INPUT item.)
Re: No etry for Pixelcrushers in my Tool-Dropdown
Aaaaah, thank you so much! Now it shows up :)
Re: No etry for Pixelcrushers in my Tool-Dropdown
Happy to help!