I am trying to make a button in-game which would open my Readme Text document located in the data folder. How do I go about doing this?
My goal is to create a OnGUI function with a GUI button. On clicking the button I want an external text document to open. I have done this with internet URLS which work fine.
Help please? =)
P.S. : It will be VERY helpful if you could post a finished code that I can use =)