1
0
mirror of https://github.com/Siccity/xNodeGroups.git synced 2025-12-20 09:16:02 +08:00
RomanZanevski 35c3f55b03
Connection point fix
If you use additional connection points in your graph you will see the NullRefExeption and your group will not be able to capture nodes inside, because of connection point(it's the same node with null type). This small fix add ability to capture graphs with connection points.
2022-03-21 14:02:48 +01:00
2021-05-25 10:02:34 -03:00
2022-03-21 14:02:48 +01:00
2020-04-18 02:44:40 +02:00
2021-05-25 10:02:34 -03:00
2021-05-25 10:02:34 -03:00
2021-05-25 10:02:34 -03:00
2021-05-25 10:02:34 -03:00

xNodeGroups

A small addon for xNode that lets you add groups to your graphs

2020-04-18_02-48-15

Installation

Instructions

Installing with Unity Package Manager

Via Git URL (Requires Unity version 2018.3.0b7 or above)

To install this project as a Git dependency 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.

Requires xNode

Description
No description provided
Readme 45 KiB
Languages
C# 100%