diff --git a/XNode.asmdef b/XNode.asmdef new file mode 100644 index 0000000..152e5d9 --- /dev/null +++ b/XNode.asmdef @@ -0,0 +1,3 @@ +{ + "name": "xNode" +} \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..bdbdc0e --- /dev/null +++ b/package.json @@ -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" +}