Search found 69 matches

by _marc
Mon Jun 17, 2024 4:37 am
Forum: Dialogue System for Unity
Topic: articy instructions not converted into groups?
Replies: 78
Views: 1845

Re: articy instructions not converted into groups?

If a good approach occurs to you, let me know and I'll implement it. I will, thank you! Just a last thing: I've found a case when group[10] is not disabled. Based on the same setup as my last example (no condition involved, just a high priority link): 2024-06-17.png I just switched the links order,...
by _marc
Sun Jun 16, 2024 4:04 pm
Forum: Dialogue System for Unity
Topic: articy instructions not converted into groups?
Replies: 78
Views: 1845

Re: articy instructions not converted into groups?

I see, this is quite obvious...too bad! I'm trying to find a way around it, but it looks quite unsolvable.

I'll have to keep that in mind in articy and to change some nodes configuration because it's a pattern I use quite often.

Many thanks for your help on this topic and for your time!
by _marc
Sat Jun 15, 2024 5:32 pm
Forum: Dialogue System for Unity
Topic: articy instructions not converted into groups?
Replies: 78
Views: 1845

Re: articy instructions not converted into groups?

Thank you for the patch! No more stack overflow exception, previous bugs are resolved and the linear mode seems to work rather well :) I just have a weird thing in this simple situation: 2024_06_15_02.png The dialogue systems logs this: 2024_06_15.png The conversation stops at group[9], with no reas...
by _marc
Sat Jun 15, 2024 10:08 am
Forum: Dialogue System for Unity
Topic: articy instructions not converted into groups?
Replies: 78
Views: 1845

Re: articy instructions not converted into groups?

I won’t put out anything that I wouldn’t use myself. Cool! :) I suppose this is one of the reason of the success and longevity of the Dialogue System. It's such a relief to be able to rely on a Unity plugin with such stability and long-term support, really. For the next patch, feel free to include ...
by _marc
Thu Jun 13, 2024 12:48 pm
Forum: Dialogue System for Unity
Topic: articy instructions not converted into groups?
Replies: 78
Views: 1845

Re: articy instructions not converted into groups?

No problem, enjoy :) Don't tell me you have the time to develop games in addition to the daily time spent on the support & continuous development of the Dialogue System?! :shock:
Where I live, there are only 24 hours per day :D :D :D
by _marc
Thu Jun 13, 2024 2:59 am
Forum: Dialogue System for Unity
Topic: articy instructions not converted into groups?
Replies: 78
Views: 1845

Re: articy instructions not converted into groups?

Hi Tony, Note sure if you changed something in the last patch DS_ArticyDiffPatch_2024-06-12.unitypackage concerning our problem , but in case of a "yes": 2024_06_13.png The stack overflow exception is back: after jumping to the simstatus node and blocking on its condition, it keeps evaluat...
by _marc
Wed Jun 12, 2024 1:38 pm
Forum: Dialogue System for Unity
Topic: articy instructions not converted into groups?
Replies: 78
Views: 1845

Re: articy instructions not converted into groups?

I think it should follow the path whatever the next node type. In this exemple...
GroupNeverEvaluated.png
GroupNeverEvaluated.png (71.89 KiB) Viewed 116 times
...the group[8] and what's next is never evaluated.
by _marc
Wed Jun 12, 2024 12:52 pm
Forum: Dialogue System for Unity
Topic: articy instructions not converted into groups?
Replies: 78
Views: 1845

Re: articy instructions not converted into groups?

Thank you! We're almost there, there is no more stack overflow exception, but when the random int condition is finally evaluated to true... Conversation_idling.png ...the Dialogue System does nothing more (the log you see above is the last I get). It doesn"t end the conversation, and it doesn't...
by _marc
Wed Jun 12, 2024 6:28 am
Forum: Dialogue System for Unity
Topic: articy instructions not converted into groups?
Replies: 78
Views: 1845

Re: articy instructions not converted into groups?

Hi there! Thank you, I've tested the last patch in our test scene, with ""Use Linear Group Mode" set to true and with instructions imported as groups, I've got the stack overflow exception again :( StackOverflow.png Even when random result is 2, it evaluates the "try again" ...
by _marc
Tue Jun 11, 2024 6:02 am
Forum: Dialogue System for Unity
Topic: articy instructions not converted into groups?
Replies: 78
Views: 1845

Re: articy instructions not converted into groups?

So, in other words, in articy, if I have whatever-the-node running some instruction, it will always be converted to a regular node, so the Dialogue System will never evaluate the previous sibling groups, right? Aren't you worried that some other users, used to seeing all their groups evaluated (like...