Need help!
I've been working on a timeline animation with multiple layers and animations. I saved it, but now when I reopen it, the plugin is broken (no animations, buttons not working), and I'm seeing the following errors in the console:
!> Timeline.AtomPlugin.Load: System.ArgumentNullException: Argument cannot be null.
Parameter name: s
at System.Double.Parse (System.String s, NumberStyles style, IFormatProvider provider) [0x00000] in <filename unknown>:0
at System.Single.Parse (System.String s, IFormatProvider provider) [0x00000] in <filename unknown>:0
at VamTimeline.AtomAnimationSerializer.DeserializeCurveFromArray (VamTimeline.BezierAnimationCurve curve, SimpleJSON.JSONArray curveJSON, Int32 version, System.Boolean& dirty) [0x00000] in <filename unknown>:0
at VamTimeline.AtomAnimationSerializer.DeserializeCurve (VamTimeline.BezierAnimationCurve curve, SimpleJSON.JSONNode curveJSON, Int32 version, System.Boolean& dirty) [0x00000] in <filename unknown>:0
at VamTimeline.AtomAnimationSerializer.DeserializeClip (VamTimeline.AtomAnimationClip clip, SimpleJSON.JSONClass clipJSON, VamTimeline.AnimatablesRegistry targetsRegistry, Int32 version) [0x00000] in <filename unknown>:0
at VamTimeline.AtomAnimationSerializer.DeserializeClip (SimpleJSON.JSONClass clipJSON, VamTimeline.AnimatablesRegistry targetsRegistry, VamTimeline.Logger logger, Int32 version) [0x00000] in <filename unknown>:0
at VamTimeline.AtomAnimationSerializer.DeserializeAnimation (VamTimeline.AtomAnimation animation, SimpleJSON.JSONClass animationJSON) [0x00000] in <filename unknown>:0
at VamTimeline.AtomPlugin.Load (SimpleJSON.JSONNode animationJSON, SimpleJSON.JSONNode animationEditContextJSON) [0x00000] in <filename unknown>:0