If I create a
var noise = OpenSimplexNoise.New()
and write it to a json file, I get something like the following
"[OpenSimplexNoise:1194]"
If I then try to assign noise to it, it assigns it as a string, rather than as OpenSimplexNoise
How would I be able to properly re assign noise from a file? Is it even possible?