mirror of
https://github.com/Siccity/xNode.git
synced 2026-03-26 22:49:02 +08:00
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/
30 lines
738 B
JSON
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"
|
|
}
|
|
]
|
|
}
|