#show me
1 messages · Page 1 of 1 (latest)
k
uhh
so I made it like this
Transform eee = NewBtn.transform.GetChild(1).GetComponent<InputField>()
and I tried GameObject
wow xD
no
declare it in public
like
public Transform eee, but you don't want the transform you want the input field so do public InputField eee = null;
and then assign the InputField gameobject to the current script in your inspector
public Transform eee = NewBtn.transform.GetChild(1).GetComponent<InputField>()
```?
replace this by this: public InputField eee = null;
sure
just here lol
where?
bien
you are fine ? x)