I want to input txt file mp3 file an so on file in Unity.How can i do it?
you can not use mp3 in unity, only ogg.
text files are just put in and then loaded as text assets through the WWW class for example (or System.IO, see the mono / msdn documentation on that)