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" + } + ] }