I have no idea. Situation is rather simple. I have a button, I want to press this button, upon pressing this button, an entire GameObject should get disabled.
Before pressing “Play” button, I get no errors, Microsoft Visual Studio doesn’t return an error either.
The error is weird (at least to me) and it says:
The “ActionTrigger” is public void, with single string variable. I have no idea.
PS 1: Yes, I’ve thrown reference of IS_StartBtn into the slot. And all others. This is also a very simple project, so there’s no collision or mistake due to massivity of the project.