Search found 4 matches

by laurienash
Thu Feb 08, 2024 9:53 am
Forum: Dialogue System for Unity
Topic: Correct workflow between articy and dialogue system
Replies: 3
Views: 103

Re: Correct workflow between articy and dialogue system

Hi, ahh perfect! Thank you!

Laurien
by laurienash
Wed Feb 07, 2024 4:47 pm
Forum: Dialogue System for Unity
Topic: Correct workflow between articy and dialogue system
Replies: 3
Views: 103

Correct workflow between articy and dialogue system

Hi, I'm not sure what the correct workflow setup should be and was wondering if you had any pointers. I am making changes to conversations in the dialogue system in unity - for example triggering a timeline to play using the command Timeline(play, timelinename) in the Sequence field. If I make furth...
by laurienash
Wed Oct 04, 2023 5:00 pm
Forum: Dialogue System for Unity
Topic: Replacing articy variables with ones in unity project
Replies: 3
Views: 251

Re: Replacing articy variables with ones in unity project

Ohh ok great, that second method is perfect. Thank you!!
by laurienash
Tue Oct 03, 2023 5:03 pm
Forum: Dialogue System for Unity
Topic: Replacing articy variables with ones in unity project
Replies: 3
Views: 251

Replacing articy variables with ones in unity project

Hi, I'm writing my script in Articy draft and have 2 temporary bools that the conversations are checking for. The variables I actually want to check are global bools in my unity project. I'm not sure what the best approach is for swapping out these temporary bools with my unity ones, and how to do t...