How to track if a line is read already?
Posted: Sun Mar 30, 2025 6:42 pm
Hi, I am implementing two features that need some mechanic to memorize if a line is read already:
1. A skip-through feature that allows the player to jump to the next unread line.
2. Reading some lines will cost player's resource. However, if the line is already read (i.e. the player already paid to read), the player doesn't need to "pay" twice.
I want the line's read/unread status also be savable along with other data as well. Does Dialogue System for Unity provide such metadata on lines to keep track of? Or do I need to implement my own system to do so? Any suggestions?
Thank you!
1. A skip-through feature that allows the player to jump to the next unread line.
2. Reading some lines will cost player's resource. However, if the line is already read (i.e. the player already paid to read), the player doesn't need to "pay" twice.
I want the line's read/unread status also be savable along with other data as well. Does Dialogue System for Unity provide such metadata on lines to keep track of? Or do I need to implement my own system to do so? Any suggestions?
Thank you!