unity editorwindowtitle obsolete

Code Example - unity editorwindowtitle obsolete

                
                        //Instead of
title = "Custom Gui Window Title"

//Use this
titleContent = new GUIContent("Custom Gui Window Title");