1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-03-26 22:49:02 +08:00

Add asmdef and package.json

This commit is contained in:
Greg Poole 2019-06-26 20:26:30 +10:00
parent f8ba6339c8
commit 706672ca4a
2 changed files with 10 additions and 0 deletions

3
XNode.asmdef Normal file
View File

@ -0,0 +1,3 @@
{
"name": "xNode"
}

7
package.json Normal file
View File

@ -0,0 +1,7 @@
{
"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",
"unity": "2018.1",
"displayName": "xNode"
}