Skip to content

Tags: ManchyHuang/xNode

Tags

1.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated package.json version

1.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[FIX] fix a problem when a complex class with optional port drawing i…

…s used with NodeEditorGUILayout.DynamicPortList. By having an item that wasn't drawing the port, the method was throwing a KeyNotFoundException when reordering. (Siccity#262)

The fix detects if there isn't a port when swapping rects.

1.7

Siccity#144 Added option to disable tooltips

1.6

Unity 5.3 support

1.5

Fixed error on instanceportlists that aren't arrays

1.4

Faster editor caching and less error prone

1.3

Tooltip now shows value from GetValue instead of field variable

1.2

Allow dragging view with middle mouse button