Page 1 of 1
Timeline() does not trigger instantly(?)
Posted: Wed Oct 19, 2022 6:12 am
by dnblank12
Hello again
, I'm having an issue with Timeline() that doesn't play the timeline after On Trigger Enter. Sometimes it plays if I do in and out of the box collider repeatedly.
Re: Timeline() does not trigger instantly(?)
Posted: Wed Oct 19, 2022 8:57 am
by Tony Li
Hi,
The issue will be in your Unity physics setup, not the Dialogue System Trigger, unless the Pizza quest is not in the Success state at the time. Keep an inspector on the GameObject while you play. When you enter the trigger collider, check if the Conditions section shows a red (Last Check: False) or green (Last Check: True). If you see either one, then Unity correctly sent the OnTriggerEnter message to the GameObject. If it's False, then the issue is with the Conditions. If you don't see either message, then Unity didn't detect a trigger collision. Check the setup of your colliders and rigidbodies.
Re: Timeline() does not trigger instantly(?)
Posted: Wed Oct 19, 2022 10:02 am
by dnblank12
My bad Tony, I think its actually my fault, I didn't know that on Animator : Culling mode set to Cull Completely affects the Timeline.
https://community.gamedev.tv/t/unity-ti ... ded/148854 Thanks anyway!
Re: Timeline() does not trigger instantly(?)
Posted: Wed Oct 19, 2022 10:19 am
by Tony Li
No worries; I'm glad you got to the bottom of it!