Update Example
This commit is contained in:
-13
@@ -1,13 +0,0 @@
|
||||
using UnityEditor;
|
||||
|
||||
namespace MackySoft.SerializeReferenceExtensions.Example.Editor {
|
||||
|
||||
// Enabling the custom editor slowdown rendering performance.
|
||||
//[CustomEditor(typeof(Example))]
|
||||
public class ExampleEditor : UnityEditor.Editor {
|
||||
|
||||
public override void OnInspectorGUI () {
|
||||
base.OnInspectorGUI();
|
||||
}
|
||||
}
|
||||
}
|
||||
-11
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: cfc194a2f8ebd084b9a5e0be5ec30589
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3daa472c06f02b04fb7ab45405320dfd
|
||||
guid: 9db229195025447418ba34a8323eda5a
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "MackySoft.SerializeReferenceExtensions.Example.GetStarted",
|
||||
"rootNamespace": "",
|
||||
"references": [
|
||||
"GUID:49b49c76ee64f6b41bf28ef951cb0e50"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
||||
+2
-3
@@ -1,7 +1,6 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9a6c0659b60e6c44f998f2d392bb5af6
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
guid: f61e449ae64e31243b5fc7a70dc8391a
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
@@ -9,9 +9,9 @@
|
||||
"dependencies": {},
|
||||
"samples": [
|
||||
{
|
||||
"displayName": "Example",
|
||||
"displayName": "Get Started",
|
||||
"description": "",
|
||||
"path": "Example"
|
||||
"path": "Samples~/GetStarted"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user