示例#1
0
 void Start()
 {
     gobal_var = GameObject.Find("GobalVariable").GetComponent <Gobalvariable>();
     Debug.Log("targetVideo_Url = " + gobal_var.targetVideo_Url + "\n Video360_Url = " + gobal_var.Video360_Url);
     StartCoroutine(webServiceRequest());
 }
 // Use this for initialization
 void Start()
 {
     gobal_var = GameObject.Find("GobalVariable").GetComponent <Gobalvariable>();
     Debug.Log("VideoPlayerSrc targetVideo_Url = " + gobal_var.targetVideo_Url);
     StartCoroutine(playVideo());
 }