I placed a bunch of GUIText and GUITextures placed inside an GameObject…And i want them to be enabled only at some condition, So do it need to give,
firstGUIText.enable = true
for each and every GUIText or any other way is possible ??
I tried by disabling GameObject itself at the start of game and tried to make it active during the game…but the de activated GameObject cannot be located using GameObject.Find…
So Any help is highly appreciated…Thank you…