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:
its real helpful thanks man…
You may also want to look into scriptable objects as a more customisable solution.
thanks for your support…