From 7b480b6242e101d56345cbc2aa7f3a712108e151 Mon Sep 17 00:00:00 2001 From: Wang Cong Date: Mon, 21 Oct 2019 11:37:56 +0800 Subject: [PATCH] changed: move folder Examples into Samples~ In Package Manager UI 2.0 (compatible with Unity 2019.1), you can include samples in a package. https://forum.unity.com/threads/samples-in-packages-manual-setup.623080/ --- Examples.meta | 9 ------- {Examples => Samples~}/Examples.asmdef | 0 {Examples => Samples~}/Examples.asmdef.meta | 0 {Examples => Samples~}/LogicToy.meta | 0 {Examples => Samples~}/LogicToy/Editor.meta | 0 .../LogicToy/Editor/LogicGraphEditor.cs | 0 .../LogicToy/Editor/LogicGraphEditor.cs.meta | 0 .../LogicToy/Editor/LogicNodeEditor.cs | 0 .../LogicToy/Editor/LogicNodeEditor.cs.meta | 0 {Examples => Samples~}/LogicToy/Example.asset | 0 .../LogicToy/Example.asset.meta | 0 {Examples => Samples~}/LogicToy/ITimerTick.cs | 0 .../LogicToy/ITimerTick.cs.meta | 0 {Examples => Samples~}/LogicToy/LogicGraph.cs | 0 .../LogicToy/LogicGraph.cs.meta | 0 {Examples => Samples~}/LogicToy/Nodes.meta | 0 .../LogicToy/Nodes/AndNode.cs | 0 .../LogicToy/Nodes/AndNode.cs.meta | 0 .../LogicToy/Nodes/LogicNode.cs | 0 .../LogicToy/Nodes/LogicNode.cs.meta | 0 .../LogicToy/Nodes/NotNode.cs | 0 .../LogicToy/Nodes/NotNode.cs.meta | 0 .../LogicToy/Nodes/PulseNode.cs | 0 .../LogicToy/Nodes/PulseNode.cs.meta | 0 .../LogicToy/Nodes/ToggleNode.cs | 0 .../LogicToy/Nodes/ToggleNode.cs.meta | 0 {Examples => Samples~}/MathGraph.meta | 0 {Examples => Samples~}/MathGraph/Editor.meta | 0 .../MathGraph/Editor/MathGraphEditor.cs | 0 .../MathGraph/Editor/MathGraphEditor.cs.meta | 0 {Examples => Samples~}/MathGraph/MathGraph.cs | 0 .../MathGraph/MathGraph.cs.meta | 0 .../MathGraph/New Math Graph.asset | 0 .../MathGraph/New Math Graph.asset.meta | 0 {Examples => Samples~}/MathGraph/Nodes.meta | 0 .../MathGraph/Nodes/DisplayValue.cs | 0 .../MathGraph/Nodes/DisplayValue.cs.meta | 0 .../MathGraph/Nodes/Editor.meta | 0 .../Nodes/Editor/DisplayValueEditor.cs | 0 .../Nodes/Editor/DisplayValueEditor.cs.meta | 0 .../MathGraph/Nodes/MathNode.cs | 0 .../MathGraph/Nodes/MathNode.cs.meta | 0 .../MathGraph/Nodes/Vector.cs | 0 .../MathGraph/Nodes/Vector.cs.meta | 0 {Examples => Samples~}/RuntimeMathGraph.meta | 0 .../RuntimeMathGraph/Graphics.meta | 0 .../RuntimeMathGraph/Graphics/half.png | Bin .../RuntimeMathGraph/Graphics/half.png.meta | 0 .../RuntimeMathGraph/Graphics/xnode_dot.png | Bin .../Graphics/xnode_dot.png.meta | 0 .../Graphics/xnode_dot_outer.png | Bin .../Graphics/xnode_dot_outer.png.meta | 0 .../RuntimeMathGraph/Graphics/xnode_node.png | Bin .../Graphics/xnode_node.png.meta | 0 .../Graphics/xnode_node_highlight.png | Bin .../Graphics/xnode_node_highlight.png.meta | 0 .../RuntimeMathGraph/Prefabs.meta | 0 .../Prefabs/Connection.prefab | Bin .../Prefabs/Connection.prefab.meta | 0 .../RuntimeMathGraph/Prefabs/NodeGraph.prefab | Bin .../Prefabs/NodeGraph.prefab.meta | 0 .../RuntimeMathGraph/Prefabs/Nodes.meta | 0 .../Prefabs/Nodes/DisplayValue.prefab | Bin .../Prefabs/Nodes/DisplayValue.prefab.meta | 0 .../Prefabs/Nodes/MathNode.prefab | Bin .../Prefabs/Nodes/MathNode.prefab.meta | 0 .../Prefabs/Nodes/Vector.prefab | Bin .../Prefabs/Nodes/Vector.prefab.meta | 0 .../RuntimeMathGraph/Scenes.meta | 0 .../Scenes/RuntimeGraph.unity | Bin .../Scenes/RuntimeGraph.unity.meta | 0 .../RuntimeMathGraph/Scripts.meta | 0 .../RuntimeMathGraph/Scripts/Connection.cs | 0 .../Scripts/Connection.cs.meta | 0 .../RuntimeMathGraph/Scripts/NodeDrag.cs | 0 .../RuntimeMathGraph/Scripts/NodeDrag.cs.meta | 0 .../Scripts/RuntimeMathGraph.cs | 0 .../Scripts/RuntimeMathGraph.cs.meta | 0 .../Scripts/RuntimeNodes.meta | 0 .../Scripts/RuntimeNodes/UGUIDisplayValue.cs | 0 .../RuntimeNodes/UGUIDisplayValue.cs.meta | 0 .../Scripts/RuntimeNodes/UGUIMathBaseNode.cs | 0 .../RuntimeNodes/UGUIMathBaseNode.cs.meta | 0 .../Scripts/RuntimeNodes/UGUIMathNode.cs | 0 .../Scripts/RuntimeNodes/UGUIMathNode.cs.meta | 0 .../Scripts/RuntimeNodes/UGUIVector.cs | 0 .../Scripts/RuntimeNodes/UGUIVector.cs.meta | 0 .../Scripts/UGUIContextMenu.cs | 0 .../Scripts/UGUIContextMenu.cs.meta | 0 .../RuntimeMathGraph/Scripts/UGUIPort.cs | 0 .../RuntimeMathGraph/Scripts/UGUIPort.cs.meta | 0 .../RuntimeMathGraph/Scripts/UGUITooltip.cs | 0 .../Scripts/UGUITooltip.cs.meta | 0 {Examples => Samples~}/StateMachine.meta | 0 .../StateMachine/Editor.meta | 0 .../StateMachine/Editor/StateGraphEditor.cs | 0 .../Editor/StateGraphEditor.cs.meta | 0 .../StateMachine/New State Graph.asset | 0 .../StateMachine/New State Graph.asset.meta | 0 .../StateMachine/Nodes.meta | 0 .../StateMachine/Nodes/Editor.meta | 0 .../Nodes/Editor/StateNodeEditor.cs | 0 .../Nodes/Editor/StateNodeEditor.cs.meta | 0 .../StateMachine/Nodes/StateNode.cs | 0 .../StateMachine/Nodes/StateNode.cs.meta | 0 {Examples => Samples~}/StateMachine/README.md | 0 .../StateMachine/README.md.meta | 0 .../StateMachine/StateGraph.cs | 0 .../StateMachine/StateGraph.cs.meta | 0 package.json | 24 +++++++++++++++++- 110 files changed, 23 insertions(+), 10 deletions(-) delete mode 100644 Examples.meta rename {Examples => Samples~}/Examples.asmdef (100%) rename {Examples => Samples~}/Examples.asmdef.meta (100%) rename {Examples => Samples~}/LogicToy.meta (100%) rename {Examples => Samples~}/LogicToy/Editor.meta (100%) rename {Examples => Samples~}/LogicToy/Editor/LogicGraphEditor.cs (100%) rename {Examples => Samples~}/LogicToy/Editor/LogicGraphEditor.cs.meta (100%) rename {Examples => Samples~}/LogicToy/Editor/LogicNodeEditor.cs (100%) rename {Examples => Samples~}/LogicToy/Editor/LogicNodeEditor.cs.meta (100%) rename {Examples => Samples~}/LogicToy/Example.asset (100%) rename {Examples => Samples~}/LogicToy/Example.asset.meta (100%) rename {Examples => Samples~}/LogicToy/ITimerTick.cs (100%) rename {Examples => Samples~}/LogicToy/ITimerTick.cs.meta (100%) rename {Examples => Samples~}/LogicToy/LogicGraph.cs (100%) rename {Examples => Samples~}/LogicToy/LogicGraph.cs.meta (100%) rename {Examples => Samples~}/LogicToy/Nodes.meta (100%) rename {Examples => Samples~}/LogicToy/Nodes/AndNode.cs (100%) rename {Examples => Samples~}/LogicToy/Nodes/AndNode.cs.meta (100%) rename {Examples => Samples~}/LogicToy/Nodes/LogicNode.cs (100%) rename {Examples => Samples~}/LogicToy/Nodes/LogicNode.cs.meta (100%) rename {Examples => Samples~}/LogicToy/Nodes/NotNode.cs (100%) rename {Examples => Samples~}/LogicToy/Nodes/NotNode.cs.meta (100%) rename {Examples => Samples~}/LogicToy/Nodes/PulseNode.cs (100%) rename {Examples => Samples~}/LogicToy/Nodes/PulseNode.cs.meta (100%) rename {Examples => Samples~}/LogicToy/Nodes/ToggleNode.cs (100%) rename {Examples => Samples~}/LogicToy/Nodes/ToggleNode.cs.meta (100%) rename {Examples => Samples~}/MathGraph.meta (100%) rename {Examples => Samples~}/MathGraph/Editor.meta (100%) rename {Examples => Samples~}/MathGraph/Editor/MathGraphEditor.cs (100%) rename {Examples => Samples~}/MathGraph/Editor/MathGraphEditor.cs.meta (100%) rename {Examples => Samples~}/MathGraph/MathGraph.cs (100%) rename {Examples => Samples~}/MathGraph/MathGraph.cs.meta (100%) rename {Examples => Samples~}/MathGraph/New Math Graph.asset (100%) rename {Examples => Samples~}/MathGraph/New Math Graph.asset.meta (100%) rename {Examples => Samples~}/MathGraph/Nodes.meta (100%) rename {Examples => Samples~}/MathGraph/Nodes/DisplayValue.cs (100%) rename {Examples => Samples~}/MathGraph/Nodes/DisplayValue.cs.meta (100%) rename {Examples => Samples~}/MathGraph/Nodes/Editor.meta (100%) rename {Examples => Samples~}/MathGraph/Nodes/Editor/DisplayValueEditor.cs (100%) rename {Examples => Samples~}/MathGraph/Nodes/Editor/DisplayValueEditor.cs.meta (100%) rename {Examples => Samples~}/MathGraph/Nodes/MathNode.cs (100%) rename {Examples => Samples~}/MathGraph/Nodes/MathNode.cs.meta (100%) rename {Examples => Samples~}/MathGraph/Nodes/Vector.cs (100%) rename {Examples => Samples~}/MathGraph/Nodes/Vector.cs.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Graphics.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Graphics/half.png (100%) rename {Examples => Samples~}/RuntimeMathGraph/Graphics/half.png.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Graphics/xnode_dot.png (100%) rename {Examples => Samples~}/RuntimeMathGraph/Graphics/xnode_dot.png.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Graphics/xnode_dot_outer.png (100%) rename {Examples => Samples~}/RuntimeMathGraph/Graphics/xnode_dot_outer.png.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Graphics/xnode_node.png (100%) rename {Examples => Samples~}/RuntimeMathGraph/Graphics/xnode_node.png.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Graphics/xnode_node_highlight.png (100%) rename {Examples => Samples~}/RuntimeMathGraph/Graphics/xnode_node_highlight.png.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Prefabs.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Prefabs/Connection.prefab (100%) rename {Examples => Samples~}/RuntimeMathGraph/Prefabs/Connection.prefab.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Prefabs/NodeGraph.prefab (100%) rename {Examples => Samples~}/RuntimeMathGraph/Prefabs/NodeGraph.prefab.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Prefabs/Nodes.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Prefabs/Nodes/DisplayValue.prefab (100%) rename {Examples => Samples~}/RuntimeMathGraph/Prefabs/Nodes/DisplayValue.prefab.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Prefabs/Nodes/MathNode.prefab (100%) rename {Examples => Samples~}/RuntimeMathGraph/Prefabs/Nodes/MathNode.prefab.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Prefabs/Nodes/Vector.prefab (100%) rename {Examples => Samples~}/RuntimeMathGraph/Prefabs/Nodes/Vector.prefab.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scenes.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scenes/RuntimeGraph.unity (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scenes/RuntimeGraph.unity.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scripts.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scripts/Connection.cs (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scripts/Connection.cs.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scripts/NodeDrag.cs (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scripts/NodeDrag.cs.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scripts/RuntimeMathGraph.cs (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scripts/RuntimeMathGraph.cs.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scripts/RuntimeNodes.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIDisplayValue.cs (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIDisplayValue.cs.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIMathBaseNode.cs (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIMathBaseNode.cs.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIMathNode.cs (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIMathNode.cs.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIVector.cs (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIVector.cs.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scripts/UGUIContextMenu.cs (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scripts/UGUIContextMenu.cs.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scripts/UGUIPort.cs (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scripts/UGUIPort.cs.meta (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scripts/UGUITooltip.cs (100%) rename {Examples => Samples~}/RuntimeMathGraph/Scripts/UGUITooltip.cs.meta (100%) rename {Examples => Samples~}/StateMachine.meta (100%) rename {Examples => Samples~}/StateMachine/Editor.meta (100%) rename {Examples => Samples~}/StateMachine/Editor/StateGraphEditor.cs (100%) rename {Examples => Samples~}/StateMachine/Editor/StateGraphEditor.cs.meta (100%) rename {Examples => Samples~}/StateMachine/New State Graph.asset (100%) rename {Examples => Samples~}/StateMachine/New State Graph.asset.meta (100%) rename {Examples => Samples~}/StateMachine/Nodes.meta (100%) rename {Examples => Samples~}/StateMachine/Nodes/Editor.meta (100%) rename {Examples => Samples~}/StateMachine/Nodes/Editor/StateNodeEditor.cs (100%) rename {Examples => Samples~}/StateMachine/Nodes/Editor/StateNodeEditor.cs.meta (100%) rename {Examples => Samples~}/StateMachine/Nodes/StateNode.cs (100%) rename {Examples => Samples~}/StateMachine/Nodes/StateNode.cs.meta (100%) rename {Examples => Samples~}/StateMachine/README.md (100%) rename {Examples => Samples~}/StateMachine/README.md.meta (100%) rename {Examples => Samples~}/StateMachine/StateGraph.cs (100%) rename {Examples => Samples~}/StateMachine/StateGraph.cs.meta (100%) diff --git a/Examples.meta b/Examples.meta deleted file mode 100644 index a6b543b..0000000 --- a/Examples.meta +++ /dev/null @@ -1,9 +0,0 @@ -fileFormatVersion: 2 -guid: 3cfe6eabeed0aa44e8d9d54b308a461f -folderAsset: yes -timeCreated: 1505418316 -licenseType: Free -DefaultImporter: - userData: - assetBundleName: - assetBundleVariant: diff --git a/Examples/Examples.asmdef b/Samples~/Examples.asmdef similarity index 100% rename from Examples/Examples.asmdef rename to Samples~/Examples.asmdef diff --git a/Examples/Examples.asmdef.meta b/Samples~/Examples.asmdef.meta similarity index 100% rename from Examples/Examples.asmdef.meta rename to Samples~/Examples.asmdef.meta diff --git a/Examples/LogicToy.meta b/Samples~/LogicToy.meta similarity index 100% rename from Examples/LogicToy.meta rename to Samples~/LogicToy.meta diff --git a/Examples/LogicToy/Editor.meta b/Samples~/LogicToy/Editor.meta similarity index 100% rename from Examples/LogicToy/Editor.meta rename to Samples~/LogicToy/Editor.meta diff --git a/Examples/LogicToy/Editor/LogicGraphEditor.cs b/Samples~/LogicToy/Editor/LogicGraphEditor.cs similarity index 100% rename from Examples/LogicToy/Editor/LogicGraphEditor.cs rename to Samples~/LogicToy/Editor/LogicGraphEditor.cs diff --git a/Examples/LogicToy/Editor/LogicGraphEditor.cs.meta b/Samples~/LogicToy/Editor/LogicGraphEditor.cs.meta similarity index 100% rename from Examples/LogicToy/Editor/LogicGraphEditor.cs.meta rename to Samples~/LogicToy/Editor/LogicGraphEditor.cs.meta diff --git a/Examples/LogicToy/Editor/LogicNodeEditor.cs b/Samples~/LogicToy/Editor/LogicNodeEditor.cs similarity index 100% rename from Examples/LogicToy/Editor/LogicNodeEditor.cs rename to Samples~/LogicToy/Editor/LogicNodeEditor.cs diff --git a/Examples/LogicToy/Editor/LogicNodeEditor.cs.meta b/Samples~/LogicToy/Editor/LogicNodeEditor.cs.meta similarity index 100% rename from Examples/LogicToy/Editor/LogicNodeEditor.cs.meta rename to Samples~/LogicToy/Editor/LogicNodeEditor.cs.meta diff --git a/Examples/LogicToy/Example.asset b/Samples~/LogicToy/Example.asset similarity index 100% rename from Examples/LogicToy/Example.asset rename to Samples~/LogicToy/Example.asset diff --git a/Examples/LogicToy/Example.asset.meta b/Samples~/LogicToy/Example.asset.meta similarity index 100% rename from Examples/LogicToy/Example.asset.meta rename to Samples~/LogicToy/Example.asset.meta diff --git a/Examples/LogicToy/ITimerTick.cs b/Samples~/LogicToy/ITimerTick.cs similarity index 100% rename from Examples/LogicToy/ITimerTick.cs rename to Samples~/LogicToy/ITimerTick.cs diff --git a/Examples/LogicToy/ITimerTick.cs.meta b/Samples~/LogicToy/ITimerTick.cs.meta similarity index 100% rename from Examples/LogicToy/ITimerTick.cs.meta rename to Samples~/LogicToy/ITimerTick.cs.meta diff --git a/Examples/LogicToy/LogicGraph.cs b/Samples~/LogicToy/LogicGraph.cs similarity index 100% rename from Examples/LogicToy/LogicGraph.cs rename to Samples~/LogicToy/LogicGraph.cs diff --git a/Examples/LogicToy/LogicGraph.cs.meta b/Samples~/LogicToy/LogicGraph.cs.meta similarity index 100% rename from Examples/LogicToy/LogicGraph.cs.meta rename to Samples~/LogicToy/LogicGraph.cs.meta diff --git a/Examples/LogicToy/Nodes.meta b/Samples~/LogicToy/Nodes.meta similarity index 100% rename from Examples/LogicToy/Nodes.meta rename to Samples~/LogicToy/Nodes.meta diff --git a/Examples/LogicToy/Nodes/AndNode.cs b/Samples~/LogicToy/Nodes/AndNode.cs similarity index 100% rename from Examples/LogicToy/Nodes/AndNode.cs rename to Samples~/LogicToy/Nodes/AndNode.cs diff --git a/Examples/LogicToy/Nodes/AndNode.cs.meta b/Samples~/LogicToy/Nodes/AndNode.cs.meta similarity index 100% rename from Examples/LogicToy/Nodes/AndNode.cs.meta rename to Samples~/LogicToy/Nodes/AndNode.cs.meta diff --git a/Examples/LogicToy/Nodes/LogicNode.cs b/Samples~/LogicToy/Nodes/LogicNode.cs similarity index 100% rename from Examples/LogicToy/Nodes/LogicNode.cs rename to Samples~/LogicToy/Nodes/LogicNode.cs diff --git a/Examples/LogicToy/Nodes/LogicNode.cs.meta b/Samples~/LogicToy/Nodes/LogicNode.cs.meta similarity index 100% rename from Examples/LogicToy/Nodes/LogicNode.cs.meta rename to Samples~/LogicToy/Nodes/LogicNode.cs.meta diff --git a/Examples/LogicToy/Nodes/NotNode.cs b/Samples~/LogicToy/Nodes/NotNode.cs similarity index 100% rename from Examples/LogicToy/Nodes/NotNode.cs rename to Samples~/LogicToy/Nodes/NotNode.cs diff --git a/Examples/LogicToy/Nodes/NotNode.cs.meta b/Samples~/LogicToy/Nodes/NotNode.cs.meta similarity index 100% rename from Examples/LogicToy/Nodes/NotNode.cs.meta rename to Samples~/LogicToy/Nodes/NotNode.cs.meta diff --git a/Examples/LogicToy/Nodes/PulseNode.cs b/Samples~/LogicToy/Nodes/PulseNode.cs similarity index 100% rename from Examples/LogicToy/Nodes/PulseNode.cs rename to Samples~/LogicToy/Nodes/PulseNode.cs diff --git a/Examples/LogicToy/Nodes/PulseNode.cs.meta b/Samples~/LogicToy/Nodes/PulseNode.cs.meta similarity index 100% rename from Examples/LogicToy/Nodes/PulseNode.cs.meta rename to Samples~/LogicToy/Nodes/PulseNode.cs.meta diff --git a/Examples/LogicToy/Nodes/ToggleNode.cs b/Samples~/LogicToy/Nodes/ToggleNode.cs similarity index 100% rename from Examples/LogicToy/Nodes/ToggleNode.cs rename to Samples~/LogicToy/Nodes/ToggleNode.cs diff --git a/Examples/LogicToy/Nodes/ToggleNode.cs.meta b/Samples~/LogicToy/Nodes/ToggleNode.cs.meta similarity index 100% rename from Examples/LogicToy/Nodes/ToggleNode.cs.meta rename to Samples~/LogicToy/Nodes/ToggleNode.cs.meta diff --git a/Examples/MathGraph.meta b/Samples~/MathGraph.meta similarity index 100% rename from Examples/MathGraph.meta rename to Samples~/MathGraph.meta diff --git a/Examples/MathGraph/Editor.meta b/Samples~/MathGraph/Editor.meta similarity index 100% rename from Examples/MathGraph/Editor.meta rename to Samples~/MathGraph/Editor.meta diff --git a/Examples/MathGraph/Editor/MathGraphEditor.cs b/Samples~/MathGraph/Editor/MathGraphEditor.cs similarity index 100% rename from Examples/MathGraph/Editor/MathGraphEditor.cs rename to Samples~/MathGraph/Editor/MathGraphEditor.cs diff --git a/Examples/MathGraph/Editor/MathGraphEditor.cs.meta b/Samples~/MathGraph/Editor/MathGraphEditor.cs.meta similarity index 100% rename from Examples/MathGraph/Editor/MathGraphEditor.cs.meta rename to Samples~/MathGraph/Editor/MathGraphEditor.cs.meta diff --git a/Examples/MathGraph/MathGraph.cs b/Samples~/MathGraph/MathGraph.cs similarity index 100% rename from Examples/MathGraph/MathGraph.cs rename to Samples~/MathGraph/MathGraph.cs diff --git a/Examples/MathGraph/MathGraph.cs.meta b/Samples~/MathGraph/MathGraph.cs.meta similarity index 100% rename from Examples/MathGraph/MathGraph.cs.meta rename to Samples~/MathGraph/MathGraph.cs.meta diff --git a/Examples/MathGraph/New Math Graph.asset b/Samples~/MathGraph/New Math Graph.asset similarity index 100% rename from Examples/MathGraph/New Math Graph.asset rename to Samples~/MathGraph/New Math Graph.asset diff --git a/Examples/MathGraph/New Math Graph.asset.meta b/Samples~/MathGraph/New Math Graph.asset.meta similarity index 100% rename from Examples/MathGraph/New Math Graph.asset.meta rename to Samples~/MathGraph/New Math Graph.asset.meta diff --git a/Examples/MathGraph/Nodes.meta b/Samples~/MathGraph/Nodes.meta similarity index 100% rename from Examples/MathGraph/Nodes.meta rename to Samples~/MathGraph/Nodes.meta diff --git a/Examples/MathGraph/Nodes/DisplayValue.cs b/Samples~/MathGraph/Nodes/DisplayValue.cs similarity index 100% rename from Examples/MathGraph/Nodes/DisplayValue.cs rename to Samples~/MathGraph/Nodes/DisplayValue.cs diff --git a/Examples/MathGraph/Nodes/DisplayValue.cs.meta b/Samples~/MathGraph/Nodes/DisplayValue.cs.meta similarity index 100% rename from Examples/MathGraph/Nodes/DisplayValue.cs.meta rename to Samples~/MathGraph/Nodes/DisplayValue.cs.meta diff --git a/Examples/MathGraph/Nodes/Editor.meta b/Samples~/MathGraph/Nodes/Editor.meta similarity index 100% rename from Examples/MathGraph/Nodes/Editor.meta rename to Samples~/MathGraph/Nodes/Editor.meta diff --git a/Examples/MathGraph/Nodes/Editor/DisplayValueEditor.cs b/Samples~/MathGraph/Nodes/Editor/DisplayValueEditor.cs similarity index 100% rename from Examples/MathGraph/Nodes/Editor/DisplayValueEditor.cs rename to Samples~/MathGraph/Nodes/Editor/DisplayValueEditor.cs diff --git a/Examples/MathGraph/Nodes/Editor/DisplayValueEditor.cs.meta b/Samples~/MathGraph/Nodes/Editor/DisplayValueEditor.cs.meta similarity index 100% rename from Examples/MathGraph/Nodes/Editor/DisplayValueEditor.cs.meta rename to Samples~/MathGraph/Nodes/Editor/DisplayValueEditor.cs.meta diff --git a/Examples/MathGraph/Nodes/MathNode.cs b/Samples~/MathGraph/Nodes/MathNode.cs similarity index 100% rename from Examples/MathGraph/Nodes/MathNode.cs rename to Samples~/MathGraph/Nodes/MathNode.cs diff --git a/Examples/MathGraph/Nodes/MathNode.cs.meta b/Samples~/MathGraph/Nodes/MathNode.cs.meta similarity index 100% rename from Examples/MathGraph/Nodes/MathNode.cs.meta rename to Samples~/MathGraph/Nodes/MathNode.cs.meta diff --git a/Examples/MathGraph/Nodes/Vector.cs b/Samples~/MathGraph/Nodes/Vector.cs similarity index 100% rename from Examples/MathGraph/Nodes/Vector.cs rename to Samples~/MathGraph/Nodes/Vector.cs diff --git a/Examples/MathGraph/Nodes/Vector.cs.meta b/Samples~/MathGraph/Nodes/Vector.cs.meta similarity index 100% rename from Examples/MathGraph/Nodes/Vector.cs.meta rename to Samples~/MathGraph/Nodes/Vector.cs.meta diff --git a/Examples/RuntimeMathGraph.meta b/Samples~/RuntimeMathGraph.meta similarity index 100% rename from Examples/RuntimeMathGraph.meta rename to Samples~/RuntimeMathGraph.meta diff --git a/Examples/RuntimeMathGraph/Graphics.meta b/Samples~/RuntimeMathGraph/Graphics.meta similarity index 100% rename from Examples/RuntimeMathGraph/Graphics.meta rename to Samples~/RuntimeMathGraph/Graphics.meta diff --git a/Examples/RuntimeMathGraph/Graphics/half.png b/Samples~/RuntimeMathGraph/Graphics/half.png similarity index 100% rename from Examples/RuntimeMathGraph/Graphics/half.png rename to Samples~/RuntimeMathGraph/Graphics/half.png diff --git a/Examples/RuntimeMathGraph/Graphics/half.png.meta b/Samples~/RuntimeMathGraph/Graphics/half.png.meta similarity index 100% rename from Examples/RuntimeMathGraph/Graphics/half.png.meta rename to Samples~/RuntimeMathGraph/Graphics/half.png.meta diff --git a/Examples/RuntimeMathGraph/Graphics/xnode_dot.png b/Samples~/RuntimeMathGraph/Graphics/xnode_dot.png similarity index 100% rename from Examples/RuntimeMathGraph/Graphics/xnode_dot.png rename to Samples~/RuntimeMathGraph/Graphics/xnode_dot.png diff --git a/Examples/RuntimeMathGraph/Graphics/xnode_dot.png.meta b/Samples~/RuntimeMathGraph/Graphics/xnode_dot.png.meta similarity index 100% rename from Examples/RuntimeMathGraph/Graphics/xnode_dot.png.meta rename to Samples~/RuntimeMathGraph/Graphics/xnode_dot.png.meta diff --git a/Examples/RuntimeMathGraph/Graphics/xnode_dot_outer.png b/Samples~/RuntimeMathGraph/Graphics/xnode_dot_outer.png similarity index 100% rename from Examples/RuntimeMathGraph/Graphics/xnode_dot_outer.png rename to Samples~/RuntimeMathGraph/Graphics/xnode_dot_outer.png diff --git a/Examples/RuntimeMathGraph/Graphics/xnode_dot_outer.png.meta b/Samples~/RuntimeMathGraph/Graphics/xnode_dot_outer.png.meta similarity index 100% rename from Examples/RuntimeMathGraph/Graphics/xnode_dot_outer.png.meta rename to Samples~/RuntimeMathGraph/Graphics/xnode_dot_outer.png.meta diff --git a/Examples/RuntimeMathGraph/Graphics/xnode_node.png b/Samples~/RuntimeMathGraph/Graphics/xnode_node.png similarity index 100% rename from Examples/RuntimeMathGraph/Graphics/xnode_node.png rename to Samples~/RuntimeMathGraph/Graphics/xnode_node.png diff --git a/Examples/RuntimeMathGraph/Graphics/xnode_node.png.meta b/Samples~/RuntimeMathGraph/Graphics/xnode_node.png.meta similarity index 100% rename from Examples/RuntimeMathGraph/Graphics/xnode_node.png.meta rename to Samples~/RuntimeMathGraph/Graphics/xnode_node.png.meta diff --git a/Examples/RuntimeMathGraph/Graphics/xnode_node_highlight.png b/Samples~/RuntimeMathGraph/Graphics/xnode_node_highlight.png similarity index 100% rename from Examples/RuntimeMathGraph/Graphics/xnode_node_highlight.png rename to Samples~/RuntimeMathGraph/Graphics/xnode_node_highlight.png diff --git a/Examples/RuntimeMathGraph/Graphics/xnode_node_highlight.png.meta b/Samples~/RuntimeMathGraph/Graphics/xnode_node_highlight.png.meta similarity index 100% rename from Examples/RuntimeMathGraph/Graphics/xnode_node_highlight.png.meta rename to Samples~/RuntimeMathGraph/Graphics/xnode_node_highlight.png.meta diff --git a/Examples/RuntimeMathGraph/Prefabs.meta b/Samples~/RuntimeMathGraph/Prefabs.meta similarity index 100% rename from Examples/RuntimeMathGraph/Prefabs.meta rename to Samples~/RuntimeMathGraph/Prefabs.meta diff --git a/Examples/RuntimeMathGraph/Prefabs/Connection.prefab b/Samples~/RuntimeMathGraph/Prefabs/Connection.prefab similarity index 100% rename from Examples/RuntimeMathGraph/Prefabs/Connection.prefab rename to Samples~/RuntimeMathGraph/Prefabs/Connection.prefab diff --git a/Examples/RuntimeMathGraph/Prefabs/Connection.prefab.meta b/Samples~/RuntimeMathGraph/Prefabs/Connection.prefab.meta similarity index 100% rename from Examples/RuntimeMathGraph/Prefabs/Connection.prefab.meta rename to Samples~/RuntimeMathGraph/Prefabs/Connection.prefab.meta diff --git a/Examples/RuntimeMathGraph/Prefabs/NodeGraph.prefab b/Samples~/RuntimeMathGraph/Prefabs/NodeGraph.prefab similarity index 100% rename from Examples/RuntimeMathGraph/Prefabs/NodeGraph.prefab rename to Samples~/RuntimeMathGraph/Prefabs/NodeGraph.prefab diff --git a/Examples/RuntimeMathGraph/Prefabs/NodeGraph.prefab.meta b/Samples~/RuntimeMathGraph/Prefabs/NodeGraph.prefab.meta similarity index 100% rename from Examples/RuntimeMathGraph/Prefabs/NodeGraph.prefab.meta rename to Samples~/RuntimeMathGraph/Prefabs/NodeGraph.prefab.meta diff --git a/Examples/RuntimeMathGraph/Prefabs/Nodes.meta b/Samples~/RuntimeMathGraph/Prefabs/Nodes.meta similarity index 100% rename from Examples/RuntimeMathGraph/Prefabs/Nodes.meta rename to Samples~/RuntimeMathGraph/Prefabs/Nodes.meta diff --git a/Examples/RuntimeMathGraph/Prefabs/Nodes/DisplayValue.prefab b/Samples~/RuntimeMathGraph/Prefabs/Nodes/DisplayValue.prefab similarity index 100% rename from Examples/RuntimeMathGraph/Prefabs/Nodes/DisplayValue.prefab rename to Samples~/RuntimeMathGraph/Prefabs/Nodes/DisplayValue.prefab diff --git a/Examples/RuntimeMathGraph/Prefabs/Nodes/DisplayValue.prefab.meta b/Samples~/RuntimeMathGraph/Prefabs/Nodes/DisplayValue.prefab.meta similarity index 100% rename from Examples/RuntimeMathGraph/Prefabs/Nodes/DisplayValue.prefab.meta rename to Samples~/RuntimeMathGraph/Prefabs/Nodes/DisplayValue.prefab.meta diff --git a/Examples/RuntimeMathGraph/Prefabs/Nodes/MathNode.prefab b/Samples~/RuntimeMathGraph/Prefabs/Nodes/MathNode.prefab similarity index 100% rename from Examples/RuntimeMathGraph/Prefabs/Nodes/MathNode.prefab rename to Samples~/RuntimeMathGraph/Prefabs/Nodes/MathNode.prefab diff --git a/Examples/RuntimeMathGraph/Prefabs/Nodes/MathNode.prefab.meta b/Samples~/RuntimeMathGraph/Prefabs/Nodes/MathNode.prefab.meta similarity index 100% rename from Examples/RuntimeMathGraph/Prefabs/Nodes/MathNode.prefab.meta rename to Samples~/RuntimeMathGraph/Prefabs/Nodes/MathNode.prefab.meta diff --git a/Examples/RuntimeMathGraph/Prefabs/Nodes/Vector.prefab b/Samples~/RuntimeMathGraph/Prefabs/Nodes/Vector.prefab similarity index 100% rename from Examples/RuntimeMathGraph/Prefabs/Nodes/Vector.prefab rename to Samples~/RuntimeMathGraph/Prefabs/Nodes/Vector.prefab diff --git a/Examples/RuntimeMathGraph/Prefabs/Nodes/Vector.prefab.meta b/Samples~/RuntimeMathGraph/Prefabs/Nodes/Vector.prefab.meta similarity index 100% rename from Examples/RuntimeMathGraph/Prefabs/Nodes/Vector.prefab.meta rename to Samples~/RuntimeMathGraph/Prefabs/Nodes/Vector.prefab.meta diff --git a/Examples/RuntimeMathGraph/Scenes.meta b/Samples~/RuntimeMathGraph/Scenes.meta similarity index 100% rename from Examples/RuntimeMathGraph/Scenes.meta rename to Samples~/RuntimeMathGraph/Scenes.meta diff --git a/Examples/RuntimeMathGraph/Scenes/RuntimeGraph.unity b/Samples~/RuntimeMathGraph/Scenes/RuntimeGraph.unity similarity index 100% rename from Examples/RuntimeMathGraph/Scenes/RuntimeGraph.unity rename to Samples~/RuntimeMathGraph/Scenes/RuntimeGraph.unity diff --git a/Examples/RuntimeMathGraph/Scenes/RuntimeGraph.unity.meta b/Samples~/RuntimeMathGraph/Scenes/RuntimeGraph.unity.meta similarity index 100% rename from Examples/RuntimeMathGraph/Scenes/RuntimeGraph.unity.meta rename to Samples~/RuntimeMathGraph/Scenes/RuntimeGraph.unity.meta diff --git a/Examples/RuntimeMathGraph/Scripts.meta b/Samples~/RuntimeMathGraph/Scripts.meta similarity index 100% rename from Examples/RuntimeMathGraph/Scripts.meta rename to Samples~/RuntimeMathGraph/Scripts.meta diff --git a/Examples/RuntimeMathGraph/Scripts/Connection.cs b/Samples~/RuntimeMathGraph/Scripts/Connection.cs similarity index 100% rename from Examples/RuntimeMathGraph/Scripts/Connection.cs rename to Samples~/RuntimeMathGraph/Scripts/Connection.cs diff --git a/Examples/RuntimeMathGraph/Scripts/Connection.cs.meta b/Samples~/RuntimeMathGraph/Scripts/Connection.cs.meta similarity index 100% rename from Examples/RuntimeMathGraph/Scripts/Connection.cs.meta rename to Samples~/RuntimeMathGraph/Scripts/Connection.cs.meta diff --git a/Examples/RuntimeMathGraph/Scripts/NodeDrag.cs b/Samples~/RuntimeMathGraph/Scripts/NodeDrag.cs similarity index 100% rename from Examples/RuntimeMathGraph/Scripts/NodeDrag.cs rename to Samples~/RuntimeMathGraph/Scripts/NodeDrag.cs diff --git a/Examples/RuntimeMathGraph/Scripts/NodeDrag.cs.meta b/Samples~/RuntimeMathGraph/Scripts/NodeDrag.cs.meta similarity index 100% rename from Examples/RuntimeMathGraph/Scripts/NodeDrag.cs.meta rename to Samples~/RuntimeMathGraph/Scripts/NodeDrag.cs.meta diff --git a/Examples/RuntimeMathGraph/Scripts/RuntimeMathGraph.cs b/Samples~/RuntimeMathGraph/Scripts/RuntimeMathGraph.cs similarity index 100% rename from Examples/RuntimeMathGraph/Scripts/RuntimeMathGraph.cs rename to Samples~/RuntimeMathGraph/Scripts/RuntimeMathGraph.cs diff --git a/Examples/RuntimeMathGraph/Scripts/RuntimeMathGraph.cs.meta b/Samples~/RuntimeMathGraph/Scripts/RuntimeMathGraph.cs.meta similarity index 100% rename from Examples/RuntimeMathGraph/Scripts/RuntimeMathGraph.cs.meta rename to Samples~/RuntimeMathGraph/Scripts/RuntimeMathGraph.cs.meta diff --git a/Examples/RuntimeMathGraph/Scripts/RuntimeNodes.meta b/Samples~/RuntimeMathGraph/Scripts/RuntimeNodes.meta similarity index 100% rename from Examples/RuntimeMathGraph/Scripts/RuntimeNodes.meta rename to Samples~/RuntimeMathGraph/Scripts/RuntimeNodes.meta diff --git a/Examples/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIDisplayValue.cs b/Samples~/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIDisplayValue.cs similarity index 100% rename from Examples/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIDisplayValue.cs rename to Samples~/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIDisplayValue.cs diff --git a/Examples/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIDisplayValue.cs.meta b/Samples~/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIDisplayValue.cs.meta similarity index 100% rename from Examples/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIDisplayValue.cs.meta rename to Samples~/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIDisplayValue.cs.meta diff --git a/Examples/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIMathBaseNode.cs b/Samples~/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIMathBaseNode.cs similarity index 100% rename from Examples/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIMathBaseNode.cs rename to Samples~/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIMathBaseNode.cs diff --git a/Examples/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIMathBaseNode.cs.meta b/Samples~/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIMathBaseNode.cs.meta similarity index 100% rename from Examples/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIMathBaseNode.cs.meta rename to Samples~/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIMathBaseNode.cs.meta diff --git a/Examples/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIMathNode.cs b/Samples~/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIMathNode.cs similarity index 100% rename from Examples/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIMathNode.cs rename to Samples~/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIMathNode.cs diff --git a/Examples/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIMathNode.cs.meta b/Samples~/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIMathNode.cs.meta similarity index 100% rename from Examples/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIMathNode.cs.meta rename to Samples~/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIMathNode.cs.meta diff --git a/Examples/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIVector.cs b/Samples~/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIVector.cs similarity index 100% rename from Examples/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIVector.cs rename to Samples~/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIVector.cs diff --git a/Examples/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIVector.cs.meta b/Samples~/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIVector.cs.meta similarity index 100% rename from Examples/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIVector.cs.meta rename to Samples~/RuntimeMathGraph/Scripts/RuntimeNodes/UGUIVector.cs.meta diff --git a/Examples/RuntimeMathGraph/Scripts/UGUIContextMenu.cs b/Samples~/RuntimeMathGraph/Scripts/UGUIContextMenu.cs similarity index 100% rename from Examples/RuntimeMathGraph/Scripts/UGUIContextMenu.cs rename to Samples~/RuntimeMathGraph/Scripts/UGUIContextMenu.cs diff --git a/Examples/RuntimeMathGraph/Scripts/UGUIContextMenu.cs.meta b/Samples~/RuntimeMathGraph/Scripts/UGUIContextMenu.cs.meta similarity index 100% rename from Examples/RuntimeMathGraph/Scripts/UGUIContextMenu.cs.meta rename to Samples~/RuntimeMathGraph/Scripts/UGUIContextMenu.cs.meta diff --git a/Examples/RuntimeMathGraph/Scripts/UGUIPort.cs b/Samples~/RuntimeMathGraph/Scripts/UGUIPort.cs similarity index 100% rename from Examples/RuntimeMathGraph/Scripts/UGUIPort.cs rename to Samples~/RuntimeMathGraph/Scripts/UGUIPort.cs diff --git a/Examples/RuntimeMathGraph/Scripts/UGUIPort.cs.meta b/Samples~/RuntimeMathGraph/Scripts/UGUIPort.cs.meta similarity index 100% rename from Examples/RuntimeMathGraph/Scripts/UGUIPort.cs.meta rename to Samples~/RuntimeMathGraph/Scripts/UGUIPort.cs.meta diff --git a/Examples/RuntimeMathGraph/Scripts/UGUITooltip.cs b/Samples~/RuntimeMathGraph/Scripts/UGUITooltip.cs similarity index 100% rename from Examples/RuntimeMathGraph/Scripts/UGUITooltip.cs rename to Samples~/RuntimeMathGraph/Scripts/UGUITooltip.cs diff --git a/Examples/RuntimeMathGraph/Scripts/UGUITooltip.cs.meta b/Samples~/RuntimeMathGraph/Scripts/UGUITooltip.cs.meta similarity index 100% rename from Examples/RuntimeMathGraph/Scripts/UGUITooltip.cs.meta rename to Samples~/RuntimeMathGraph/Scripts/UGUITooltip.cs.meta diff --git a/Examples/StateMachine.meta b/Samples~/StateMachine.meta similarity index 100% rename from Examples/StateMachine.meta rename to Samples~/StateMachine.meta diff --git a/Examples/StateMachine/Editor.meta b/Samples~/StateMachine/Editor.meta similarity index 100% rename from Examples/StateMachine/Editor.meta rename to Samples~/StateMachine/Editor.meta diff --git a/Examples/StateMachine/Editor/StateGraphEditor.cs b/Samples~/StateMachine/Editor/StateGraphEditor.cs similarity index 100% rename from Examples/StateMachine/Editor/StateGraphEditor.cs rename to Samples~/StateMachine/Editor/StateGraphEditor.cs diff --git a/Examples/StateMachine/Editor/StateGraphEditor.cs.meta b/Samples~/StateMachine/Editor/StateGraphEditor.cs.meta similarity index 100% rename from Examples/StateMachine/Editor/StateGraphEditor.cs.meta rename to Samples~/StateMachine/Editor/StateGraphEditor.cs.meta diff --git a/Examples/StateMachine/New State Graph.asset b/Samples~/StateMachine/New State Graph.asset similarity index 100% rename from Examples/StateMachine/New State Graph.asset rename to Samples~/StateMachine/New State Graph.asset diff --git a/Examples/StateMachine/New State Graph.asset.meta b/Samples~/StateMachine/New State Graph.asset.meta similarity index 100% rename from Examples/StateMachine/New State Graph.asset.meta rename to Samples~/StateMachine/New State Graph.asset.meta diff --git a/Examples/StateMachine/Nodes.meta b/Samples~/StateMachine/Nodes.meta similarity index 100% rename from Examples/StateMachine/Nodes.meta rename to Samples~/StateMachine/Nodes.meta diff --git a/Examples/StateMachine/Nodes/Editor.meta b/Samples~/StateMachine/Nodes/Editor.meta similarity index 100% rename from Examples/StateMachine/Nodes/Editor.meta rename to Samples~/StateMachine/Nodes/Editor.meta diff --git a/Examples/StateMachine/Nodes/Editor/StateNodeEditor.cs b/Samples~/StateMachine/Nodes/Editor/StateNodeEditor.cs similarity index 100% rename from Examples/StateMachine/Nodes/Editor/StateNodeEditor.cs rename to Samples~/StateMachine/Nodes/Editor/StateNodeEditor.cs diff --git a/Examples/StateMachine/Nodes/Editor/StateNodeEditor.cs.meta b/Samples~/StateMachine/Nodes/Editor/StateNodeEditor.cs.meta similarity index 100% rename from Examples/StateMachine/Nodes/Editor/StateNodeEditor.cs.meta rename to Samples~/StateMachine/Nodes/Editor/StateNodeEditor.cs.meta diff --git a/Examples/StateMachine/Nodes/StateNode.cs b/Samples~/StateMachine/Nodes/StateNode.cs similarity index 100% rename from Examples/StateMachine/Nodes/StateNode.cs rename to Samples~/StateMachine/Nodes/StateNode.cs diff --git a/Examples/StateMachine/Nodes/StateNode.cs.meta b/Samples~/StateMachine/Nodes/StateNode.cs.meta similarity index 100% rename from Examples/StateMachine/Nodes/StateNode.cs.meta rename to Samples~/StateMachine/Nodes/StateNode.cs.meta diff --git a/Examples/StateMachine/README.md b/Samples~/StateMachine/README.md similarity index 100% rename from Examples/StateMachine/README.md rename to Samples~/StateMachine/README.md diff --git a/Examples/StateMachine/README.md.meta b/Samples~/StateMachine/README.md.meta similarity index 100% rename from Examples/StateMachine/README.md.meta rename to Samples~/StateMachine/README.md.meta diff --git a/Examples/StateMachine/StateGraph.cs b/Samples~/StateMachine/StateGraph.cs similarity index 100% rename from Examples/StateMachine/StateGraph.cs rename to Samples~/StateMachine/StateGraph.cs diff --git a/Examples/StateMachine/StateGraph.cs.meta b/Samples~/StateMachine/StateGraph.cs.meta similarity index 100% rename from Examples/StateMachine/StateGraph.cs.meta rename to Samples~/StateMachine/StateGraph.cs.meta diff --git a/package.json b/package.json index 91252ef..e3eba8b 100644 --- a/package.json +++ b/package.json @@ -3,5 +3,27 @@ "description": "xNode provides a set of APIs and an editor interface for creating and editing custom node graphs.", "version": "1.7.0", "unity": "2018.1", - "displayName": "xNode" + "displayName": "xNode", + "samples": [ + { + "displayName": "LogicToy", + "description": "LogicToy", + "path": "Samples~/LogicToy" + }, + { + "displayName": "MathGraph", + "description": "MathGraph", + "path": "Samples~/MathGraph" + }, + { + "displayName": "RuntimeMathGraph", + "description": "RuntimeMathGraph", + "path": "Samples~/RuntimeMathGraph" + }, + { + "displayName": "StateMachine", + "description": "StateMachine", + "path": "Samples~/StateMachine" + } + ] }