1
0
mirror of https://github.com/Siccity/xNodeGroups.git synced 2025-12-20 01:06:02 +08:00

Merge pull request #4 from RafaelGrochoska/feature/UPM

Add Unity Package Manager support
This commit is contained in:
Thor Brigsted 2021-05-26 10:28:26 +02:00 committed by GitHub
commit 4420ad7ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 93 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"name": "XNode.Groups.Editor",
"rootNamespace": "",
"references": [
"XNode",
"XNodeEditor",
"XNode.Groups"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: fb02b04b80650c146891828c7bc58418
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -3,4 +3,25 @@ A small addon for xNode that lets you add groups to your graphs
![2020-04-18_02-48-15](https://user-images.githubusercontent.com/6402525/79623974-269cc900-811f-11ea-9c3f-1f83105379ac.gif)
### Installation
<details><summary>Instructions</summary>
### Installing with Unity Package Manager
***Via Git URL***
*(Requires Unity version 2018.3.0b7 or above)*
To install this project as a [Git dependency](https://docs.unity3d.com/Manual/upm-git.html) using the Unity Package Manager,
add the following line to your project's `manifest.json`:
```
"com.github.siccity.xnodegroups": "https://github.com/Siccity/xNodeGroups.git"
```
You will need to have Git installed and available in your system's PATH.
### Installing 'the old way'
If no source control or package manager is available to you, you can simply copy/paste the source files into your assets folder.
</details>
Requires [xNode](https://github.com/Siccity/xNode)

8
Runtime.meta Normal file
View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: b5d474cce228a9540b2a3c2e60329359
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,16 @@
{
"name": "XNode.Groups",
"rootNamespace": "",
"references": [
"XNode"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 0639f827a36f385439474b832a4a5044
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

7
package.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "com.github.siccity.xnodegroups",
"description": "A small addon for xNode that lets you add groups to your graphs",
"version": "1.0.0",
"unity": "2018.1",
"displayName": "xNode Groups"
}

7
package.json.meta Normal file
View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 337fec76841475c40850fe484be7a4b7
PackageManifestImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant: