Search found 22 matches
- Thu May 29, 2025 1:33 pm
- Forum: Dialogue System for Unity
- Topic: Export and Import csv
- Replies: 3
- Views: 2620
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
- Tue May 27, 2025 2:55 pm
- Forum: Dialogue System for Unity
- Topic: Export and Import csv
- Replies: 3
- Views: 2620
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?
Cound you hint me where can be a problem?
- 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)
- 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?
- 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!
- 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.
- Sat Nov 30, 2024 12:10 pm
- Forum: Dialogue System for Unity
- Topic: Several Players
- Replies: 11
- Views: 5830
Re: Several Players
Not really understand what that means. In this situation all lines saying just Player, insted of player two and oneIf any lines can be spoken by either player (instead of a specific player), please mark that on the screenshot.
- 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...
- 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...
- 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 ...