I tried to make a respawn button in my project. It was not at all responding. I tried everything i could find online but to no avail.
after a bit of troubleshooting i found that the starter assets first person controller was causing the issue. when i disabled the controller object in my hierarchy, the button seemed to work as expected. however when i re enabled the controller object, the button stopped responding again.
how do i fix this? pls help. (i have active input handling set to both.)