File Handling in unity

Dose anyone know file Handling in unity …means how to save data and high score in unity…and other thing…:!::!::!::!:

Easiest method is to use PlayerPrefs:

http://docs.unity3d.com/Documentation/ScriptReference/PlayerPrefs.html

But you can also use System.IO:

http://msdn.microsoft.com/en-us/library/system.io.aspx

its real helpful thanks man…

You may also want to look into scriptable objects as a more customisable solution.

thanks for your support…