↧
Answer by beachpong
Hi, Let's say you want to access only the gameobjects that you have in your scrpit (e.g script name is DemoScript). To access only these game objects, try this: object[] obj =...
View ArticleAnswer by beachpong
Hi Tomleung, Sure. You can try this. object[] obj = GameObject.FindObjectsofType(typeof(DemoScript)); for(int i=0;i
View ArticleAnswer by beachpong
Hello FarazKhalid, Sure. I dont have any tutorial but I can tell you steps that you can try 1. Enable TUIO in the MultiTaction Cell....
View Article