When a triggered gameobject with 2DBoxColider have a collusion with another triggered gameobject has 2DBoxColider the “void OnTriggerEnter2D(Collider2D col)” is always called in unity 4.3 but in 4.2 is called once.How to make it calls one time only?
u can set a time frame to disable calling using time.deltatime