In my project, I want players to be able to view the conversations they've read and hear the voice when they press the horn button.
Here is a sample.
How should I accomplish this feature?
Show back Log as visual novel?
Re: Show back Log as visual novel?
Hi,
You can do it with a little scripting. See the ConversationLogger script. It's an example script that shows how to report lines of dialogue as they're played. You can use the same OnConversationLine method to record the lines so you can show them in the back log.
You can do it with a little scripting. See the ConversationLogger script. It's an example script that shows how to report lines of dialogue as they're played. You can use the same OnConversationLine method to record the lines so you can show them in the back log.