Search found 3 matches
- Tue Mar 21, 2023 1:56 pm
- Forum: Dialogue System for Unity
- Topic: Timeline Trigger OnTrigger and OnCollision don't work.
- Replies: 3
- Views: 158
Re: Timeline Trigger OnTrigger and OnCollision don't work.
Yep that was it. Thank you!
- Tue Mar 21, 2023 1:16 pm
- Forum: Dialogue System for Unity
- Topic: Timeline Trigger OnTrigger and OnCollision don't work.
- Replies: 3
- Views: 158
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 ...
- Tue Apr 19, 2022 7:00 pm
- Forum: Dialogue System for Unity
- Topic: Bool checks from scripts.
- Replies: 1
- Views: 202
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.