AutoTranslateForUnityLocalization icon indicating copy to clipboard operation
AutoTranslateForUnityLocalization copied to clipboard

Null Value: Key

Open ChrisTheDev0 opened this issue 2 years ago • 0 comments

I get this bug when using auto translate:

ArgumentNullException: Value cannot be null. Parameter name: key System.Collections.Generic.Dictionary2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior) (at <47ab72e0328040438980f9c23608e1ec>:0) System.Collections.Generic.Dictionary2[TKey,TValue].Add (TKey key, TValue value) (at <47ab72e0328040438980f9c23608e1ec>:0) GoodTime.HernetsMaksym.AutoTranslate.TranslateParameters.FillDictinary (System.Collections.Generic.List1[T] rowCheckLists) (at Assets/AutoTranslate/Scripts/TranslateLocalization/TranslateParameters.cs:18) GoodTime.HernetsMaksym.AutoTranslate.Windows.AutoTranslate_EditorWindow.ButtonTranslate_Click () (at Assets/AutoTranslate/Editor/AutoTranslate_EditorWindow.cs:239) GoodTime.HernetsMaksym.AutoTranslate.Windows.AutoTranslate_EditorWindow.OnGUI () (at Assets/AutoTranslate/Editor/AutoTranslate_EditorWindow.cs:182)

ChrisTheDev0 avatar Jul 15 '23 20:07 ChrisTheDev0