Hello,
I’m trying to make the last preview (0.4) works with Unity 2019.3 alpha is it possible or not ?
Cause currently I’m having some kind of issue when I try to generate an empty string database.
ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) (at <a8ed250850854b439cedc18931a314fe>:0)
System.ThrowHelper.ThrowArgumentOutOfRangeException () (at <a8ed250850854b439cedc18931a314fe>:0)
System.Collections.Generic.List`1[T].get_Item (System.Int32 index) (at <a8ed250850854b439cedc18931a314fe>:0)
UnityEditor.Localization.LocalizationEditorSettings.CreateAssetTablesInternal (System.Collections.Generic.List`1[T] selectedLocales, UnityEngine.Localization.KeyDatabase keyDatabase, System.String tableName, System.Type tableType, System.String assetDirectory, System.Boolean showProgressBar, System.Boolean showInTablesWindow) (at Library/PackageCache/com.unity.localization@0.4.0-preview/Editor/LocalizationEditorSettings.cs:716)
UnityEditor.Localization.LocalizationEditorSettings.CreateAssetTablesFolderPanelInternal (System.Collections.Generic.List`1[T] selectedLocales, UnityEngine.Localization.KeyDatabase keyDatabase, System.String tableName, System.Type tableType) (at Library/PackageCache/com.unity.localization@0.4.0-preview/Editor/LocalizationEditorSettings.cs:659)
UnityEditor.Localization.LocalizationEditorSettings.CreateAssetTablesFolderPanel (System.Collections.Generic.List`1[T] selectedLocales, UnityEngine.Localization.KeyDatabase keyDatabase, System.String tableName, System.Type tableType) (at Library/PackageCache/com.unity.localization@0.4.0-preview/Editor/LocalizationEditorSettings.cs:631)
UnityEditor.Localization.UI.AssetTablesGenerator.CreateTables () (at Library/PackageCache/com.unity.localization@0.4.0-preview/Editor/UI/AssetTableGenerator.cs:95)
I will try on a downgrade version of 2019 maybe 2 or 1 for a stable test.