Page 1 of 1

No etry for Pixelcrushers in my Tool-Dropdown

Posted: Thu Apr 08, 2021 6:50 am
by Maraakis
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.

Re: No etry for Pixelcrushers in my Tool-Dropdown

Posted: Thu Apr 08, 2021 8:00 am
by Tony Li
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:

removeUseNewInput.png
removeUseNewInput.png (53.27 KiB) Viewed 220 times

(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

Posted: Thu Apr 08, 2021 8:09 am
by Maraakis
Aaaaah, thank you so much! Now it shows up :)

Re: No etry for Pixelcrushers in my Tool-Dropdown

Posted: Thu Apr 08, 2021 8:11 am
by Tony Li
Happy to help! :-)