So. I’m trying to save and load a rather large set of data used for an editor I’m working on, everything is happy and is serialized and saves right out. except, the UnityEngine.Vector2 class, its not serialized and throws a huge wrench into my project.
Is there some way to force it to serialize, or perhaps just get around the fact its not serialized.
Thanks for any help!