Hi! I tried to make collectables in my game, and every time when the player touches the collectable, nothing happens… I saw a similar problem in another forums, but the solution didn’t work…
First put a print statement at the start of your signal handler to see if its getting called at all. If not, problem is in your collision setup.

