diff options
Diffstat (limited to 'CollectionProj/Assets/Tools/CustomBaking/Editor')
6 files changed, 0 insertions, 99 deletions
diff --git a/CollectionProj/Assets/Tools/CustomBaking/Editor/Baker.cs b/CollectionProj/Assets/Tools/CustomBaking/Editor/Baker.cs deleted file mode 100644 index 61a23b4..0000000 --- a/CollectionProj/Assets/Tools/CustomBaking/Editor/Baker.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-using System.Threading;
-
-namespace CustomBaking
-{
- public class Baker
- {
- Thread m_Thread;
-
- }
-}
diff --git a/CollectionProj/Assets/Tools/CustomBaking/Editor/Baker.cs.meta b/CollectionProj/Assets/Tools/CustomBaking/Editor/Baker.cs.meta deleted file mode 100644 index 57711da..0000000 --- a/CollectionProj/Assets/Tools/CustomBaking/Editor/Baker.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 335bcffb42af35b49ad644f0e343187d -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/CollectionProj/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs b/CollectionProj/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs deleted file mode 100644 index 2df8723..0000000 --- a/CollectionProj/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
-namespace CustomBaking
-{
- public abstract class BakingJobBase
- {
-
-
- }
-}
diff --git a/CollectionProj/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs.meta b/CollectionProj/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs.meta deleted file mode 100644 index 545a840..0000000 --- a/CollectionProj/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 68bf3017cba44ac4abf4ccd1b54865ec -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs b/CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs deleted file mode 100644 index 5d9e434..0000000 --- a/CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs +++ /dev/null @@ -1,41 +0,0 @@ -using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-using UnityEditor;
-
-namespace CustomBaking
-{
-
- public static class CustomBakingMenu
- {
- [MenuItem("CustomBaking/Open Window")]
- static void OpenCustomBaking()
- {
-
- }
-
- [MenuItem("CustomBaking/Help")]
- static void Help()
- {
-
- }
-
- [MenuItem("CustomBaking/About")]
- static void About()
- {
-
- }
- }
-
- public class CustomBakingEditor : EditorWindow
- {
-
-
- public void OnGUI()
- {
-
- }
-
- }
-
-}
\ No newline at end of file diff --git a/CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs.meta b/CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs.meta deleted file mode 100644 index 1c116d4..0000000 --- a/CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: b6278f62bac0a1041b2e6f3033afa150 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: |