diff --git a/Scripts/Node.cs b/Scripts/Node.cs index ddc43ea..0e0449f 100644 --- a/Scripts/Node.cs +++ b/Scripts/Node.cs @@ -202,10 +202,6 @@ namespace XNode { foreach (NodePort port in Ports) port.ClearConnections(); } - public override int GetHashCode() { - return JsonUtility.ToJson(this).GetHashCode(); - } - /// Mark a serializable field as an input port. You can access this through [AttributeUsage(AttributeTargets.Field, AllowMultiple = true)] public class InputAttribute : Attribute {