hi
i’m using unity 3.5
i want active an object in script
how can i do this?
i use SetActive method but it’s got error
error text :
Assets/Scripts/GameManager.cs(39,34): error CS1061: Type
UnityEngine.GameObject' does not contain a definition forSetActive’ and no extension methodSetActive' of typeUnityEngine.GameObject’ could be found (are you missing a using directive or an assembly reference?)
tnx 4 adv
i m using unity 4.2 but still neither gameObject.setActive nor gameObject.active are working plzz can suggest the solution
– forca_barca