How could I allow the player to write in his/her journal in-game? This would be sort of like Minecraft’s writable books.
bump
and
Sorry for the necro post
I’m doing something like this and what I’ve done so far is to create a ui with a panel to act as the inside of the cover of the book and a text input box placed on top of it taking up most of the space.
Next I think the way to go would be to put buttons at the bottom for going forwards/back a page. When the player opens the book, it loads from a text file on the device and when they close the book it overwrites that file.