GameToolkit-Localization
GameToolkit-Localization copied to clipboard
Asset localization system for Unity.
I'm trying to find a nice workaround on this but it would be useful to have it as a feature. Unless I'm doing something wrong, if I instantiate a prefab...
In my case I have a LocalizedVideoClip which I would love to be able to use to set a public VideoClip property of a MonoBehaviour class but it seems to...
Any chance to implement localized app names for Android and iOS? Thanks :)
Hi - I exported the CSV then added some extra keys then reuploaded. But it doesn't seem to create any new assets from the CSV.
So try closing the Unity project. Then delete the Library folder and open the project again. Observe multiple **LocalizationSettings** assets created, in my case it's always original LocalizationSettings + 17...
I still have no idea how it works or how to use it 
I started getting a lot of errors like this:  File is under the Resources folder:  Localization: v2.2.3 Unity: v2022.3.53
Recently I noticed that upon opening prefabs that have `GameObjects `with `LocalizedTextBehaviours`, the whole prefab gets dirty requiring me to save it again and again without even changing anything. And...
fix: prevent scenes/prefabs from becoming dirty when localized values are unchanged - Add value comparison in TryUpdateComponentLocalization before applying changes - Only record undo and set property values when localized...