void Start( )
 {
     //Load data
     myShape = PlayerPrefsExtra.GetObject <Shape> ("MyShape", new Shape( ));
 }