summaryrefslogtreecommitdiff
path: root/CollectionProj/Assets/Tools/CustomBaking/Editor
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-05-10 21:35:08 +0800
committerchai <chaifix@163.com>2021-05-10 21:35:08 +0800
commit61f7041fd10f1545991e6fbc66ade10c6835c5a4 (patch)
treebd2b34aef0d5e8e87706d90c74bb58e7b74d8d82 /CollectionProj/Assets/Tools/CustomBaking/Editor
parent24d5ca3ef3c8a57107b27ba650401f11cec588d5 (diff)
+misc
Diffstat (limited to 'CollectionProj/Assets/Tools/CustomBaking/Editor')
-rw-r--r--CollectionProj/Assets/Tools/CustomBaking/Editor/Baker.cs13
-rw-r--r--CollectionProj/Assets/Tools/CustomBaking/Editor/Baker.cs.meta11
-rw-r--r--CollectionProj/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs12
-rw-r--r--CollectionProj/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs.meta11
-rw-r--r--CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs41
-rw-r--r--CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs.meta11
6 files changed, 99 insertions, 0 deletions
diff --git a/CollectionProj/Assets/Tools/CustomBaking/Editor/Baker.cs b/CollectionProj/Assets/Tools/CustomBaking/Editor/Baker.cs
new file mode 100644
index 0000000..61a23b4
--- /dev/null
+++ b/CollectionProj/Assets/Tools/CustomBaking/Editor/Baker.cs
@@ -0,0 +1,13 @@
+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
new file mode 100644
index 0000000..57711da
--- /dev/null
+++ b/CollectionProj/Assets/Tools/CustomBaking/Editor/Baker.cs.meta
@@ -0,0 +1,11 @@
+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
new file mode 100644
index 0000000..2df8723
--- /dev/null
+++ b/CollectionProj/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs
@@ -0,0 +1,12 @@
+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
new file mode 100644
index 0000000..545a840
--- /dev/null
+++ b/CollectionProj/Assets/Tools/CustomBaking/Editor/BakingJobBase.cs.meta
@@ -0,0 +1,11 @@
+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
new file mode 100644
index 0000000..5d9e434
--- /dev/null
+++ b/CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs
@@ -0,0 +1,41 @@
+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
new file mode 100644
index 0000000..1c116d4
--- /dev/null
+++ b/CollectionProj/Assets/Tools/CustomBaking/Editor/CustomBakingEditor.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: b6278f62bac0a1041b2e6f3033afa150
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant: