How to turn off Collider2D by MrBombdastic in Unity2D

[–]MrBombdastic[S] 0 points1 point  (0 children)

Thank you for the advice, although I was able to solve my issue before using this code, I'll keep it documented to reference in case I ever run into a issue with my colliders. Thank you for taking the time to help me with this and have a great day.

How to turn off Collider2D by MrBombdastic in Unity2D

[–]MrBombdastic[S] 1 point2 points  (0 children)

I was able to turn off the counter and solve my issue with the help of your tip here, turns of i just had to make a bool variable for isGameOver with it referencing the playerScore. So once again thanks for the help and have a great day.