Ejemplo n.º 1
0
 void stopLoding()
 {
     isLoading.Loaded();
     doneLoading = true;
     GameObject.Find("Video Player").GetComponent <RectTransform>().SetSizeWithCurrentAnchors(RectTransform.Axis.Horizontal, prevSize);
 }