Page 1 of 1

Game manual with table of content

Posted: Tue Nov 19, 2024 10:07 am
by frednorm2000
I would like to add a manual in my game with a table of content that will let the player click on a topic on the left pane to display text on the right pane. I plan to create the UI myself that will query the database to display the content.

I'm wondering if DS would be a way to go to store the localized text. Since it is designed to display text linked together inside a conversation, it does not seem to be the right option. But since it is already integrated in our project, I would like to see if there is a way I can achieve this.

Thank you

Re: Game manual with table of content

Posted: Tue Nov 19, 2024 11:10 am
by Tony Li
Hi,

You can use a Text Table asset (part of the Dialogue System) for that. It's part of the Dialogue System. It has its own editor and the ability to export/import CSV. This way you'll be all set to handle language localization, too, if you need it in the future.