Hi there,
I was looking to find something like a notepad for in-game use.
There is an asset for unity but what I would like is an asset that allows the player to keep notes.
Yes I could probably use a simple text field, but ideally would like something that looks and feels like a notepad 
In case you know of such asset let me know!
Thanks
Why not have a rich text field with a notepad background?
Thanks! I will give that a try, pretty new to unity UI stuff!
By the way ideally I would like it to work like a notepad i.e. to be able to write on the notepad lines, and having a scrollbar (as it can be infinite)
Thereโs a scroll view for that but needs some tinkering to get it to work. I recommend looking at various UGUI tutorials to get familiar with various UI components.