• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Timeline v6.01 Animation Import Error

fabi88

New member
Joined
Sep 1, 2021
Messages
15
Solutions
1
Reactions
5
Hi, i have this Error on import an Animation with Timeline v6.0.1:

!> Timeline.AdvancedKeyframeToolsScreen.ImportFileSelected: Failed to import animation: System.ArgumentOutOfRangeException: Argument is out of range.
Parameter name: index
at System.Collections.Generic.List`1[System.Int32].get_Item (Int32 index) [0x00000] in <filename unknown>:0
at VamTimeline.AnimationControlPanel.SyncAnimationsListNow () [0x00000] in <filename unknown>:0
at VamTimeline.AnimationControlPanel.OnClipsListChanged () [0x00000] in <filename unknown>:0
at UnityEngine.Events.InvokableCall.Invoke () [0x00000] in <filename unknown>:0
at UnityEngine.Events.UnityEvent.Invoke () [0x00000] in <filename unknown>:0
at VamTimeline.AtomAnimation.AddClipAt (VamTimeline.AtomAnimationClip clip, Int32 i) [0x00000] in <filename unknown>:0
at VamTimeline.AtomAnimation.AddClip (VamTimeline.AtomAnimationClip clip) [0x00000] in <filename unknown>:0
at VamTimeline.ImportOperations.ImportClips (IList`1 clips) [0x00000] in <filename unknown>:0
at VamTimeline.ImportExportScreen.ImportClips (SimpleJSON.JSONClass jc) [0x00000] in <filename unknown>:0
at VamTimeline.ImportExportScreen.ImportFileSelected (System.String path) [0x00000] in <filename unknown>:0
 
Last edited:
Hi! I had a similar report, I'll try and take a look next week, but if you can share the scene and imported animation that causes the crash, it will save me some time :)
 
That always happens. New scene or existing one, always the same error. Also animations from other scenes.:unsure:

But after saving the scene, with the animation, and restarting VAM, everything works.
 
Back
Top Bottom