Question by 
               Saikat_2016 · Sep 22, 2017 at 07:23 AM · 
                levelscore system  
              
 
              How to save and Load the levelwise highscore in Unity....??
There is 10 Level in my Game and I want to manage HighScore levelwise..like
public class LevelwiseScore {
     public int levelNo;
     public int highScore;
}
               Comment
              
 
               
              You could use PlayerPrefs, where the key is the level number and the saved value is the score.
You can use a binaryformatter to write the score out as a file. 
Can you give me a Demo code pls...I can't understand....before I never used it...how it is possible I dont know...
Your answer
 
 
              koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                