Hi Folks,
I have come across new issues like, when is finding the trasform.Findchild(Obj + “/” + counter). its giving me a Null reference exception
transform.FindChild(_ObjName + "/" + counter);
Getting error when using above code
Previously i am using the same case in whole string… its working good
like
transform.FindChild("Obj_Move"r);
Difference is when finding whole string it is working fine, but when going with string manipulation, its giving me error.
pls advise me if i am wrong.
Thanks