1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-03-26 22:49:02 +08:00
xNode/package.json
Wang Cong 7b480b6242 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/
2019-10-21 11:37:56 +08:00

30 lines
738 B
JSON

{
"name": "com.github.siccity.xnode",
"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",
"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"
}
]
}