Timeline Trigger OnTrigger and OnCollision don't work.
Timeline Trigger OnTrigger and OnCollision don't work.
The OnTriggerEnter/Exit and OnCollisionEnter/Exit are not triggering the timeline. OnUse, OnStart, OnEnable, etc. are all working and I tested another trigger component on the same gameobject and it worked, so I'm not sure what the problem is. All of the conditions and accepted tags/gameobjects are empty. Any ideas?
Re: Timeline Trigger OnTrigger and OnCollision don't work.
If you're using 2D, make sure you've ticked the Welcome window's USE_PHYSICS2D checkbox.
Re: Timeline Trigger OnTrigger and OnCollision don't work.
Yep that was it. Thank you!