I have 2 collider trigger and both got their own OnTriggerStay function on different script but when both collide, only the first initialize OnTriggerStay function is called. Only 1 OnTriggerStay is called, Why?
Solved. Add rigidbody so that both of them OnTriggerStay work.