↧
Answer by rausank03
You can also visit to better solution at http://techgurulab.com/course/c-sharp-tutorial/
View ArticleAnswer by CorruptedTNC
You can set your button (or any other GUI element) to have "GUIContent" when you create it in OnGUI(). In one of my projects I have this: if(GUILayout.Button (new GUIContent(obj.name,...
View Article