
Don’t mind my Portuguese script title 
I’m using Unity 4.7.2f1
Expected Behavior
It’s supposed to print to the console “trigger” or “collision”.
Observed Behavior
Nothing gets logged to the console, neither “trigger” or “collision”, although the ball and the collider do interact when “Is Trigger” isn’t ticked.
What I’ve tried
I have seen similar discussions that were already solved, but nothing from them worked, I made sure the ball and the collider were on the same z coordinate, the colliders were both 2D, that I typed it correctly, that all brackets were closed and I tried changing “print” to “Debug.Log”.

