Search found 3 matches

by erorc78
Tue Mar 21, 2023 1:16 pm
Forum: Dialogue System for Unity
Topic: Timeline Trigger OnTrigger and OnCollision don't work.
Replies: 3
Views: 148

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 ...
by erorc78
Tue Apr 19, 2022 7:00 pm
Forum: Dialogue System for Unity
Topic: Bool checks from scripts.
Replies: 1
Views: 197

Bool checks from scripts.

I want different conversations to trigger based on the time of day. I have very simple bool checks set up in my time manager class and was wondering if there was a way to have conversations use those bool checks as variables.