How to make a menu between levels?

Hello do you know of any tutorials or can you help me too create a menu system like between the levels, like on many iPhone game or flash games, where you get stars and stuff depending on your performance on the level before? The only things that I find is simple main menu tutorials but nothing more.

Think of the menu between levels as being a level in it’s own right. Make a scene in Unity that implements the visuals you want in the menu. Pass data to that scene using either player prefs, or use a ScriptableObject/DontDestroyOnLoad.