|
How i can find all gameObject with a certian tag in the scene and store them in a array?
(comments are locked)
|
|
One line:
Note: Code is C# http://unity3d.com/support/documentation/ScriptReference/GameObject.FindGameObjectsWithTag.html Going to sound stupid, but what's the equivilent of this line in Javascript? guessing it's var object : GameObject[] = GameObject.FindGAmeObjectsWithTag("MyTag"); but didn't see an exact reference for it when it came to arrays...
Dec 04 '12 at 04:38 PM
Se7eNJinx
(comments are locked)
|
(comments are locked)
|
