diff --git a/UnityProject/Assembly-CSharp-Editor.csproj b/UnityProject/Assembly-CSharp-Editor.csproj index 1a2d6df..e1e039a 100644 --- a/UnityProject/Assembly-CSharp-Editor.csproj +++ b/UnityProject/Assembly-CSharp-Editor.csproj @@ -57,6 +57,7 @@ + diff --git a/UnityProject/Assembly-CSharp.csproj b/UnityProject/Assembly-CSharp.csproj index 92ee30f..8f19932 100644 --- a/UnityProject/Assembly-CSharp.csproj +++ b/UnityProject/Assembly-CSharp.csproj @@ -68,7 +68,6 @@ - diff --git a/UnityProject/Assets/Scripts/CreatePlane.cs.cs b/UnityProject/Assets/Editor/CreatePlane.cs.cs similarity index 99% rename from UnityProject/Assets/Scripts/CreatePlane.cs.cs rename to UnityProject/Assets/Editor/CreatePlane.cs.cs index 341bbc7..6f6d195 100644 --- a/UnityProject/Assets/Scripts/CreatePlane.cs.cs +++ b/UnityProject/Assets/Editor/CreatePlane.cs.cs @@ -1,6 +1,5 @@ using UnityEngine; using UnityEditor; -using System.Collections; public class CreatePlane : ScriptableWizard diff --git a/UnityProject/Assets/Scripts/CreatePlane.cs.cs.meta b/UnityProject/Assets/Editor/CreatePlane.cs.cs.meta similarity index 100% rename from UnityProject/Assets/Scripts/CreatePlane.cs.cs.meta rename to UnityProject/Assets/Editor/CreatePlane.cs.cs.meta diff --git a/UnityProject/Assets/Plugins/Editor/JetBrains.meta b/UnityProject/Assets/Plugins/Editor/JetBrains.meta new file mode 100644 index 0000000..f05c782 --- /dev/null +++ b/UnityProject/Assets/Plugins/Editor/JetBrains.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c23199f6683cd9241819dcfaa99c9502 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityProject/Assets/Scripts/PdConnection/PdBackend.cs b/UnityProject/Assets/Scripts/PdConnection/PdBackend.cs index 7c9cfd9..8bda412 100644 --- a/UnityProject/Assets/Scripts/PdConnection/PdBackend.cs +++ b/UnityProject/Assets/Scripts/PdConnection/PdBackend.cs @@ -1,7 +1,5 @@ using System; using System.Collections.Generic; -using System.Text; -using UnityEditor.VersionControl; using UnityEngine; using UnityEngine.Events; diff --git a/UnityProject/Assets/Shader.meta b/UnityProject/Assets/Shader.meta new file mode 100644 index 0000000..8198ad7 --- /dev/null +++ b/UnityProject/Assets/Shader.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a136572b1ed0a3d4baf99141901819b6 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityProject/ProjectSettings/EditorBuildSettings.asset b/UnityProject/ProjectSettings/EditorBuildSettings.asset index 37987f2..c0ab4a3 100644 --- a/UnityProject/ProjectSettings/EditorBuildSettings.asset +++ b/UnityProject/ProjectSettings/EditorBuildSettings.asset @@ -6,6 +6,6 @@ EditorBuildSettings: serializedVersion: 2 m_Scenes: - enabled: 1 - path: Assets/Scenes/Examples/PdBackend/PdBackendDemo.unity - guid: 76781ee6de6d1bf4dae08f1a65ed8386 + path: Assets/Scenes/Examples/Qlist/Qlist.unity + guid: be0a328deb6c1504c98e054a6e6a7b9e m_configObjects: {}