[Help] Trying in Input Text Box on Hierarchy Window!

Hi to All,

can you help me on this part i try to make a textfield in Hierarchy Window. but this is could happen when i type a word or letter inside of textfield.


The Textfield have same Word or text.

Here’s the Code:

Code (CSharp):


Thank you in Advance.
Go Unity Dev

If you have one static string variable for your whole class MyHierarchyIcon then you have only one texte for everything.
You would need to save the text for each textbox separately.

Maybe a dictionary with the id of the item as key and the value can be your text.