Search found 2 matches

by Nazazel
Thu May 26, 2016 12:11 am
Forum: Dialogue System for Unity
Topic: OnTriggerEnter Issue
Replies: 3
Views: 736

Re: OnTriggerEnter Issue

Thank you so much for the suggestions. Ultimately, we decided to remove our script from the scene to avoid any overlap with the way the Dialogue Manager works. Instead, rather than having something initiate a transition into the next scene, we'll be making it timed. So, after a certain amount of tim...
by Nazazel
Wed May 25, 2016 5:53 pm
Forum: Dialogue System for Unity
Topic: OnTriggerEnter Issue
Replies: 3
Views: 736

OnTriggerEnter Issue

Hi Tony, This is Naz. My team and I are having issues with our scripts working with the ones from the Dialogue Manager specifically with a script that uses the OnTriggerEnter method. The issue is that one of our scripts also uses OnTriggerEnter as a means to transition from scene to scene within our...