We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: