Example #1
0
 public AssetGraphSettingsProvider(string path, SettingsScope scope = SettingsScope.Project)
     : base(path, scope)
 {
     m_abTab   = new AssetBundlesSettingsTab();
     m_execTab = new ExecutionOrderSettingsTab();
     m_mode    = Mode.AssetBundleSettings;
 }
Example #2
0
 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;
 }