↧
Answer by Michael S
I changed the code to this, and it works :) IEnumerator GetData(WWW w) { if(Loading == true) { guiLoading.guiText.text = "Loading Data"; } else if (Loading == false) { guiLoading.guiText.text = ""; }...
View ArticleAnswer by Michael S
Hi, How do you open the other Application ? I would do it with `System.Diagnostics.Process.Start("myapplication.exe");` Are the other Application in focus or running in the background after launched ?
View Article