private void OnEnable() { // Load JEM editor resources JEMEditorResources.Load(); // Apply Title titleContent = new GUIContent("JEM Configuration", JEMEditorResources.JEMIconTexture); // Load all configurations InternalJEMConfiguration.Load(); JEMEditorConfiguration.Load(); JEMAssetsBuilderConfiguration.Load(); }