Search found 69 matches

by _marc
Mon Jun 24, 2024 9:59 am
Forum: Dialogue System for Unity
Topic: My articy localization is sometimes reset
Replies: 4
Views: 84

Re: My articy localization is sometimes reset

I'd think only the first line is necessary (if any line is necessary) since it's a ScriptableObject asset and not a prefab. That's what I thought, but strangely without the 2nd line, the bug happens again. Here are the steps to reproduce it: -> import localization -> enter PlayMode -> exit PlayMode...
by _marc
Mon Jun 24, 2024 5:08 am
Forum: Dialogue System for Unity
Topic: My articy localization is sometimes reset
Replies: 4
Views: 84

My articy localization is sometimes reset

Hi Tony, Since I use the articy localization plugin, it looks that sometimes the recent modifications made by the converter to the database are not saved (when closing Unity, for example). I've made some minor adjustments to the importer for it to fit my project, but if I remember well, I think I ha...
by _marc
Mon Jun 24, 2024 4:51 am
Forum: Dialogue System for Unity
Topic: articy instructions not converted into groups?
Replies: 78
Views: 1721

Re: articy instructions not converted into groups?

Hi there! Can't believe the solution was so simple, well done! I've tried the patch on my group-based-mega-conversations and I see no problem. I'm very, very relieved to know that I can keep my articy conversations without having to add many extra nodes :) Other thing, do you remember that I had a p...
by _marc
Fri Jun 21, 2024 10:13 am
Forum: Dialogue System for Unity
Topic: articy instructions not converted into groups?
Replies: 78
Views: 1721

Re: articy instructions not converted into groups?

Thank you :) This is...amazing! Everything (and more!) seem to work now, it passes all my tests too :shock: Even this case works... 2024_06_21_01.png And the situation with the random int and the "try again" loop, it looks fixed as well! Would you tell me (roughly) how did you manage to ha...
by _marc
Wed Jun 19, 2024 5:26 pm
Forum: Dialogue System for Unity
Topic: articy instructions not converted into groups?
Replies: 78
Views: 1721

Re: articy instructions not converted into groups?

and then add a custom property in articy to specify that certain group nodes should not be blocked. Would that work for your project? I don't think it will help... In the example below, disabling blocking on group[10] would result in the same problem that I was facing before you add the linear grou...
by _marc
Wed Jun 19, 2024 1:23 pm
Forum: Dialogue System for Unity
Topic: articy instructions not converted into groups?
Replies: 78
Views: 1721

Re: articy instructions not converted into groups?

1/ Ok, I understand, thank you! In fact, I'm not sure that it is the way to go... Yes, it fixes the link order problem but only in a specific situation. I agree that this node configuration is a very common case (I use it a lot), but there are too many situations where it won't work and we'll have t...
by _marc
Wed Jun 19, 2024 4:17 am
Forum: Dialogue System for Unity
Topic: articy instructions not converted into groups?
Replies: 78
Views: 1721

Re: articy instructions not converted into groups?

Hi Tony! What does the last update do? It doesn't seem to work, group[10] is played twice in my test scene :?
by _marc
Tue Jun 18, 2024 6:38 am
Forum: Dialogue System for Unity
Topic: articy instructions not converted into groups?
Replies: 78
Views: 1721

Re: articy instructions not converted into groups?

Just sharing a few thoughts here for when you'll tackle our problem for the next release of the Dialogue System. To get back to this example: 2024_06_13.png I guess that if you fix this last bug, making all other sibling nodes disabled whatever-the-link-order, the piece of dialogue above won't work ...
by _marc
Mon Jun 17, 2024 8:48 am
Forum: Dialogue System for Unity
Topic: articy instructions not converted into groups?
Replies: 78
Views: 1721

Re: articy instructions not converted into groups?

Thank you. I've checked our previous example (with the random int), the same happens: the stack overflow exception is back when the "try again" group is not set to the last link.
Good luck! :|