![-w1680](media/15998105420013/15998106683994.jpg)
If Text component is placed under the DisplayIdTxt and we need to retrieve it from Item GameObject
“`csharp
Text DisplayIdTxt = newItem.transform.Find(“DisplayIDTxt”).GetComponent
“`
![-w1680](media/15998105420013/15998106683994.jpg)
If Text component is placed under the DisplayIdTxt and we need to retrieve it from Item GameObject
“`csharp
Text DisplayIdTxt = newItem.transform.Find(“DisplayIDTxt”).GetComponent
“`