
Search found 23432 matches
- Thu Jul 20, 2017 7:15 pm
- Forum: Dialogue System for Unity
- Topic: Conversation Trigger Distance?
- Replies: 3
- Views: 736
Re: Conversation Trigger Distance?
Ah, sneaky Inventory Pro! 

- Thu Jul 20, 2017 9:25 am
- Forum: Dialogue System for Unity
- Topic: Conversation Trigger Distance?
- Replies: 3
- Views: 736
Re: Conversation Trigger Distance?
Hi, If you're using a Conversation Trigger that's set to OnTriggerEnter , it will attempt to start whenever Unity sends it an OnTriggerEnter message. Unity will send this message whenever the Conversation Trigger's GameObject is involved in a collision with a trigger collider. Typically, to set up a...
- Wed Jul 19, 2017 3:40 pm
- Forum: Dialogue System for Unity
- Topic: Speeding up tree search
- Replies: 5
- Views: 618
Re: Speeding up tree search
Glad to help! Have fun making your game!
- Wed Jul 19, 2017 3:17 pm
- Forum: Dialogue System for Unity
- Topic: Speeding up tree search
- Replies: 5
- Views: 618
Re: Speeding up tree search
The Dialogue System Extras page has a project template called Textline for games like Lifeline. (It has a script that restores the conversation state when restoring a saved game.) You just need to plug in your content from Chat Mapper and customize the look of the UI.
- Wed Jul 19, 2017 10:43 am
- Forum: Dialogue System for Unity
- Topic: Speeding up tree search
- Replies: 5
- Views: 618
Re: Speeding up tree search
Hi,
By 'searching' do you mean playing through a conversation? Could you please describe a simple example conversation and how you'd like it to work?
By 'searching' do you mean playing through a conversation? Could you please describe a simple example conversation and how you'd like it to work?
- Wed Jul 19, 2017 8:07 am
- Forum: Dialogue System for Unity
- Topic: Import with articy:draft : variables are not imported correctly
- Replies: 11
- Views: 5114
Re: Import with articy:draft : variables are not imported correctly
I'll keep investigating. It sounds like the problem may be with the Dialogue Editor window and not the articy import. I'll post back when I have more info.
- Tue Jul 18, 2017 9:57 pm
- Forum: Dialogue System for Unity
- Topic: Import with articy:draft : variables are not imported correctly
- Replies: 11
- Views: 5114
Re: Import with articy:draft : variables are not imported correctly
I haven't been able to reproduce the issue you reported. I tested Unity 5.6.0f3, articy 3.0.7 and 3.1.3 (sorry, couldn't find a way to download 3.1.2), and Dialogue System 1.7.2 and 1.7.3. Would it be possible for you to email your XML file to tony (at) pixelcrushers.com? (When I can reproduce the i...
- Tue Jul 18, 2017 9:00 am
- Forum: Dialogue System for Unity
- Topic: Import with articy:draft : variables are not imported correctly
- Replies: 11
- Views: 5114
Re: Import with articy:draft : variables are not imported correctly
Hi,
I'll publish a fix on the Pixel Crushers customer download site later today. If you wouldn't mind PM'ing me your Unity Asset Store invoice number, I'll make sure you have access.
(Regarding the source code, you can use these instructions to unpack it if you want to dig into it.)
I'll publish a fix on the Pixel Crushers customer download site later today. If you wouldn't mind PM'ing me your Unity Asset Store invoice number, I'll make sure you have access.
(Regarding the source code, you can use these instructions to unpack it if you want to dig into it.)
- Mon Jul 17, 2017 3:06 pm
- Forum: Dialogue System for Unity
- Topic: Import with articy:draft : variables are not imported correctly
- Replies: 11
- Views: 5114
Re: Import with articy:draft : variables are not imported correctly
Hi,
The converter doesn't import the description. Would this be useful to you? If so, I can add it to the next version.
However, the converter should correctly import the variable's type.
What versions of Unity, Dialogue System, and articy:draft are you using?
The converter doesn't import the description. Would this be useful to you? If so, I can add it to the next version.
However, the converter should correctly import the variable's type.
What versions of Unity, Dialogue System, and articy:draft are you using?
- Sat Jul 15, 2017 10:09 am
- Forum: Dialogue System for Unity
- Topic: Bug in Adventure Create Bridge since 5.6 Update?
- Replies: 5
- Views: 930
Re: Bug in Adventure Create Bridge since 5.6 Update?
Glad to help!