Quantcast
Channel: Answers by "Michael S"
Browsing all 4 articles
Browse latest View live

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 Article



Answer 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

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 Article

Answer 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
Browsing all 4 articles
Browse latest View live




Latest Images