Script is commented without adding // or /*....*/

Hi everyone,i’m having a bit of wired problem here…my script is grey which means its commented but i didn’t even commented that section…here’'s the pic https://ibb.co/j3Php6 and here’s the pic of that same script/code and same setup but different project https://ibb.co/mHtQ96 and in this pic its not grey/commented!..any help?

You have a preprocessor directive in there #if !MOBILE_INPUT That’s is why your code is showing that it is not going to be executed.

thanks…