public AssetGraphSettingsProvider(string path, SettingsScope scope = SettingsScope.Project) : base(path, scope) { m_abTab = new AssetBundlesSettingsTab(); m_execTab = new ExecutionOrderSettingsTab(); m_mode = Mode.AssetBundleSettings; }
private void Init() { this.titleContent = new GUIContent("Project Settings"); this.minSize = new Vector2(300f, 100f); m_abTab = new AssetBundlesSettingsTab(); m_execTab = new ExecutionOrderSettingsTab(); m_mode = Mode.AssetBundleSettings; }