Search Unity

Unity's version control component has been upgraded to Plastic SCM.

Collab stays blank, Error code: ArgumentException: An item with the same key has already been added.

Discussion in 'Unity Collaborate' started by INTERACDOVE, Apr 24, 2021.

  1. INTERACDOVE

    INTERACDOVE

    Joined:
    Mar 28, 2021
    Posts:
    1
    Hello,
    I've seen the other Threads of : "An item with the same key has already been added"
    But my Problem occured while working on Timelines.
    I made Emty Objects and attached playable Assets to them. When I finished making timelines, I tried to share them with my teammate via Collab. Then Collab would stay blank without any buttons. After I restarted it, it would open, but I can't publish anything, it won't even let me write a summery. But History still showes up.

    ArgumentException: An item with the same key has already been added. Key: Assets/Art/Charakters/szene1 part1/TimelineZusammenfügenalerAnimationenTeil2_ANI_v001.playable
    System.Collections.Generic.Dictionary`2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
    System.Collections.Generic.Dictionary`2[TKey,TValue].Add (TKey key, TValue value) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
    Unity.Cloud.Collaborate.Models.ChangesModel.UpdateChangeList (System.Collections.Generic.IReadOnlyList`1[T] list) (at Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Models/ChangesModel.cs:175)
    Unity.Cloud.Collaborate.Models.ChangesModel.OnReceivedChangeList (System.Collections.Generic.IReadOnlyList`1[T] list) (at Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Models/ChangesModel.cs:140)
    Unity.Cloud.Collaborate.Models.Providers.Collab.RequestChangeList (System.Action`1[T] callback) (at Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Models/Providers/Collab.cs:462)
    Unity.Cloud.Collaborate.Models.ChangesModel.OnUpdatedChangeList () (at Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Models/ChangesModel.cs:118)
    Unity.Cloud.Collaborate.Models.Providers.Collab.OnChangeItemsChanged (UnityEditor.Collaboration.ChangeItem[] changes, System.Boolean isFiltered) (at Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Models/Providers/Collab.cs:134)
    UnityEditor.Collaboration.Collab.OnChangeItemsChanged (UnityEditor.Collaboration.ChangeItem[] changes, System.Boolean isFiltered) (at <22954a70fcec46f29620f943d3d7bf23>:0)


    This Error popped up, and when I remove a Timeline the error starts reffering to another timeline. I think it's something about all timelines in general.
    I'm new to unity and it seems like I can't find a fix.