Unity
Unity copied to clipboard
Error in PackageManager in Unity2020.1.2
Description
Download Asset form AssetStore,then switch to UnityEditor,Here is Console Log
ArgumentException: An item with the same key has already been added. Key:
System.Collections.Generic.Dictionary2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior) (at <fb001e01371b4adca20013e0ac763896>:0) System.Collections.Generic.Dictionary2[TKey,TValue].Add (TKey key, TValue value) (at
Steps to Reproduce
- Restart Unity&Restart Computer
- Clean Local Data
None of the above methods worked
I also have experienced this issue. This appears to happen whenever a new asset is added. If one continues to commit, and it will eventually grab all new elements. Results in lots of extra commits, but that's not the worst thing in the world. Annoying but manageable.