Error Unity Failed to read data for the AssetBundle 'localization-string-tables
I use the Unity localization package and I am getting the following error on my Android device. I build addressables and out of 16 Languages, 5 Languages are not working and showing this error. In...
View ArticleChange TMP text in editor from a serialization system?
I have a localization system that I am using for translation for all of the text in my game. I have a TMP text object and I'm using a "localizer UI" script that references another "localized string"...
View ArticleHow to export and import csv file to lean localization?
Hi,I've to integrate csv file to lean localization in unity. Can someone describe me how can i do that?
View Articlemultiple fields on the same row (using unity.localization)
Hey. I have a item table, using packages https://docs.unity3d.com/Packages/com.unity.localization@1.4/manual/index.html Key Id English(en) Item1 1 item1 title Item1_des 2 item1 des I want to set item...
View ArticleLocalization Addressables asset not loadding String Table
I followed Localization manual's quick start guide and tried to get string table addressable assets from AWS S3. I changed some entries at string table, updated addressables build, uploaded it to S3...
View ArticleHow to manipulate localization keys in the same text component ?,How to...
Hello, I'm doing a unity ar project which i spawn some objects in the plane and when i touch them a ui appears with a info text inside . Also considering the object i touch a different text in the ui...
View ArticleHow do you use Chinese Characters in the Package Name for Android?
**How Do I Get Product Name to Accept Chinese Characters?** A company I'm working with Requires that I change the package name to reflect the Chinese name of the application. But when I put in the...
View ArticleLocalize system with scriptable objects
Hello, I want to use localization system with Scriptable Objects but it doesn't work. As this tool is made to be simple, is there a simple way to do it ? All I have seen on the web is old and not...
View ArticleHow can I get current localization id number the game is using?
Hello, I'm using Unity Localization Package(version 1.4.3). And I want to get an ID number of localization, whicm my game is using by the moment. I've seen this solution on unity forum:...
View Article[RTL text wrap] How to ensure correct line order for Arabic text?
I currently have Arabic text displaying correctly for single line text but whenever text wrapping occurs it will be incorrect because the text is reversed in comparison to left to right text. This...
View Article