You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
I've just installed both packages by adding them in the package manager. The Window/Node Editor, where working.
I started to create my custom node for my need by following the documentation (basically copying it). Once done. Unity reload scripts... Then the Node editor does not open anymore.
I Remove my Node Script. Same.
Uninstall (removing the packagke) Both Copy and Node. Deleting any files that seems to have been left.
Re-installing both. Same.
Tryed in new project. Working, Adding custom node. Die. Same result.
Problems with 2020.2?
using UnityEngine;
using NodeEditorFramework;
using NodeEditorFramework.Utilities;
[Node(false, "NODETEST/Test")]
public class ProfileNode : Node
{
public const string ID = "Profile";
public override string GetID => ID;
public override string Title => "Profile";
[ValueConnectionKnob("Input", Direction.In, "NPC_Profile")]
public ValueConnectionKnob inputKnob;
}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I've just installed both packages by adding them in the package manager. The Window/Node Editor, where working.
I started to create my custom node for my need by following the documentation (basically copying it). Once done. Unity reload scripts... Then the Node editor does not open anymore.
I Remove my Node Script. Same.
Uninstall (removing the packagke) Both Copy and Node. Deleting any files that seems to have been left.
Re-installing both. Same.
Tryed in new project. Working, Adding custom node. Die. Same result.
Problems with 2020.2?
The text was updated successfully, but these errors were encountered: