Hidden Gameobject or Script

I put a line of code somewhere that makes it possible to pause the game with two simultaneous touches a long time ago. I wanted to change that to 3. I have checked every object and every script in the scene but there is no line that allows it.

Is it possible for there to be a hidden gameobject or script?

No.

–Eric

Well, technically it is actually possible to hide a gameobject using HideFlags from a script. Having said that, do I think that’s what’s happened here?

No.

I didn’t think so, thanks for the response guys.