Search Issue Tracker
Fixed
Fixed in 1.2.1
Votes
0
Found in [Package]
1.1.1
Issue ID
LOC-581
Regression
No
Error: A table with the same key `----` already exists. Something went wrong during preloading.
Problem with Localization package 1.1.1
1. I was asked to send an error report
[https://forum.unity.com/threads/a-table-with-the-same-key-already-exists-something-went-wrong-during-preloading.1231083/#post-7850712]
2. Enter play mode
throw error A table with the same key `New Table` already exists. Something went wrong during preloading.
if Preload All tables == FALSE all OK
if InitializeSynchronously== TRUE all OK
if remove with code in LocalizationController all OK
//
if (testLocale != null)
{
LocalizationSettings.SelectedLocale = testLocale;
}
//
It feels like the preloaded operation is not completed, but the initialization operation is completed
// await LocalizationSettings.InitializationOperation.Task;
while (!LocalizationSettings.InitializationOperation.IsDone)
await Task.Yield();
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
- UI Document file remains marked as Dirty after Undoing made changes
- Switching between UI Documents with different Canvas sizes marks the UXML file as dirty
Add comment