Search found 22 matches

by Arturicon
Thu May 29, 2025 1:33 pm
Forum: Dialogue System for Unity
Topic: Export and Import csv
Replies: 3
Views: 2632

Re: Export and Import csv

I'm trying to export entire database. I choose utf-8 when importing and exporting, if i do not change file i can import it back, if change then an error occurs
by Arturicon
Tue May 27, 2025 2:55 pm
Forum: Dialogue System for Unity
Topic: Export and Import csv
Replies: 3
Views: 2632

Export and Import csv

I export database and then if change something and try to import it back i always have the result: "Dialogue System CSV Importer: There was a fatal error that prevented import of (path)".
Cound you hint me where can be a problem?
by Arturicon
Sun Dec 08, 2024 10:03 am
Forum: Dialogue System for Unity
Topic: Text dependency on gender
Replies: 3
Views: 767

Re: Text dependency on gender

Big thank you for your help as usual)
by Arturicon
Sat Dec 07, 2024 5:31 am
Forum: Dialogue System for Unity
Topic: Text dependency on gender
Replies: 3
Views: 767

Text dependency on gender

I'm not shure if it is a correct question, but is there a tools to change text depends on gender? Or i should just use multiple nodes with each version of gender for all nodes where it needed and choose them with variable?
by Arturicon
Sun Dec 01, 2024 8:50 am
Forum: Dialogue System for Unity
Topic: Several Players
Replies: 11
Views: 5830

Re: Several Players

It's working! Thank's a lot!
by Arturicon
Sat Nov 30, 2024 5:06 pm
Forum: Dialogue System for Unity
Topic: Several Players
Replies: 11
Views: 5830

Re: Several Players

Only responses. Blue nodes.
by Arturicon
Sat Nov 30, 2024 12:10 pm
Forum: Dialogue System for Unity
Topic: Several Players
Replies: 11
Views: 5830

Re: Several Players

If any lines can be spoken by either player (instead of a specific player), please mark that on the screenshot.
Not really understand what that means. In this situation all lines saying just Player, insted of player two and one
by Arturicon
Sat Nov 30, 2024 8:08 am
Forum: Dialogue System for Unity
Topic: Several Players
Replies: 11
Views: 5830

Re: Several Players

I created three actors with IsPlayer=true. Two of them real players have their own gameObjects with dialogue actor component, the third one was set as actor in conversation settings. Then i did everything as you said. For each node i set up real player and it show at node "actor:phrase" fo...
by Arturicon
Fri Nov 29, 2024 1:25 pm
Forum: Dialogue System for Unity
Topic: Several Players
Replies: 11
Views: 5830

Re: Several Players

Thanks for the answer. I created two gameObject with dialog actor components and set actor in dropdown as you advised, and i left Conversation actor and conversant fields in dialogue system trigger, which launch dialog, empty. So now in Conversation settings (where title, description, etc) when I se...
by Arturicon
Thu Nov 28, 2024 1:37 pm
Forum: Dialogue System for Unity
Topic: Several Players
Replies: 11
Views: 5830

Several Players

Hello, everyone. I have a question. I want several characters whom player can control. Each of them should have a personal name and portrait. So I created a second actor and gave him Portrait Sprite, Name and set IsPlayer = true. Now i have two actors with IsPlayer = true. But when i use the second ...