trigger fires on second frame after collsion / picture added

because collisions arent calculated every frame, they are manage by a var called fixeddeltatime, since all physics related depend of that var (rigidbodys/collision/fixeddeltatime) you can decrement its value in the project settings window (so it gets calculated more often) but that would consum extra resources.