diff --git a/Assembly-CSharp-Editor.csproj b/Assembly-CSharp-Editor.csproj index 2872553..4b4196e 100644 --- a/Assembly-CSharp-Editor.csproj +++ b/Assembly-CSharp-Editor.csproj @@ -1,7 +1,7 @@  - 8.0 + latest Debug @@ -52,11 +52,9 @@ StandaloneWindows:5 2020.3.24f1 - - - + diff --git a/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Example/ExampleAssets/Scripts/Editor.meta b/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Example/ExampleAssets/Scripts/Editor.meta new file mode 100644 index 0000000..ef7a0c4 --- /dev/null +++ b/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Example/ExampleAssets/Scripts/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9a6c0659b60e6c44f998f2d392bb5af6 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Example/ExampleAssets/Scripts/Editor/ExampleEditor.cs b/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Example/ExampleAssets/Scripts/Editor/ExampleEditor.cs new file mode 100644 index 0000000..2925c45 --- /dev/null +++ b/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Example/ExampleAssets/Scripts/Editor/ExampleEditor.cs @@ -0,0 +1,13 @@ +using UnityEditor; + +namespace MackySoft.SerializeReferenceExtensions.Example.Editor { + + [CustomEditor(typeof(Example))] + public class ExampleEditor : UnityEditor.Editor { + + // Enabling the custom editor slowdown rendering performance. + public override void OnInspectorGUI () { + base.OnInspectorGUI(); + } + } +} \ No newline at end of file diff --git a/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Example/ExampleAssets/Scripts/Editor/ExampleEditor.cs.meta b/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Example/ExampleAssets/Scripts/Editor/ExampleEditor.cs.meta new file mode 100644 index 0000000..a514b70 --- /dev/null +++ b/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Example/ExampleAssets/Scripts/Editor/ExampleEditor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: cfc194a2f8ebd084b9a5e0be5ec30589 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: