This is related to the issue I was having here #1390355039272439868 message, essentially I'm trying to get all my code straightened out so I can work with my editor tool without domain reloading causing things to become null.
I dont totally understand why the error exactly happens here when the debugger shows the first error:
System.NullReferenceException: Object reference not set to an instance of an object
at VoroSystem.Generation.GraphSystem.Graph.VoroGraph.ComputeHash () [0x00001] in ../VoroGraph.cs:25
at VoroSystem.Generation.GraphSystem.DesignerComponent.Update () [0x00011] in ../DesignerComponent.cs:35 ```
My `[Serializable] public class VoroGraph {` has the attribute, so I think thats all it needs, as for the Component, the field is `[SerializeField] public VoroGraph graph;` which also seems like all it should require. Clearly thats not the case.