onCollisionEnter not working

Hi,
I was trying to implement “onCollisionEnter” call back using quill’s tutorial for breakout(http://www.youtube.com/watch?v=GTU8Zo471dE&list=PLCD6B6D279036462A). I am not able to get control to "onCollisionEnter ". Am I missing something?

Hi,

Look for ‘Collision action matrix’ within the document found here: http://docs.unity3d.com/Documentation/Manual/Physics.html
This has always helped me understand collisions and triggers.

Hope this helps.

Thanks cygnus. My bad. Spelled the method wrongly.