|
@@ -1,16 +1,16 @@
|
|
|
|
+using System;
|
|
using System.Collections.Generic;
|
|
using System.Collections.Generic;
|
|
using System.Diagnostics;
|
|
using System.Diagnostics;
|
|
using System.IO;
|
|
using System.IO;
|
|
using System.Linq;
|
|
using System.Linq;
|
|
|
|
+using AssetBank.Settings;
|
|
using UnityEditor;
|
|
using UnityEditor;
|
|
-using UnityEngine;
|
|
|
|
-using AssetBank.Editor.ProjectExporter;
|
|
|
|
-using System;
|
|
|
|
using UnityEditor.Animations;
|
|
using UnityEditor.Animations;
|
|
|
|
+using UnityEngine;
|
|
using UnityEngine.Audio;
|
|
using UnityEngine.Audio;
|
|
using UnityEngine.Video;
|
|
using UnityEngine.Video;
|
|
|
|
|
|
-namespace ProjectExporter
|
|
|
|
|
|
+namespace AssetBank.DockableWindow
|
|
{
|
|
{
|
|
public class ProjectExporterController
|
|
public class ProjectExporterController
|
|
{
|
|
{
|