Attach this to your cube.
Also reference http://docs.unity3d.com/ScriptReference/Object.DontDestroyOnLoad.html
function Awake () {DontDestroyOnLoad (transform.gameObject); }
↧