"title" property of Unity editor window is deprecated so we replace with "titleContent.text"
@@ -40,7 +40,7 @@ namespace Unity3D2Babylon
void Initialize()
{
- title = "Babylon.js";
+ titleContent.text = "Babylon.js";
}
void OnGUI()