Search found 20869 matches

by Tony Li
Mon Jun 03, 2024 2:45 pm
Forum: Dialogue System for Unity
Topic: Localizing Selector Elements
Replies: 3
Views: 68

Re: Localizing Selector Elements

Hi,

Please use:
textTable.png
textTable.png (210.43 KiB) Viewed 1 time
by Tony Li
Mon Jun 03, 2024 9:44 am
Forum: Dialogue System for Unity
Topic: articy instructions not converted into groups?
Replies: 9
Views: 365

Re: articy instructions not converted into groups?

Ok, so to be consistent the upcoming option will turn new DelayEvaluation nodes AND all articy instructions into groups, right? Yes. One last thing, maybe (for consistency, again): with the current version, if an output pin of an articy condition node goes to an input pin containing a condition, th...
by Tony Li
Mon Jun 03, 2024 8:29 am
Forum: Dialogue System for Unity
Topic: articy instructions not converted into groups?
Replies: 9
Views: 365

Re: articy instructions not converted into groups?

Hi, I'll provide a patch later today that ensure those <Delay Evaluation> nodes aren't Player (blue) nodes so they don't report that error, and I'll also include an option to make them Group nodes. The caveat with Group nodes is that they don't delay evaluation, so you will run into an issue if your...
by Tony Li
Mon Jun 03, 2024 8:18 am
Forum: Dialogue System for Unity
Topic: Can't download SaveSystemPrefabs
Replies: 1
Views: 14

Re: Can't download SaveSystemPrefabs

Hi,

Please try again.

Earlier this year, the website's download manager auto-updated itself, and the new update set all of the download links to "private." If you encounter any other links that report "no access", please let me know so I can mark them public again.
by Tony Li
Mon Jun 03, 2024 8:16 am
Forum: Dialogue System for Unity
Topic: Start a conversation but lost its text
Replies: 1
Views: 5

Re: Start a conversation but lost its text

Hi, Temporarily set the Dialogue Manager GameObject's Other Settings > Debug Level to Info. Then reproduce the issue. Verify that you see something like: Dialogue System: Add Link (NPC): ID=1:19 'Some text.' (True) Dialogue System: NPC says 'Some text.' If you see those line, then we know the Dialog...
by Tony Li
Mon Jun 03, 2024 8:12 am
Forum: Dialogue System for Unity
Topic: Scene Portal - how to use through interaction?
Replies: 3
Views: 18

Re: Scene Portal - how to use through interaction?

Hi, In that case, here are two ways to do it: 1. Move the Scene Portal to a child GameObject that doesn't have a trigger collider. (The main GameObject with the Usable component should still have whatever type of collider is necessary for the Proximity Selector to detect it.) Configure the Usable's ...
by Tony Li
Sun Jun 02, 2024 10:03 pm
Forum: Dialogue System for Unity
Topic: Turning off conversation UI for internal dialogue UI
Replies: 14
Views: 498

Re: Turning off conversation UI for internal dialogue UI

Hi, Sorry for the extra trouble, but would you please re-send the reproduction project using these steps? 1. Close Unity. 2. Zip up the Assets, Packages, and ProjectSettings folders. 3. Send the zip file to tony (at) pixelcrushers.com. Also provide: The steps that I should follow to reproduce the is...
by Tony Li
Sun Jun 02, 2024 9:38 pm
Forum: Dialogue System for Unity
Topic: Multiple choice
Replies: 1
Views: 17

Re: Multiple choice

Hi,

If I understand you correctly, add multiple player nodes (blue) linked from an NPC node (gray):

multiple2.png
multiple2.png (38.3 KiB) Viewed 7 times
multiple1.png
multiple1.png (42.54 KiB) Viewed 7 times
by Tony Li
Sun Jun 02, 2024 9:30 pm
Forum: Dialogue System for Unity
Topic: Scene Portal - how to use through interaction?
Replies: 3
Views: 18

Re: Scene Portal - how to use through interaction?

Hi,

That should work. What is the Usable supposed to do?
by Tony Li
Sun Jun 02, 2024 9:29 pm
Forum: Dialogue System for Unity
Topic: A quick question about saves
Replies: 3
Views: 74

Re: A quick question about saves

Glad to help!