Search found 4 matches

by edassis
Thu Oct 06, 2022 5:16 pm
Forum: Dialogue System for Unity
Topic: How to utilize ChatMapperConverter class in my scripts?
Replies: 3
Views: 254

Re: How to utilize ChatMapperConverter class in my scripts?

Thanks mate! More simple than I thought.
by edassis
Wed Oct 05, 2022 6:29 pm
Forum: Dialogue System for Unity
Topic: How to utilize ChatMapperConverter class in my scripts?
Replies: 3
Views: 254

How to utilize ChatMapperConverter class in my scripts?

I'm trying to make a custom importer that gets dialogue entries at runtime using ChatMapper xml format. I want to do something in these lines: var chatMapperConverter = new ChatMapperConverter.OnEnable(); var myPrefs = new Prefs(); myPrefs.outputFolder = "myOutputFolder"; chatMapperConvert...
by edassis
Wed Oct 05, 2022 5:56 pm
Forum: Dialogue System for Unity
Topic: How to do line break in yarn scripts?
Replies: 3
Views: 739

Re: How to do line break in yarn scripts?

I was quick to find this solution after posting here. Thanks!

Any other recomendation?
by edassis
Sun Oct 02, 2022 5:48 pm
Forum: Dialogue System for Unity
Topic: How to do line break in yarn scripts?
Replies: 3
Views: 739

How to do line break in yarn scripts?

I wasn't able to figure out how to force a line break int the same dialogue when importing from Yarn Spinner scripts. Anyone knows how to do that?

Thanks.