Collectable notes inside game. Add in UI.

You could do a boolean Array. Let’s say you found note 5, then you can call in your widget that this note is now true and set the bool to true (in the Array). Then i would make a button to Show my collected notes and a simple arrow button to Switch the notes. If the bool is true, then Show that note. Something like that.