Search found 21 matches

by Yob
Fri Aug 18, 2023 2:01 am
Forum: Dialogue System for Unity
Topic: i want to know which one is effiicient :)
Replies: 1
Views: 148

i want to know which one is effiicient :)

Hey tony! I'm looking to create a new game using a dialogue system. I always find it super useful and I've been getting great tips from forums. Thanks a lot! Anyway, the game I'm working on this time has a ton of text, like seriously loads! It's text-based, and not only is there a lot of text, but t...
by Yob
Sat May 20, 2023 10:32 pm
Forum: Dialogue System for Unity
Topic: a way to write the dialogue in excel or a text editor
Replies: 8
Views: 936

a way to write the dialogue in excel or a text editor

Hello, Tony, How are you? The game I'm working on involves a lot of text, and it takes too much time to create and connect nodes for each line of dialogue. Is there a way to write the dialogue in Excel or a text editor and easily transfer it to the dialogue window of the dialogue system? Or perhaps ...
by Yob
Fri May 14, 2021 12:25 pm
Forum: Dialogue System for Unity
Topic: changing conversant name during conversation
Replies: 1
Views: 229

changing conversant name during conversation

Hi Tony! i am making a conversation that many characters appear. it is like visual novel style so it doesn't need movements. so i want to change portraits and names by script. PixelCrushers.DialogueSystem.DialogueLua.GetActorField("MC", namess); it doesn't work. what should i do? i think i...
by Yob
Thu May 13, 2021 3:21 am
Forum: Dialogue System for Unity
Topic: i can't change variable in script
Replies: 3
Views: 353

Re: i can't change variable in script

Thanks for good solution! i need variable because i wanted to shuffle randomly and start its own conversation of each characters. but your solution looks better. i start conversation with your code. DialogueManager.StartConversation("Title"); (i think Transform is not necessary) i want to ...
by Yob
Wed May 12, 2021 10:25 am
Forum: Dialogue System for Unity
Topic: i can't change variable in script
Replies: 3
Views: 353

i can't change variable in script

Hi. i am working on random conversation. so i want to change a variable in my script before starting conversation. eg. script chooses one of characters randomly, and then starts conversation of first choosen character. so i want to set variable at each character. and dialoguesystemtrigger's conditio...
by Yob
Sat Jan 20, 2018 9:08 am
Forum: Dialogue System for Unity
Topic: To set custom player's name in dialogue system.
Replies: 1
Views: 1179

To set custom player's name in dialogue system.

Hello, tony! i am now making some dialogues. everything goes well. but one problem! at the beginning of the game, player input their nicknames. then, i save in the UserInfo script as "string nickname". now i want to use the nickname when talking to other character but i don't know how to g...
by Yob
Fri Jan 05, 2018 12:43 pm
Forum: Dialogue System for Unity
Topic: languageCode for dialoguesystem.
Replies: 1
Views: 413

languageCode for dialoguesystem.

hello :) your marvelous asset helps me making a game so much. i have a question. when i was looking at documentation, i saw languageCode is same with microsoft's cultureinfo class. well, link in your documentation doesn't work for me, and... i don't know where to look at language code. i am so not p...
by Yob
Wed Dec 13, 2017 12:11 pm
Forum: Dialogue System for Unity
Topic: how can i split the lines?
Replies: 1
Views: 516

how can i split the lines?

hello :)

i am using your Asset well!
and when i am writing a lines too long, i hope to split the line one sentence by one in localTextTable.

like I am a boy. and you are a girl. << this...

I am a boy.
and you are a girl. !

Thanks for your support!
by Yob
Thu Nov 16, 2017 4:11 am
Forum: Dialogue System for Unity
Topic: localization for game scene?
Replies: 3
Views: 883

Re: localization for game scene?

Thanks! i will try. the code which can get image is cool. i will try that way. and i wonder what i2 localization support is coming soon does mean? you mean if i buy i2 localization asset, i will combine with dialogue system for unity and i2? one more thing! if the player use a language which is not ...
by Yob
Wed Nov 15, 2017 1:47 am
Forum: Dialogue System for Unity
Topic: localization for game scene?
Replies: 3
Views: 883

localization for game scene?

Hi. Tony! i am working my game fine with your support! and i am now working on localization. with dialogue system for unity, i get that i can localize the dialogue easily. now what im trying is to localize UI elements. it supports localization with only letters? i hope to change images when localizi...