mirror of
https://github.com/Siccity/xNodeGroups.git
synced 2025-12-20 01:06:02 +08:00
Convert to UPM
This commit is contained in:
parent
0176b2f7d2
commit
ac5af451c0
20
Editor/XNode.Groups.Editor.asmdef
Normal file
20
Editor/XNode.Groups.Editor.asmdef
Normal 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
|
||||||
|
}
|
||||||
7
Editor/XNode.Groups.Editor.asmdef.meta
Normal file
7
Editor/XNode.Groups.Editor.asmdef.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: fb02b04b80650c146891828c7bc58418
|
||||||
|
AssemblyDefinitionImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
21
README.md
21
README.md
@ -3,4 +3,25 @@ A small addon for xNode that lets you add groups to your graphs
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
### 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)
|
Requires [xNode](https://github.com/Siccity/xNode)
|
||||||
|
|||||||
8
Runtime.meta
Normal file
8
Runtime.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: b5d474cce228a9540b2a3c2e60329359
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
16
Runtime/XNode.Groups.asmdef
Normal file
16
Runtime/XNode.Groups.asmdef
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"name": "XNode.Groups",
|
||||||
|
"rootNamespace": "",
|
||||||
|
"references": [
|
||||||
|
"XNode"
|
||||||
|
],
|
||||||
|
"includePlatforms": [],
|
||||||
|
"excludePlatforms": [],
|
||||||
|
"allowUnsafeCode": false,
|
||||||
|
"overrideReferences": false,
|
||||||
|
"precompiledReferences": [],
|
||||||
|
"autoReferenced": true,
|
||||||
|
"defineConstraints": [],
|
||||||
|
"versionDefines": [],
|
||||||
|
"noEngineReferences": false
|
||||||
|
}
|
||||||
7
Runtime/XNode.Groups.asmdef.meta
Normal file
7
Runtime/XNode.Groups.asmdef.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 0639f827a36f385439474b832a4a5044
|
||||||
|
AssemblyDefinitionImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
7
package.json
Normal file
7
package.json
Normal 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
7
package.json.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 337fec76841475c40850fe484be7a4b7
|
||||||
|
PackageManifestImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Loading…
x
Reference in New Issue
Block a user