I am confused between OnCollisionEnter2D() and OnCollisionEnter2D(Collision2D col)
or OnTriggerEnter2D () and OnTriggerEnter2D (Collider2D trigger) .
I don’t see any differences when use the method without parameter. The game still runs smoothly.
Please help me to understand what is the different between the methods with and without parameter?