void Awake()
 {
     LivesLivesHelper.Init();
 }
 // Use this for initialization
 void Start()
 {
     mStr = LivesLivesHelper.GetMacAddress();
 }