Update Example

This commit is contained in:
mackysoft
2022-04-10 11:17:47 +09:00
parent 1f0206e3cc
commit a92b8ee7d8
23 changed files with 2171 additions and 1488 deletions
@@ -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();
}
}
}
@@ -1,11 +0,0 @@
fileFormatVersion: 2
guid: cfc194a2f8ebd084b9a5e0be5ec30589
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 3daa472c06f02b04fb7ab45405320dfd
guid: 9db229195025447418ba34a8323eda5a
folderAsset: yes
DefaultImporter:
externalObjects: {}
@@ -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
}
@@ -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"
}
]
}